Skip to content

Leverage Mode

Status: coming soon.

Trident Leverage Mode supplies assets you do not already hold so you can execute a single atomic trade or settlement on any supported chain. Borrow, use the asset, and repay inside one transaction; if anything fails, nothing moves.

  1. Request leverage: Via the SDK, specify the asset, amount, and destination chain you want to borrow on.
  2. Bundle the action: The SDK builds one transaction that borrows the asset, executes your downstream action, and recollateralizes within the same call.
  3. No pre-funding across chains: You do not need to pre-position that asset on the destination chain; Trident supplies and settles it atomically.

Example: Aerodrome (DEX) / Binance (CEX) Arb Without wBTC on Hand

Section titled “Example: Aerodrome (DEX) / Binance (CEX) Arb Without wBTC on Hand”

You spot that wBTC is priced higher on Aerodrome (Base) than the BTC/USDC pair on Binance.

On Base, the SDK submits one transaction that:

  1. Borrows wBTC from Trident.
  2. Sells the borrowed wBTC for USDC on Aerodrome at the higher on-chain price.
  3. Checks the trade cleared above your profit guard; otherwise the tx reverts and no borrow happens.
  4. Re-deposits the USDC back into Trident in the same call to re-collateralize the position.
  5. Separately, you buy BTC/USDC on Binance and withdraw that BTC to repay the wBTC debt.

Because you re-collateralized with the Aerodrome proceeds mid-flow, only a fraction of the ultimate collateral was needed up front to support the wBTC loan.