> For the complete documentation index, see [llms.txt](https://docs.flatqube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatqube.io/use/token-builder/how-to/transfer-ownership.md).

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