# Transfer ownership

You can transfer ownership of the token you created to any [Dex account](/use/pools/how-to/connect-dex-account.md). To do this, you need to use the **Transfer ownership** interface.

Go to the [Builder section](/use/token-builder.md) and then to the [token page](/use/token-builder/interface/token-page.md).\
On the right, in the <mark style="color:green;">**Actions block**</mark>, click **Transfer**.

{% hint style="info" %}
Please note that this action is irreversible and after the transfer of ownership is completed, you will not be able to manage this token.
{% endhint %}

![](/files/XIEEyKUhEsIgXEA1mI6W)

Enter the address of the new owner of the token and click **Confirm**. Then click **Confirm transaction** in your EVER Wallet and wait for the transfer to complete.

![](/files/Pj5mry4aBzZlCB9WwGO6)

At the end of the process, the token will disappear from the [**Builder section**](/use/token-builder.md) of the previous owner of the token and will be sent to the <mark style="color:green;">**current owner**</mark>:

![](/files/KiLt2kvCWxzkzS01CS4q)


---

# 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.flatqube.io/use/token-builder/how-to/transfer-ownership.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.
