monorepo
monorepo copied to clipboard
As a router, I want to bridge and add liquidity at the same time
Problem For example, router starts with a big bag of USDC on ETH. Ideally they can just bridge to multiple chains in a single tx and add liquidity within the same call. Otherwise they need to bridge then add liquidity in separate txs.
Ideas to solve this Add function to contracts OR build layer on top outside the contracts
Acceptance Criteria [ ] In call params user can specify [ ]
P3 - nice optimization
not planned