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

# FAQ

- [Where is the Token Listed?](https://blocks-1.gitbook.io/blocks/faq/token-sale.md)
- [How Can I Purchase BLOCKS?](https://blocks-1.gitbook.io/blocks/faq/how-can-i-purchase-blocks.md)
- [Is BLOCKS a Cryptocurrency?](https://blocks-1.gitbook.io/blocks/faq/is-blocks-a-cryptocurrency.md)
- [Can I Trade My Tokens?](https://blocks-1.gitbook.io/blocks/faq/can-i-trade-my-tokens.md)
- [How do I Spend my Tokens?](https://blocks-1.gitbook.io/blocks/faq/how-do-i-spend-my-tokens.md)
- [What Happens if I Sell My Tokens and I'm in the Tokenized Community?](https://blocks-1.gitbook.io/blocks/faq/what-happens-if-i-sell-my-tokens-and-im-in-the-tokenized-community.md)
- [Do I have to Spend Tokens to be a Part of the Tokenized Community?](https://blocks-1.gitbook.io/blocks/faq/do-i-have-to-spend-tokens-to-be-a-part-of-the-tokenized-community.md)
- [Will We Still be Able to Receive Announcements if We Aren't a Part of the Tokenized Community?](https://blocks-1.gitbook.io/blocks/faq/will-we-still-be-able-to-receive-announcements-if-we-arent-a-part-of-the-tokenized-community.md)
- [How do I Setup MetaMask with BLOCKS?](https://blocks-1.gitbook.io/blocks/faq/how-do-i-setup-metamask-with-blocks.md)
- [How do I Join the Tokenized Community?](https://blocks-1.gitbook.io/blocks/faq/how-do-i-join-the-tokenized-community.md)
- [When will BLOCKS be Fully Decentralized?](https://blocks-1.gitbook.io/blocks/faq/when-will-blocks-be-fully-decentralized.md)
- [What is the connection between Block 30 and BLOCKS?](https://blocks-1.gitbook.io/blocks/faq/what-is-the-connection-between-block-30-and-blocks.md)
- [Is BLOCKS running on EOS?](https://blocks-1.gitbook.io/blocks/faq/is-blocks-running-on-eos.md)
- [When leveraging the Blocks platform, what programming languages are accepted?](https://blocks-1.gitbook.io/blocks/faq/when-leveraging-the-blocks-platform-what-programming-languages-are-accepted.md)
- [Is the BLOCKS an ERC20 or ERC777 token?](https://blocks-1.gitbook.io/blocks/faq/is-the-blocks-an-erc20-or-erc777-token.md)
- [How will Blocks DAO smart contracts improve global P2P on the blockchain?](https://blocks-1.gitbook.io/blocks/faq/how-will-blocks-dao-smart-contracts-improve-global-p2p-on-the-blockchain.md)
- [Does BLOCKS have any case studies?](https://blocks-1.gitbook.io/blocks/faq/does-blocks-have-any-case-studies.md)
- [Corporate Treasury is allocated 25% of tokens. Can you clarify what exactly that means?](https://blocks-1.gitbook.io/blocks/faq/corporate-treasury-is-allocated-25-of-tokens.-can-you-clarify-what-exactly-that-means.md)
- [Are Polls in Discord the same as the DAO voting in Snapshot?](https://blocks-1.gitbook.io/blocks/faq/are-polls-in-discord-the-same-as-the-dao-voting-in-snapshot.md)
- [As a blocks holder, do I get a portion of revenue generated by Blocks DAO llc?](https://blocks-1.gitbook.io/blocks/faq/as-a-blocks-holder-do-i-get-a-portion-of-revenue-generated-by-blocks-dao-llc.md)
- [Will BLOCKS utilize existing bridges/sidechains or home brewed bridges/side chains?](https://blocks-1.gitbook.io/blocks/faq/will-blocks-utilize-existing-bridges-sidechains-or-home-brewed-bridges-side-chains.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 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://blocks-1.gitbook.io/blocks/faq.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.
