# How to Send Tokens Directly to Your Trading Vault

Each trading vault is a smart contract with its own address. The most common way to fund a vault is using the Deposit function on the Definitive UI, but you can also send tokens to the vault like a wallet. You can find your address under Vault Address> Trading Vault; see below:

<figure><img src="/files/W5G2FB5YtEluQK1vlvn0" alt=""><figcaption></figcaption></figure>

Here are some things to keep in mind:\
\- double-check the address before sending\
\- it is best practice to send a test amount first


---

# 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.definitive.fi/users/guides/how-to-send-tokens-directly-to-your-trading-vault.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.
