> For the complete documentation index, see [llms.txt](https://docs.szns.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.szns.io/collection-governance/standard-proposals.md).

# Standard Proposals

Standard proposals define proposals built into the SZNS interface. These proposals include common actions taken by Collection tokenholders to make the process of governance easier for non-technical members (see [Collection Proposals](/collection-governance/proposal-process.md) section below for examples).

![Standard proposals provide intuitive interfaces for common actions.](/files/7jqIXSqv0Ycx94CnV9pY)

Examples of Proposal Actions include:

[**Add NFT**](/standard-proposals/add-nft.md)\
Propose to add a specific NFT into the Collection

[**List NFT**](/standard-proposals/list-nft.md) \
Propose to list an NFT in exchange for ETH

[**Bounty Board**](/standard-proposals/bounty-board.md)\
Propose a set of NFTs to be accepted by the DAO in return for a pre-determined amount of $COLLECTION tokens

[**Transfer ETH/ERC20s**](/standard-proposals/transfer-eth-erc20.md) \
Send ETH/ERC20s to any public ETH address

[**Transfer NFTs**<br>](/standard-proposals/transfer-eth-erc20.md)Send NFTs to any public ETH address

**Distribute Tokens**\
Send ETH or ERC20 proportionally to all Collection members

![Collection Actions](/files/CuAxKB8aabqLPL4OAKl9)

SZNS takes common actions that are most relevant to NFT DAOs, such as buying and selling NFTs, and creates a Standard Proposal flow that abstracts away the need to craft complex transactions.&#x20;

Please reach out in our [Discord](https://discord.gg/szns) if you're struggling with any aspect of Standard Proposals.


---

# 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:

```
GET https://docs.szns.io/collection-governance/standard-proposals.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.
