bridge_in
Fund your Solana wallet from a major EVM chain (non-custodial).
Cross-chain FUNDING rail (deBridge DLN): builds an UNSIGNED EVM
transaction creating a bridge order that pays dst_token (a Solana
mint, e.g. USDC) to wallet_address. Sign and broadcast the returned
evm_transaction ({to, data, value}) with your OWN wallet
(evm_sender) on src_chain -- Crank never signs, never broadcasts
the EVM leg, and never holds funds in flight. amount is in source-token
base units. Supported source chains: ethereum, arbitrum, base, optimism,
polygon, bnb, avalanche, linea.
Fund from any major chain, execute on Solana: pair with jupiter_swap / strategies once the funds arrive (confirm with get_balances). Value-bearing (technology service fee via x402 past the daily free tier). Paper trading mode returns a simulated order with a real DLN quote.
idempotency_key (optional): retrying with the same key + args replays
the original order instead of creating a second one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| caller_id | No | ||
| dst_token | Yes | ||
| src_chain | Yes | ||
| src_token | Yes | ||
| evm_sender | Yes | ||
| pay_in_crank | No | ||
| payment_header | No | ||
| wallet_address | Yes | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||