1️⃣Deploy Staking Token (BRC-20)

Let's begin by deploying a BRC-20 token to serve as a staking token (you can also use an existing deployed token). We will use the example of deploying a new staking token.

Example:

{ 
  "p": "brc-20",
  "op": "deploy",
  "tick": "brst",
  "max": "33333",
  "lim": "3"
}
circle-info

💡 brc-20 staking protocol currently supports both brc-20 and orc-20 as staking tokens.

Last updated