> For the complete documentation index, see [llms.txt](https://dexpanse.gitbook.io/dexpanse-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexpanse.gitbook.io/dexpanse-wiki/engagement-system/engagement-actions.md).

# Engagement Actions

The table below summarizes all the EAs currently available. The EPs for completing each action will be automatically awarded to a given wallet address, every time that the action is completed. There is no limit as to how many times any EA can be completed.&#x20;

<table><thead><tr><th>Engagement Action</th><th>Special requirements</th><th data-type="number">EPs awarded</th></tr></thead><tbody><tr><td>Take part in a successful presale</td><td>The presale must have at least 10 BNB (or a BUSD equivalent) softcap</td><td>11</td></tr><tr><td>Max buy in a successful presale</td><td>The presale must have at least 10 BNB (or a BUSD equivalent) softcap</td><td>22</td></tr><tr><td>Create a standard token using Dexpanse’s Token Builder</td><td> </td><td>50</td></tr><tr><td>Create a deflationary or reward token using Dexpanse’s Token builder</td><td> </td><td>100</td></tr><tr><td>Finalize a successful presale of at least 10 BNB (or a BUSD equivalent)</td><td> </td><td>100</td></tr><tr><td>Burn SGY to partake in extra presale phase</td><td> </td><td>25</td></tr><tr><td>Referral: have a successful presale use your promo code</td><td> </td><td>250</td></tr></tbody></table>

Note, that to receive EPs for taking part in a presale, that presale must first be finalized. Additionaly, one wallet can only recieve a maximum of one EA reward of each type for a given presale. This means that if a user takes part in a presale by buying 25% of the possible max buy limit, and after some time decided to buy all the way up to limit in a separate transaction, then they will only receive one reward for the "Take part in a successful presale" EA once the presale is succesfull finalized. However, that user will also receive one reward for the "Max buy in a successful presale" EA granting them a total of 33 EPs (11 + 22).


---

# 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, and the optional `goal` query parameter:

```
GET https://dexpanse.gitbook.io/dexpanse-wiki/engagement-system/engagement-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
