I want users to land directly into a destination protocol action
Trusted by leading teams
$25B+
Total volume routed
30+
Chains supported
4M+
Users served
Who this is for
As a user, I want to complete a destination action with the assets I already hold so that I can act immediately. E.g. deposit into a vault, enter a position, etc. As a developer, I want users to complete a destination action with the assets they already hold so that more users reach the final protocol action. E.g. deposit into a vault, enter a position, etc.What this use case does
- Bundles route execution and destination contract calls in one journey
- Reduces drop-off between asset delivery and action completion
- Supports outcomes like vault deposits, position entry, among others
How it works with Bungee
Bungee can deliver assets and execute destination calldata as a single flow. You pass the desired outcome and destination action data so users do not need separate follow-up transactions. This lets your product map directly to user goals, from source funds to completed destination action, in one guided experience.Example flow
User picks a destination action
The user selects “Deposit 1,000 USDC from Ethereum into Vault X on Base”.
Bungee prepares route and payload
Bungee returns a route and includes destination calldata for the vault contract.