Skip to content

Joining Pool via Celatone

Supanat edited this page Sep 19, 2023 · 2 revisions

To join pool, all you need to do is to execute the contract with the following message:

{ "join_pool": {} }

and attach funds along with the message.

Currently, Osmosis frontend haven't yet support this. Since it's a smart contract operation, you can easily do this via Celatone UI.

If you already know contract address, go to

https://celatone.osmosis.zone/osmosis-1/execute?contract={CONTRACT_ADDRESS}

then skip to 4.

1. Find the pool in Celatone's Pools Page

pools page

Note that:

  • Select "Pool with unsupported tokens" tab if you can't find the pool you are looking for
  • Filter by Pool Type = "CosmWasm Pools"

Filter Pool

2. Expand the pool

Expand the poolby clicking on the arrow and click "View Pool Details", this will take you to the contract page Expand Pool

3. Click "Execute"

Execute

4. Execute join_pool

Put { "join_pool": {} } into "Execute Msg" and attach funds.

Use "Provide JSON Asset List" as "Attach Funds" option if "Select asset and fill amount" does not have your expected asset.

Provide JSON Asset List

image

Then hit "Execute" on the bottom right of the page (or "Ctrl + Enter")

Approve your tx, and that's it!