> For the complete documentation index, see [llms.txt](https://docs.dotordinals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dotordinals.io/dotordinals/deploy.md).

# Deploy

<figure><img src="/files/enOGlERBh86WxEyEQOJy" alt=""><figcaption></figcaption></figure>

Create a DRC 20 token

```
{ 
  "p": "drc-20",
  "op": "deploy",
  "tick": "drc",
  "max": "2100000000000000",
  "lim": "100000000"
}
```

<table><thead><tr><th width="97">Key</th><th width="108.33333333333331">Required?</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>Yes</td><td>Protocol: Helps other systems identify and process drc-20 events</td></tr><tr><td>op</td><td>Yes</td><td>Operation: Type of event (Deploy, Mint, Transfer)</td></tr><tr><td>tick</td><td>Yes</td><td>Ticker:  identifier of the drc-20</td></tr><tr><td>max</td><td>Yes</td><td>Max supply: set max supply of the drc-20</td></tr><tr><td>lim</td><td>Yes</td><td>Mint limit: limit per inscription</td></tr></tbody></table>
