Direct IBC Deposits (Reopen)

Reopen (!3995 (merged))

This merge request enables users to directly send assets via IBC into a cosmos vault (on gaia) by additionally observing MsgRecvPacket messages for FungibleTokenPacketData, which saves one transaction.

Bifrost converts the senders original source chain address to gaia native cosmos1... addresses which are used for pairing and withdrawals.

Example deposits on Gaia and Neutron public testnet:

  1. Deposit 0.1 NTRN via IBC (create pool):
  2. Deposit 0.03 & 0.07 NTRN via IBC from different addresses in the same block on gaia:
  3. Ragnarok, sending 0.2 NTRN back to depositors cosmos1... addresses on gaia:

Example of unsuccessful swap and refunds (3 swap txs at once via IBC)

  1. IBC message, containing swaps
  2. Refunds

Example of successful swap with multiple msgs in one tx

  1. IBC message, containing swaps
  2. Swap outs
Edited by Starsquid

Merge request reports

Loading