bridge_out
Bridge value from Solana out to a major EVM chain (non-custodial).
Cross-chain FUNDING rail (deBridge DLN), jupiter_swap two-phase pattern:
without signed_transaction returns an UNSIGNED base64 Solana
transaction creating the bridge order -- sign it with the wallet for
wallet_address. With signed_transaction broadcasts the
caller-signed tx and returns tx_signature + a verification block
(gate follow-on decisions on verification.confirmed). src_token
is the Solana mint committed, amount its base units;
evm_recipient is YOUR address on dst_chain (ethereum, arbitrum,
base, optimism, polygon, bnb, avalanche, linea).
Value-bearing (technology service fee via x402 past the daily free tier;
charged once per order on the build leg, never re-charged on the
completion leg). Paper trading mode returns a simulated order with a real
DLN quote. idempotency_key (optional): reuse the SAME key across the
build call and its signed_transaction completion retry.
order_id (optional): pass back the build leg's returned
order_id on the signed_transaction completion call to reconcile both legs
into one BridgeTransfer row -- then poll fulfillment with
get_bridge_status(order_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| verify | No | ||
| order_id | No | ||
| caller_id | No | ||
| dst_chain | Yes | ||
| dst_token | Yes | ||
| src_token | Yes | ||
| pay_in_crank | No | ||
| evm_recipient | Yes | ||
| payment_header | No | ||
| wallet_address | Yes | ||
| idempotency_key | No | ||
| signed_transaction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||