# Writing Ante Tests

Writing an Ante Test is easy! It's a great way to level up your Solidity skills and learn how different protocols work. Also, in Ante v0.6 test authors can earn a portion of fees generated by tests!

<figure><img src="/files/Zjk0p0DTbWwRP1ZFpafH" alt=""><figcaption></figcaption></figure>

1. Think of a guarantee to test
2. Write your Ante Test
3. Submit your Ante Test


---

# 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/for-developers/writing-ante-tests.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.
