BRC-20 Liquidity Experiment
  • 🍫BRC-20 Liquidity Experiment - Original
  • New to ordinals?
    • What is all this?
    • Inscribing - Beginners
  • CREATE - Original
    • BRC-20 LP Tokens
    • How swaps work
  • Worked live example - Original
    • Example
  • 🆕BRC-20 Swap - Improved
    • LP Creation
    • Adding Liquidity
    • Swapping
    • Staking
    • 🤓Tokenomics
Powered by GitBook
On this page
  1. BRC-20 Swap - Improved

LP Creation

Improving the creation of a decentralized BRC20:BRC20 liquidity pool.

Inscribing the initial pool:

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

The creation of this pool, would create a new 'token' that would be either sent to the wallet you own, or an external. This would NOT change any on-chain balance for any wallet involving 'ordi' or 'ORPO'.

The 'to' will be used as a crosscheck internally that the address inscribed matches the owner. Potentially provided by the swap handler.

Upgrades:

No amount of tokens will change hands other than the incribed LP.

Verification (veri-1, veri-2) will not be based on incription ID.

PreviousExampleNextAdding Liquidity

Last updated 2 years ago

🆕