Tasa de Financiación (Funding Rate) en Futuros Descentralizados

Una tarifa recurrente que se pagan entre sí los traders (longs y shorts) para mantener el precio del contrato perpetuo anclado al precio spot del activo.

La tasa de financiación es un juego de suma cero entre traders. Mantener una posición en contra de una tasa de financiación alta consume rápidamente el margen del usuario, precipitando su liquidación.

        graph LR
  Center["Tasa de Financiación (Funding Rate) en Futuros Descentralizados"]:::main
  Rel_decentralized_perpetual_futures["decentralized-perpetual-futures"]:::related -.-> Center
  click Rel_decentralized_perpetual_futures "/terms/decentralized-perpetual-futures"
  Rel_decentralized_perpetual_futures_risk["decentralized-perpetual-futures-risk"]:::related -.-> Center
  click Rel_decentralized_perpetual_futures_risk "/terms/decentralized-perpetual-futures-risk"
  Rel_decentralized_perpetual_futures_hedging["decentralized-perpetual-futures-hedging"]:::related -.-> Center
  click Rel_decentralized_perpetual_futures_hedging "/terms/decentralized-perpetual-futures-hedging"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explícalo como si tuviera 5 años

Imagina un juego de tirar de la cuerda. Si el equipo Long (los que compran) tira demasiado fuerte, el precio del contrato falso se aleja del precio real del [Bitcoin](/es/terms/bitcoin). El árbitro (el contrato inteligente) obliga al equipo Long a pagar una multa al equipo Short. Esto hace que algunos Longs se rindan y nuevos Shorts entren a ganar dinero, devolviendo la cuerda (el precio) a su lugar.

🤓 Expert Deep Dive

La fórmula incluye el Componente de Tasa de Interés y el Componente de Prima. Financiación Continua (Continuous Funding): Los exchanges centralizados (Binance) cobran la tasa cada 8 horas, lo que crea volatilidad porque los bots abren posiciones en el minuto 7:59 solo para cobrar la tasa. Los protocolos DeFi (dYdX, Synthetix) acumulan la tasa bloque a bloque, eliminando esta ventana de arbitraje.

❓ Preguntas frecuentes

Who pays the funding fee?

It depends on the market. If the perpetual price is higher than the spot price, Longs pay Shorts. If the perpetual price is lower than the spot price, Shorts pay Longs.

Does the exchange collect the funding fee?

No. The funding rate is purely peer-to-peer. The exchange or smart contract just facilitates the transfer from one side of the market to the other.

What happens if I don't have enough money to pay the funding fee?

The fee is deducted from your deposited collateral. If your collateral drops below the maintenance margin requirement, your position will be liquidated.

📚 Fuentes