# Proposals

There are several standard proposals types included in all siloDAOs that simplify treasury management operations. Custom proposals can be built upon request by SiloDAO, and since Silo is open source anyone can build additional solutions on top of Silo.

### Basic

**Signal Request:** create on-chain member vote to collect signal on various decisions within the DAO.

**ERC-20 Token Transfer:** a simple transfer of any ERC-20 from the main treasury to any address on the same network.

**Network Token Transfer:** a simple transfer of a network's native token (i.e. ETH) from the main treasury to any address on the same network.

### Advanced

**Use WalletConnect:** easily interact with any smart contract or application using the main treasury as the executing address. i.e. connect to Uniswap and swap some tokens within the main treasury.

**Update Governance Settings:** create a proposal to change any of the DAO's governance settings found in the 'Settings' tab.

**Add Shaman:** grant DAO permissions to an external contract. *<mark style="color:red;">WARNING! - This is for advanced users only and should be used with extreme caution.</mark>*

**Multicall Proposal Builder:** a transaction builder to create a multicall proposal. This is for advanced users that want to bundle multiple transactions into a single proposal. i.e. approve a contract to spend multiple tokens in the treasury, add liquidity, and stake the LP.


---

# 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/dao-navigator/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.
