Under the hood

Permissionless on-chain programs for derivatives trading. Composable by anyone — frontends, protocols, agents. No whitelists, no API keys.

What doesn't exist anywhere else

0D
0DTE on Everything — a DeFi First
SPX 0DTE options are 50% of CBOE's volume. Nobody has brought them on-chain. We did — for BTC, ETH, and the S&P 500. Hourly expiries. No broker. No KYC. Non-custodial.
[ ]
Unified Portfolio Margin
One margin account backs your BTC perp, your S&P call, and your gold prediction — simultaneously. Your long ETH put reduces your ETH perp margin. Cross-product capital efficiency.
>_
Agent-Native Trading
AI and bots trade with protocol-level delegation scopes — not API keys. Spending limits, position limits, and operation restrictions enforced on-chain. Revoke anytime.
{ }
Non-Custodial
Funds live in on-chain Cudo Contracts. Not a company's wallet. Force-exit any position to the settlement layer at any time — no permission needed.
< >
Sub-Millisecond
Edge channel matching in under 1ms. Faster than Hyperliquid's sequencer. Settlement on-chain in ~500ms. No trusted third party.
///
MEV-Free by Design
DAG consensus with no single sequencer. Your orders are bilateral — invisible to third parties. No frontrunning. No sandwich attacks.

Protocol Architecture

Your Frontend / Any Frontend
Ferrium Markets Your App Any UI
Your interface
Ferrium Protocol
MarginVault PositionManager LiquidationEngine FundingRate OptionsEngine EventMarket
On-chain programs
Ferros Network
Edge Channels DAG Consensus Stablecoin Gas Native CLOB
Infrastructure

Composable primitives. Build anything.

Ferrium is a set of permissionless on-chain programs. Any protocol, frontend, or agent can compose them — no whitelists, no API keys, no gatekeepers.

Structured Product Vaults

vault.deposit(USDC)
options.sellCall(BTC, strike, 0DTE)
perps.hedgeDelta(BTC, -0.3)
// auto-rolls weekly, yield to depositors

Build covered call vaults, delta-neutral strategies, or principal-protected notes. Compose options + perps + margin into a single vault token anyone can deposit into.

Copy Trading Protocols

delegate.follow(trader, {
  maxSize: $5000,
  instruments: [PERPS, OPTIONS],
  canWithdraw: false
})
// on-chain enforcement, not trust

Agent delegation is protocol-level. Build social trading where followers mirror a trader's multi-asset strategy — with spending limits and instrument restrictions enforced on-chain.

Autonomous AI Agents

agent.scope({
  budget: $10_000,
  maxLeverage: 5,
  markets: [BTC, ETH, US500]
})
// agent trades, never withdraws

Give an AI agent scoped access to trade across perps, options, and prediction markets. It reads sentiment, builds multi-leg strategies, and executes — but can never move your funds.

On-chain Hedging Layers

onPriceMove(ETH, -10%, () => {
  options.buyPut(ETH, atm, 1d)
  perps.reduceExposure(50%)
})
// automated downside protection

Lending protocols, DAOs, and treasuries can auto-hedge their exposure. Trigger options purchases or perp positions based on price moves — composing Ferrium as a risk layer.

Custom Trading Frontends

import { MarginVault, OptionsEngine,
  EventMarket } from "@ferrium/sdk"

// your UI, your UX, our liquidity

Build a prediction market app, a pro options terminal, or a mobile-first perps UI. All backed by Ferrium's shared liquidity and portfolio margin — no cold-start problem.

Cross-Protocol Strategies

aave.supply(USDC, $50k)
ferrium.sellPut(ETH, strike, 1w)
ferrium.buyPrediction("ETH > $4k")
// earn yield + premiums + event upside

Combine Ferrium with any DeFi protocol. Earn lending yield while selling options premium and taking directional prediction bets — all margin-efficient through a single account.

Ready to trade?

0DTE options, perps, and prediction markets — all from one non-custodial account.