# IndieDAO

## IndieDAO

- [Welcome to IndieDAO](https://indiedao.gitbook.io/indiedao/core/welcome-to-indiedao.md)
- [Code of Conduct](https://indiedao.gitbook.io/indiedao/core/code-of-conduct.md): v1.0 (last updated: 02-12-2022)
- [Join IndieDAO](https://indiedao.gitbook.io/indiedao/core/join-indiedao.md)
- [Onboarding process](https://indiedao.gitbook.io/indiedao/core/join-indiedao/onboarding-process.md): This process must be completed within the first month of joining the IndieDAO
- [DAO Governance](https://indiedao.gitbook.io/indiedao/core/dao-governance.md): IndieDAO is governed by vote of the INDIE token holders.
- [lvl protocol](https://indiedao.gitbook.io/indiedao/products/lvl-protocol.md)
- [Architecture](https://indiedao.gitbook.io/indiedao/products/lvl-protocol/architecture.md): v1.1 (last updated: 02-12-2022)
- [Web3 101](https://indiedao.gitbook.io/indiedao/education/web3-101.md): In progress...
- [Understanding the Web 3.0](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0.md)
- [Why Web3?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/why-web3.md)
- [What is Blockchain?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/what-is-blockchain.md)
- [What are tokens?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/what-are-tokens.md)
- [How to set up a wallet?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/how-to-set-up-a-wallet.md)
- [Dapps](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/dapps.md)
- [Using the Web 3](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3.md)
- [DeFi](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/defi.md)
- [Metaverse](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/metaverse.md)
- [NFTs](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/nfts.md)
- [DAOs](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/daos.md)
- [Building on the Web 3.0](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0.md)
- [Web3 Development](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development.md)
- [Ethereum](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/ethereum.md)
- [Solidity](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/solidity.md)
- [Solidity Best Practices](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/solidity-best-practices.md)
- [Dapp Development](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/dapp-development.md)
- [Blockchain Design Patterns](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/blockchain-design-patterns.md)
- [Scaling](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/scaling.md)
- [NFTs](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/nfts.md)
- [Web3 Design](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-design.md)
- [Building a DAO](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/building-a-dao.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://indiedao.gitbook.io/indiedao/core/welcome-to-indiedao.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.
