> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/guide-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/guide-book/assets.md).

# Assets

This feature helps you better manage assets in your TaskOn account.&#x20;

If your tasks or activities require rewards, you can pre-deposit your account, facilitating the subsequent automated reward distribution and enhancing user engagement.

### Security First

Before depositing or withdrawing assets, please ensure that your account security measures are in place. We recommend setting up `Google Authenticator` for two-factor authentication to provide an extra layer of protection for your account.

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

<figure><img src="/files/AsZNfmObpjS4IbdB00sb" alt="" width="375"><figcaption></figcaption></figure>

### Deposit & Transfer In

#### Token

1. Choose `Token` 。

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

2. Click "`Deposit`". Select Network, token, and enter the amount.
3. Click  "`Deposit`", and approve on your web wallet.

<figure><img src="/files/cUh284igkUB6gdsLzBcU" alt="" width="375"><figcaption></figcaption></figure>

### NFT

1. Choose NFT, and click "`Transfer In`".

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

2. Select Network, choose NFT list, and click "`Approve`" to proceed with the transaction. Then, click "`Transfer in NFT`".

<div><figure><img src="/files/qHUzQMsLseyqIT3GH4wU" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/yvli39BgPa3EnuEz5767" alt="" width="375"><figcaption></figcaption></figure></div>

### Withdraw & Transfer Out

### Token

1. Choose token, and click "`Withdraw`".

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

2. Select the network and wallet, and click "`Withdraw`".

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

3. Approve the transaction

### NFT

1. Choose NFT, and click "`Transfer Out`".

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

2. Select Network, and enter the Collection Name.

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

3. Click "`Transfer Out`", and approve the transaction on your wallet.


---

# 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://taskoncommunitys-organization.gitbook.io/guide-book/assets.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.
