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.
How It Works
Section titled “How It Works”- Request leverage: Via the SDK, specify the asset, amount, and destination chain you want to borrow on.
- Bundle the action: The SDK builds one transaction that borrows the asset, executes your downstream action, and recollateralizes within the same call.
- 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:
- Borrows wBTC from Trident.
- Sells the borrowed wBTC for USDC on Aerodrome at the higher on-chain price.
- Checks the trade cleared above your profit guard; otherwise the tx reverts and no borrow happens.
- Re-deposits the USDC back into Trident in the same call to re-collateralize the position.
- 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.