No Leverage Mode
Status: available.
Trident No Leverage Mode lets you deposit once on your home chain and use that balance anywhere Trident is deployed. You can only spend what you’ve already deposited.
How It Works
Section titled “How It Works”- Deposit once: Add liquidity (e.g., USDC, ETH, wBTC) to the Trident vault on your home chain such as Arbitrum.
- Global spendability: That deposited balance becomes immediately spendable across supported chains; no bridging or pre-funding is required on destination chains.
- Atomic delivery: Trident delivers assets on the destination chain inside the same transaction as your downstream logic. If any step fails, the entire bundle reverts.
- Composable: Chain Trident with other on-chain actions (swaps, LP adds, settlements) and keep your logic atomic.
Example: Settle a CoW Intent Fill Cross-Chain
Section titled “Example: Settle a CoW Intent Fill Cross-Chain”- Deposit 20 ETH into Trident on Arbitrum.
- A taker sees a CoW Swap intent on Base that requires 10 ETH to settle into the CoW settlement contract.
- On Base, the SDK submits one transaction that:
- Sends 10 ETH from your Trident balance to your contract.
- Immediately calls the CoW settlement function with that 10 ETH.
- If the settlement succeeds, your Arbitrum balance is debited and the Base intent fills. If settlement reverts, the entire transaction rolls back and your Arbitrum deposit remains untouched.