# Web3 Settings

- [NFTs](https://docs.siva.gg/founders-guide/backend/web3-settings/nfts.md): Incorporate ERC721 NFT tokens, including your own, your partner's, or your collaborator's, which can subsequently be utilized as prerequisites for earning rewards.
- [Tokens](https://docs.siva.gg/founders-guide/backend/web3-settings/tokens.md): Add ERC20 tokens, including your own, your partner's, or your collaborator's tokens, or native coins, that appear in the balance command and can be withdrawn by your community members.
- [Relay Wallets](https://docs.siva.gg/founders-guide/backend/web3-settings/relay-wallets.md): OZ Relay Wallets form the core of our Engage2Earn ecosystem. They hold the LP for added tokens and enable the automatic distribution of withdrawals.
- [Guide v1](https://docs.siva.gg/founders-guide/backend/web3-settings/relay-wallets/guide-v1.md): OZ Relay Wallets form the core of our Engage2Earn ecosystem. They hold the LP for added tokens and enable the automatic distribution of withdrawals.


---

# 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.siva.gg/founders-guide/backend/web3-settings.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.
