Perpetuals
-- Perp DEX token valuation, live. -
-- FDV, protocol revenue and P/E ratio for the major perp DEX tokens. - Revenue from DeFiLlama (30-day trailing average, annualized). FDV from - CoinGecko. P/E = FDV / annual protocol revenue. Updated hourly. -
-| - Protocol - | -- Token - | -- FDV - | -- Annual Revenue - - 30d avg × 365 - - | -- P/E - - FDV / annual rev - - | -- Rev 24h - | -- Chains - | -
|---|---|---|---|---|---|---|
|
-
-
-
-
- {row.name}
- |
- - - ${row.token} - - | -- {fmtB(row.fdv)} - | -- {fmtB(row.annualRev)} - | -- {row.pe !== null ? ( - - {fmtPE(row.pe)} - - ) : ( - — - )} - | -- {fmtB(row.rev24h)} - | -
-
- {row.chains.map((c) => (
-
- {c}
-
- ))}
-
- |
-