> For the complete documentation index, see [llms.txt](https://spiritdao.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spiritdao.gitbook.io/docs/learn-more/membership/tech-stack.md).

# Tech Stack

SpiritDAO leverages the following tooling to empower community access and agency.

* [<mark style="color:yellow;">Unlock Protocol</mark> ](https://unlock-protocol.com/)- Time-limited, non-transferable membership tokens.
* [<mark style="color:yellow;">Charmverse</mark>](https://spiritdao.gitbook.io/docs/) - Collaboration / Operations (Forum/Votes/Wiki/Bounties/Member Directory/Calendar) &#x20;
* [<mark style="color:yellow;">Hats Protocol</mark> ](https://www.hatsprotocol.xyz/)- Hats supports a suite of customized tokens/keycards that serve to provide granular access and agency within the DAO and accrue merit over time. Supports the infrastructure for weighted voting.
* [<mark style="color:yellow;">Bonfire</mark>](https://www.bonfire.xyz/) - Bonfire is a token-gated video viewing platform where I can export the content watched (to the minute) of a specific wallet holding the token. Important in that it lets us verify that they completed the video.
* [<mark style="color:yellow;">Guild.xyz</mark>](http://guild.xyz/) - Token gates our [<mark style="color:yellow;">Community Discord</mark>](https://discord.gg/Dg94YJxAEm) + Assigns roles chosen during onboarding. Also gates our google docs.
* [<mark style="color:yellow;">Snapshot</mark> ](https://snapshot.org/#/spiritdao.eth)- Snapshot is off-chain voting by wallet (and supports weighted voting w/ hats). Most DAOs today conduct most activity off chain and then commit transactions to a chain after consensus within the community. This is integrated with Charmverse so our users can operate in a single ecosystem.
* We run on the [<mark style="color:yellow;">Optimism Chain</mark>](https://www.optimism.io/) (Ethereum L2)


---

# 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://spiritdao.gitbook.io/docs/learn-more/membership/tech-stack.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.
