Saltar al contenido principal
Deribit Support
Abrir/cerrar menú de navegación
Ir a Deribit.com
Contacto
Enviar una solicitud
Iniciar sesión
Español
English (United States)
简体中文
Deribit Soporte
Exchange
Exchange
Acerca de Deribit
Características
Acerca de nosotros
Gestión de riesgos
Premios y membresías
Certificaciones
Estadísticas mensuales
Especificaciones del instrumento
Futuros (inversos)
Futuros lineales
Futuros DVOL
Inverso perpetuo
Lineal perpetuo
Opciones inversas
Ver los 12 artículos
Información comercial
Cálculos de precios
Honorarios
Solicitud de presupuesto de Deribit Block
Negociación en bloque
Deribit MMP
Posiciones móviles
Creador de posiciones
Ver los 15 artículos
Pedidos
Órdenes comerciales
Atributos del pedido
Límites de tamaño y orden de la cuenta (predeterminado)
Margen
¿Qué es el margen?
Disponibilidad de margen aislada
Tipos y uso de márgenes
Especificaciones colaterales cruzadas
Margen estándar
Margen de cartera
Ver los 9 artículos
Para corredores, socios y afiliados
Modelo de socio registrado
Programa de afiliados
Corredores
Configuración de Voice Broker e incorporación de clientes
Cuentas administradas por separado
Escenarios de tarifas de socios
Lanzamientos
Lanzamientos de 2026
Lanzamientos de 2025
Lanzamientos de 2024
Lanzamientos de 2023
Lanzamientos de 2022
Lanzamientos de 2021
Lanzamientos de 2020
Categorías
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next
<%= nextArticle.title %>
<% } %>
<% } %>
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-4'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %>
Categories
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (!imageHeight) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>