Adding Liquidity

Adding/sending the tokens to the pool.

Now we need to update the balance of the LP which is currently 0:0.

Start by inscribing this:

{ 
  "p": "brc-20",
  "op": "addLiq",
  "tick-1": "ORPO",
  "veri-1": "0d4590ad5ec95ea8eec2e00b4286c82b25315bdc5641e72eb0a72a736abb5ea0i0",
  "tick-2": "ordi",
  "veri-2": "b61b0172d95e266c18aea0c624db987e971a5d6d4ebc2aaed85da4642d635735i0"
  "to": "bc1plklz3qhxuuq66tcwr7wsz2ggdlc7c4hf52d2p9w64j4nrzv35cdqjwsmpk"
}

As the initial LP has been inscribed, by sending this to the protocol, it will be 'expecting' and can verify tokens using the sending and receiving address.

Transfer inscribe:

A simple transfer inscribe will add tokens to the LP. The amount will be calculated by the already set pool ratios, or if no tokens exist, any ratio.

Note: When transferring tokens to the LP, two tokens will be expected in correct ratios, if not this could lead to rejection.

Below is a basic flowchart of the idea.

Last updated