# Audited Contracts

We continuously work on our Token Builder Bot to make it as personalized as possible. As for now, users can create a standard token with no taxes and a custom token with taxes and advanced settings. **Both contracts are fully audited by Interfi.**

What's the difference and which contract should you use?

|                          | Standard | Custom |
| ------------------------ | -------- | ------ |
| Audited                  | ✅ Yes    | ✅ Yes  |
| Change Name              | ✅ Yes    | ✅ Yes  |
| Change Ticker            | ✅ Yes    | ✅ Yes  |
| Change Supply            | ✅ Yes    | ✅ Yes  |
| Add Socials              | ✅ Yes    | ✅ Yes  |
| Renounce Ownership       | ✅ Yes    | ✅ Yes  |
| Transfer Ownership       | ✅ Yes    | ✅ Yes  |
| Individual Taxes         | ❌ No     | ✅ Yes  |
| Liq, Burn, Marketing Tax | ❌ No     | ✅ Yes  |
| Reflections              | ❌ No     | ✅ Yes  |
| Whitelist                | ❌ No     | ✅ Yes  |
| Max Wallet               | ❌ No     | ✅ Yes  |
| Max TXN Limit            | ❌ No     | ✅ Yes  |
| Max TXN Amount           | ❌ No     | ✅ Yes  |
| Change Marketing Wallet  | ❌ No     | ✅ Yes  |
| Service Fee              | $50      | $50    |

Choose a standard token if you want a simple, perfectly working token. If you want to add personalized spice to your project and charge taxes, select the custom option instead.


---

# 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://blazex.gitbook.io/blazex-token-builder/token-deployer/audited-contracts.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.
