Tides
TRIDENT
For Liquidity Venues
Get In Touch

The Liquidity Backbone

More maker capacity.
Deeper quotes.
Better fills.

RFQ and intent protocols rely on operators that can deliver assets instantly across chains. Today, they're all constrained by fragmented inventory and needing to pre-position capital everywhere.

Trident expands the effective inventory available to every operator in your network — improving liquidity and execution for your users.

Where Makers Struggle Today
Capital must be pre-parked on every chain
Quotes require chain-specific inventory
Quote sizes capped by per-chain balances
Bridge latency breaks atomic execution
Manual rebalancing introduces ops risk
Inventory constraints force wider spreads
What is Trident?

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.

What Trident Unlocks Trident expands the effective inventory capacity to your makers.

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.

Result
Better Execution for Users

More competition + deeper quotes means better prices and more reliable execution for users.

End-to-End Flow
Scenario // User requests 80k USDC on Base · Maker wins RFQ with tightest spread · Trident handles delivery · All atomic, single tx
01
User
Base · Swap intent
User submits swap intent on your venue. RFQ broadcast goes to maker network immediately.
02
Venue / RFQ
Routing + quote
Maker wins with tightest spread. Trident gives them full cross-chain capacity — not just what they hold on Base.
03
Market Maker
1 wBTC · Ethereum
Trident activates borrow capacity against maker's wBTC collateral on Ethereum. Nothing moves. No bridge triggered.
04
Trident
Aave · Base
Atomically borrows 80k USDC from Aave on Base within the fill tx. All-or-nothing — reverts cleanly on any failure.
05
Filled →
Same tx · Atomic
USDC lands with user. Maker receives wBTC-equivalent. Position nets instantly. Ready to quote again — no rebalancing needed.
Trident Operating Modes Makers choose the mode that fits their strategy

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
Drop-In Integration For your makers / solvers / fillers

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.

// Cargo.toml
trident-sdk = "0.1"
// Before quoting
let capacity = trident.available(
asset, dest_chain
).await?;
// On fill commitment
if capacity >= order.size {
trident.deliver(
asset, amount, dest_chain
).await?;
}
// Proceeds auto-net. No rebalancing needed.

Ready to Integrate

Your makers are ready.
Trident is (almost) live.

We're onboarding integration partners now. Connect with the team on how Trident slots into your maker network.