Bridging Bridge De Bridge
bridging_bridgeDeBridgeBridge tokens across blockchains via deBridge DLN. Specify source and destination chains, token addresses, amount, sender, and recipient to execute cross-chain transfers with deterministic pricing.
Instructions
Bridge tokens across chains via deBridge DLN. Fast cross-chain transfers with deterministic pricing. SAP MCP context: Protocol bridging; operation class write. Use for cross-chain asset movement through Wormhole or deBridge. Confirm source chain, destination chain, token mint, amount, recipient, route fees, and finality expectations before invoking a bridge write. For bridge flows call the matching status tool after submission. If the bridge capability belongs to a registered SAP agent, plan the profile with sap_agent_identity_plan, register through sap_payments_register_agent, then advertise bridge capability IDs with sap_payments_update_agent or sap_publish_tool_by_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to bridge (raw) | |
| sender | Yes | Sender address | |
| tokenIn | Yes | Token address on source chain | |
| tokenOut | Yes | Token address on destination chain (use "0x0" for native) | |
| recipient | Yes | Recipient address on destination chain | |
| slippageBps | No | Slippage tolerance in bps | |
| sourceChain | Yes | Source chain ID (e.g. 7565164 for Solana) | |
| destinationChain | Yes | Destination chain ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |