> 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="https://3048080048-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0VPqnaPSPHGPo401vxHK%2Fuploads%2Fo5q6U36WGyUUPfdrXihs%2Fimage.png?alt=media&amp;token=07458e8d-54fd-4167-99bc-c2e13fada164" 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>
