# Create Airdrop

When summoning a Silo RDF DAO there are the following fields:

**DAO Name**: enter the name of your DAO. This can be changed at any time in your DAO settings.

### Meme Token Section

**Meme Token Name:** enter the name of your meme token. This is permanent and can not be changed.

**Meme Token Symbol:** enter the token symbol of your meme token. This is permanent and can not be changed.

**Meme Token Supply:** enter the total supply of your meme token. This is a permanent fixed supply.&#x20;

**Airdrop Allocation:** enter the amount of the total supply of your meme token that you'd like to allocate to the airdrop. The remaining amount will be minted into a Safe managed by the DAO.

**Max Claims:** enter the amount of NFTs that can claim the airdrop. Ideally, the total supply of the collection should be entered, but it can be any number greater or less than too. This could be useful for more exclusive limited drops or for collections that are still mintable.

### NFT Collection Section

**NFT Contract Address:** enter the ERC721 contract address of the collection to be whitelisted for the airdrop.


---

# 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-rdf/create-airdrop.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.
