> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vycreateerc20contractrequest.md).

# VyCreateErc20ContractRequest

## Properties

| Field     | Type                                                                   | Description                                                                                                                           | Required |
| --------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Chain     | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md) | The blockchain of the token contract.                                                                                                 | ✗        |
| Name      | string                                                                 | The name of the token contract.                                                                                                       | ✗        |
| Symbol    | string                                                                 | The symbol for your token contract. (generated based on name if empty)                                                                | ✗        |
| MaxSupply | int                                                                    | The maximum amount of tokens allowed to be minted.                                                                                    | ✗        |
| Burnable  | bool                                                                   | Indication wether the tokens will be burnable or not. Burning tokens is the act of sending tokens to a wallet that cannot be accessed | ✗        |
| Owner     | string                                                                 | The wallet address who will be the owner of this token contract. The owner will have admin rights on the token contract.              | ✗        |
| CompanyId | string                                                                 | You can optionally provide the \`companyId\` to specify for which company the contract should be created.                             | ✗        |

## References

**Operation**

* [CreateErc20Contract](/sdk-reference/c-sdk-v3/function-references/token/erc20-contract/createerc20contract.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vycreateerc20contractrequest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
