> For the complete documentation index, see [llms.txt](https://docs.infrablockchain.net/infrablockchain-antelope/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi/issue.md).

# issue

## Issue a token

To issue a new token call the issue`()` action.

#### Action Parameters

| Field    | Type   | Example       | Description              |
| -------- | ------ | ------------- | ------------------------ |
| to       | name   | "eosio"       | Account for issue token  |
| quantity | asset  | "1.0000 DUSD" | Token quantity for issue |
| memo     | string | "New issue"   | memo                     |
