> For the complete documentation index, see [llms.txt](https://docs.pinto.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinto.money/resources/how-to-guides/silo/combine-deposits.md).

# Combine Deposits

Combining Deposits will merge them into a single Deposit. While this can reduce gas fees for future Silo transactions, it comes with a tradeoff: your Stalk gets averaged across the combined Deposits. As a result, withdrawing from the Silo will burn more Stalk than if you had kept the Deposits separate.

Note: Combining is not available yet on the mobile UI.

1. Make sure you are on <https://pinto.money/> and [connect your wallet](/resources/how-to-guides/getting-started/connect-to-pinto.md).
2. Navigate to the 'Silo' page. At the bottom of the page, there is a table showing the various assets on the [Deposit Whitelist](/resources/contracts.md#current-deposit-whitelist).
3. Select the asset you want to combine. You must already have multiple Deposits of this asset in order to combine.
4. Select 'Combine Deposits'.
5. Pick which Deposits you want to combine, or use 'Select All' to combine all Deposits of this asset.
6. Check that the number shown in the 'Combine Deposits' button matches the Deposits you want to combine, then select to proceed.
7. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
8. After the transaction has been confirmed by the network, your combined Deposit will appear in the 'My Deposits' table on the current page.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pinto.money/resources/how-to-guides/silo/combine-deposits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
