> For the complete documentation index, see [llms.txt](https://docs.deepsafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepsafe.network/genesis-nodes/guardian-nfts/prerequisites.md).

# Prerequisites

Before participating in the Guardian NFTs purchase, please make sure you have completed the following:

### 1. Apply for the whitelist

Ensure you have successfully applied and been approved for the DeepSafe whitelist.

### 2. Set up a supported EVM-compatible wallet

You will need a wallet that supports EVM networks, such as [**MetaMask**](https://metamask.io/).

{% hint style="warning" %}
**Note**: You must prepare a <mark style="color:red;">**brand-new EVM wallet**</mark> that **has never interacted with DeepSafe or any DeepSafe-related ecosystem projects**.
{% endhint %}

### 3. Connect to the BSC Network

In your MetaMask wallet, switch to the <mark style="color:red;">**Binance Smart Chain (BSC) network**</mark>.

{% hint style="success" %}
Not sure how to switch to the BSC network?

Check out [How to Add Binance Smart Chain (BSC) in MetaMask](/genesis-nodes/wallet-setup/how-to-add-binance-smart-chain-bsc-in-metamask.md).
{% endhint %}

### 4. Prepare BNB for Gas Fees

Make sure you have a sufficient amount of <mark style="color:red;">**BNB**</mark> in your wallet to cover transaction gas fees.

### 5. Prepare USDT for Payment

Ensure you have enough USDT ready for the purchase.

{% hint style="success" %}
Make sure to use the correct USDT contract address on BSC: [**0x55d398326f99059fF775485246999027B3197955**](https://bscscan.com/token/0x55d398326f99059fF775485246999027B3197955).

Please verify the address carefully before proceeding.
{% endhint %}

### 6. Import USDT into MetaMask

If USDT is not already displayed in your MetaMask, manually import it by adding the above USDT contract address on BSC.

{% hint style="success" %}
If USDT is not displayed in your MetaMask, you need to manually import it by adding the USDT contract address on BSC.

\[[Learn how to import USDT into MetaMask →](/genesis-nodes/wallet-setup/how-to-import-usdt-into-metamask-bsc.md)]
{% endhint %}

### 7. Have your DeepSafe Invitation Code ready

An invitation code is required to complete your purchase.


---

# 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://docs.deepsafe.network/genesis-nodes/guardian-nfts/prerequisites.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.
