# DAO Wallets

Every DAO on Upstream comes equipped with a DAO wallet, which serves as the shared treasury of the organization. By default, the DAO wallet is displayed as "Treasury Wallet." This section provides essential information about the wallet's balance, tokens held, and NFTs owned, allowing DAO members to keep track of the DAO's financial status and assets. Additionally, the DAO wallet offers the ability to link and unlink additional wallets, providing further insights into the organization's financial activities.

<figure><img src="/files/Ur45A0H6JS1dIYQXnLek" alt="" width="563"><figcaption></figcaption></figure>

### Viewing DAO Wallet Details

1. The DAO wallet section provides the following details:
   1. Balance: The amount of ETH in the DAO wallet is displayed under the "Balance" section.
   2. Tokens: The value of tokens held in ETH is shown under the "Tokens" section. This includes the DAO's native tokens or any other tokens held by the organization.
   3. NFTs: The value of NFTs owned by the DAO, expressed in ETH, is listed under the "NFTs" section.
2. Opensea and Etherscan: You can easily view the DAO wallet in both Opensea and Etherscan, allowing for a more comprehensive understanding of the DAO's financial activities and assets.
3. Balance Over Time: A graph allows you to track the balance of the DAO wallet over time. This graph is valuable for monitoring financial trends and fluctuations in the organization's resources.

### Linking & Unlinking Additional Wallets

One of the  features of the DAO wallet is the ability to link and unlink additional wallets to the DAO. This feature allows DAO members to keep track of other wallets associated with the organization, such as hot wallets used for specific interactions.

**Understanding Hot Wallets**

A hot wallet refers to a crypto wallet that is connected to the internet and used for frequent and active transactions. Hot wallets are convenient for day-to-day operations and enable quick access to funds, making them suitable for interactions within the DAO.

**Linking a Wallet**

<figure><img src="/files/Q1TRpY1cp9OfxtOnmdG3" alt="" width="563"><figcaption></figcaption></figure>

To link an additional wallet to the DAO, follow these steps:

1. Navigate to the DAO and click the "Create a Proposal" button.&#x20;
   1. Select Wallet -> Link Wallet.
   2. Provide the wallet address and a nickname for the wallet you would like to link.
2. Voting and Approval: The proposal needs to go through the voting process, during which DAO members will cast their votes. Once the proposal receives sufficient votes to pass the quorum requirement, it will be approved.
3. Execution: After the proposal is approved, a signator will execute the proposal, completing the process of linking the wallet to the DAO wallet section.
4. View the additional wallet in the DAO Wallet section.

**Unlinking a Wallet**

<figure><img src="/files/67dmQs79jSNBf1kFr3zq" alt="" width="563"><figcaption></figcaption></figure>

To unlink a wallet from the DAO, follow these steps:

1. Navigate to the DAO and click the "Create a Proposal" button.&#x20;
   1. Select Wallet -> Unlink Wallet.
   2. Select the additional wallet that you would like to unlink from the DAO.
2. Voting and Approval: The proposal needs to go through the voting process, during which DAO members will cast their votes. Once the proposal receives sufficient votes to pass the quorum requirement, it will be approved.
3. Execution: After the proposal is approved, a signator will execute the proposal, completing the process of linking the wallet to the DAO wallet section.
4. View the additional wallet in the DAO Wallet section.

By utilizing the DAO wallet and its associated features, Upstream DAO members can gain valuable insights into the organization's financial health, assets, and connected wallets. This transparency and visibility contribute to effective decision-making and governance within the DAO.


---

# 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://guide.upstreamapp.com/daos/dao-wallets.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.
