A just-in-time liquidity rail for makers and fillers — deposit collateral once, deliver any asset on any chain instantly at execution time.
Instead of holding fragmented balances on every chain, makers post collateral once to Trident. At the moment of a fill, Trident atomically borrows and delivers the needed asset on the destination chain — in the same tx, with no bridge, no pre-positioning, no wait.
Deeper Markets
Operators can quote across assets and chains without pre-positioned inventory.
Higher Fill Reliability
Liquidity is sourced at execution time, eliminating RFQ declines caused by fragmented balances.
Larger Quote Sizes
Unified collateral allows operators to quote larger sizes without maintaining inventory on every chain.
Stronger Competition
Unified collateral lowers the capital barrier, allowing more operators to compete on every order.
Atomic Settlement
Assets are delivered in the same transaction — no bridge delays, no partial fills.
Wider Asset & Chain Coverage
Operators can support more trading pairs and destinations without maintaining inventory everywhere.
More competition + deeper quotes means better prices and more reliable execution for users.
MODE 01
Cross-Chain Spend
Standard · No Leverage
Deposit once, spend anywhere. Only held assets are used, makers keep zero leverage exposure. Ideal for operators wanting atomic cross-chain delivery with no additional risk surface.
- ::Deposit ETH on mainnet — deliver ETH on Arbitrum, Base, etc.
- ::Only held assets are used — no borrowing exposure
- ::Atomic delivery, zero bridging or waiting
- ::Idle deposits earn lending yield automatically
- ::No position health to monitor — zero ops overhead
MODE 02
Cross-Asset Margin
Leverage · Prime Brokerage
Post margin in one asset, deliver a different asset on any chain. Full prime brokerage model — purpose-built for fillers and power users who need to quote cross-asset pairs at scale.
- ::Post wBTC/ETH — deliver USDC/USDT on any connected chain
- ::Quote any pair your venue routes — not just assets you hold
- ::Fractionalized margin — small fraction required per fill
- ::Real-time netting: inbound fills re-collateralize instantly
- ::Position monitoring and reconciliation tooling included
For your makers
Existing quoting logic, routing engines, and settlement flows
stay intact. Trident becomes the cross-chain liquidity source
— makers call available() before quoting, deliver() on fill. That's it.
asset, dest_chain
).await?;
trident.deliver(
asset, amount, dest_chain
).await?;
}