# Deploy

Create a BNCS-20 token

```
{ 
  "p": "bncs-20",
  "op": "deploy",
  "tick": "BNCS",
  "max": "1000000000",
  "lim": "1000"
}
```

<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 bncs-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 bncs-20</td></tr><tr><td>max</td><td>Yes</td><td>Max supply: set max supply of the bncs-20</td></tr><tr><td>lim</td><td>Yes</td><td>Mint limit: limit per inscription</td></tr></tbody></table>
