# FAQ

### Isn't Ante just \_\_\_\_\_?

Ante is **NOT**:

* an auditing service;
* an "economic analysis" service;
* a bug bounty program
* "hack insurance"

All of the above are valuable and important to building safe web3, and  Ante is complementary to existing security, marketing, and trust services.

### Why shouldn't I just code in the tests or formally verify my code?

Formal verification is great but has limitations (e.g. economic attacks)

Ante Tests can make commitments that aren’t forbidden in code but rely on trust in people or external systems.

Also, Ante Tests make these guarantees more visible and understandable to non-technical people, giving more peace of mind to potential users.

### Is Ante audited?

Yes! Read more: [Security & Trust](/ante/security-and-trust.md)

### Does Ante have a token?

No — beware of scammers!


---

# 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://docs.ante.finance/ante/faq.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.
