# Buying

When you buy a Toros token, you get an ERC20 token back in your wallet.

Toros tokens are vaults, when you buy you deposit into the vault.

## Deposit Assets

Each vault accepts specific deposit assets. When buying, you can choose from deposit assets or other supported tokens on the network.

Buying with a deposit asset incurs zero slippage. You only pay the trading fee.

## Non-Deposit Assets

When a non-deposit asset is selected for deposit, that asset is traded first into a deposit asset and then deposited. This happens in a single transaction.

The only difference between a deposit asset buy and a non-deposit asset buy is slippage. Because the asset is traded into deposit asset before being deposited, that initial trade comes with its own trading fees and slippage.

When slippage is set to auto, the trade will be simulated at the lowest possible slippage, then dynamically increased slowly until the trade can go through. Once the trade can pass, the transaction is sent to your wallet for approval.

Non-deposit asset deposits source liquidity from the entire chain using DEX aggregators such as 1inch. Because DEX aggregators are used, deposits can be made with size.

You can customize which DEX aggregator is enabled in the trade settings. By default, all aggregators are enabled, but only one aggregator is used for the trade.


---

# 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.toros.finance/trading/buying.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.
