# Silo Core

Silo Core provides a tool to create custom ERC6551 NFT collections and meme tokens. The NFT collections can then be sold directly from the DAO and are the actual members. When an NFT is sold, it is minted and its TBA account deployed, with governance power and meme tokens airdropped into them. The NFTs themselves hold the ability to create proposals, vote, and delegate power to another address from its TBA.


---

# 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.silo.gg/tutorials/silo-core.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.
