> For the complete documentation index, see [llms.txt](https://docs.onto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onto.app/guides/discover/ontology/ontology-bridge.md).

# Ontology Bridge

### Transfer Ontology-Ontology EVM Assets

* On "**Assets**" page,  click "**ONT**" to open the ONT sending page.&#x20;
* Click on the **"Token Bridge"**&#x20;
* Click "**ONT**" to select the asset

![](/files/wU5ndfUnNyX2FiDuzQd2)

* Click on the asset you want to swap (BNB is taken as an example here)&#x20;
* Enter the **Amount** to swap&#x20;
* Click on "**Approve**"

![](/files/ba7qJiiVj9TsQzkpdsPJ)

* Click on the "**Suggestion Amount**"
* After verifying the authorization request, click on "**Confirm**"&#x20;
* Enter the password and click "**Confirm**"

![](/files/kb3Ub4N6Izz19zcZINaI)

* Click on "**Transfer**"&#x20;
* After checking the transaction details, click on "**Confirm**"&#x20;
* Enter the password, click "**Confirm**", and wait for the transaction to complete&#x20;
* Click "**Completed**" to exit the transaction details interface

![](/files/LFO6OlH5hoBZ2gRsjD1e)

### Wrap ONG-WONG (Ontology EVM)

* On "**Assets**" page,  click "**ONT**" to open the ONT sending page.&#x20;
* Click on the **"Token Bridge"**&#x20;
* Click "**Wrapper**" to the wrapper interface

![](/files/q1k4zTV0buhN5UvTOMON)

* Click "**WRAP**"&#x20;
* Enter the amount and click "**Submit**"&#x20;
* After checking the transaction details, click "**Confirm**"&#x20;
* Enter the password, click "**Confirm**", and wait for the transaction to complete&#x20;
* Click "**Completed**" to exit the transaction details interface

![](/files/B78KTtVVz9om0gYiCV0s)

### View transaction history

* Click the icon to view the transaction history&#x20;
* Click to select the transaction record you want to view to view the details of the transaction

![](/files/bTmqvzW5aW2bkKZYAiuH)


---

# 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.onto.app/guides/discover/ontology/ontology-bridge.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.
