# Vaults

### Overview

"Vaults" e.g. the "Proxy Wallet" are a core feature of SolSplits. They unlock meant features, and allow any user to:

* connect a Solana-compatible wallet
* designate the vault as the aggregate destination for the deposit of fungible tokens and NFT's
* compile any microstransactions in one place, allowing a user to choose when and where they take a taxable event to the designated destination wallet or account
* send the Vault address to a recipient for direct deposit into the Vault
* initiate a swap of assets in the Vault using our [Jupiter](https://jup.ag/) integration, allowing for quick liquidity through to other fungible currencies
* connect an individual or business bank account and off-ramp assets with a swap directly to fiat using our [Coinflow](https://coinflow.com/) integration.
* view Vault balances and recent transactions and visualize the historic portfolio value
* (soon) stake SOL directly from their Vault using SolSplits' Solana Validator


---

# 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.solsplits.xyz/product-guides/vaults.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.
