# Flash Loan Protection

Illuminati DAO is secure against the flashloan types of attacks due to a simple yet absolutely effective **2-step minting and redemption mechanism**. When a user wants to mint or redeem a Synthetic Token, 2 transactions (2 steps) need to be performed:\
\
**2-step Minting**\
Minting Step 1 (tx#1): Mint Synthetic tokens\
Minting Step 2 (tx#2): Collect (claim) Synthetic tokens minted in Step 1

**2-step Redemption**\
Redemption Step 1 (tx#1): Redeem Synthetic tokens\
Redemption Step 2 (tx#2): Collect (claim) $WBNB and $WBNBX tokens.


---

# 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://illuminati-dao.gitbook.io/illuminati-dao/flash-loan-protection.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.
