# 🏛 Basic ERC 20

This is our simplest ERC 20 contract. This contract comes with 0 taxes, 0 max transactions, etc. This is as barebones as it gets. You will only be able to add LP and lock the contract, along with buy backs and other simple features.&#x20;

We recommend this contract for very amateur deployers. This has the least amount of management as well as naturally being a cheaper token to deploy. The downside is that you have less control over the parameters of the token.&#x20;


---

# Agent Instructions: 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://gitbook.zenithwallet.com/miscellaneous/zenith-suite-of-tools/deploy-bot/create-token/basic-erc-20.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.
