> For the complete documentation index, see [llms.txt](https://extocium.gitbook.io/extocium-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://extocium.gitbook.io/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet.md).

# Swap with Wallet

{% tabs %}
{% tab title="ENG" %}

### 💱 Swap with Wallet

This section explains how to **swap XTO directly inside your wallet app**.\
Please select the wallet you are currently using below.

***

#### 🦊 Using MetaMask

> If you are using **MetaMask**,\
> you can swap XTO directly within the wallet using this method.

* Swap directly in the **MetaMask app**
* No need to visit external websites
* Simple and fast exchange process

{% content-ref url="/pages/BwFJSm1nELbBMlZEkxeR" %}
[Swap on MetaMask](/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet/swap-on-metamask.md)
{% endcontent-ref %}

***

#### 🛡️ Using Trust Wallet

> If you are using **Trust Wallet**,\
> you can swap XTO using the built-in swap feature.

* Swap is completed inside the **Trust Wallet app**
* No external browser connection required
* Easy and convenient for mobile users

{% content-ref url="/pages/PWjg3SNaHicvcAfH73Tz" %}
[Swap on TrustWallet](/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet/swap-on-trustwallet.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="한국어" %}

### 💱 Swap with Wallet

이 섹션에서는 **지갑 앱 안에서 바로 XTO를 스왑하는 방법**을 안내합니다.\
아래에서 **사용 중인 지갑을 선택**해 주세요.

***

#### 🦊 MetaMask 사용 중인 경우

> **MetaMask 지갑을 사용하고 있다면,**\
> **이 방법을 통해 지갑 안에서 바로 XTO를 스왑할 수 있습니다.**

* MetaMask 앱에서 직접 스왑합니다.
* 별도의 외부 사이트로 이동하지 않습니다.
* 간단하고 빠르게 교환할 수 있습니다.

{% content-ref url="/pages/BwFJSm1nELbBMlZEkxeR" %}
[Swap on MetaMask](/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet/swap-on-metamask.md)
{% endcontent-ref %}

***

#### 🛡️ Trust Wallet 사용 중인 경우

> **Trust Wallet을 사용하고 있다면,**\
> **지갑 내 스왑 기능을 통해 XTO를 교환할 수 있습니다.**

* Trust Wallet 앱 안에서 스왑이 진행됩니다.
* 외부 브라우저 연결 없이 사용할 수 있습니다.
* 모바일 환경에서 간편하게 이용할 수 있습니다.

{% content-ref url="/pages/PWjg3SNaHicvcAfH73Tz" %}
[Swap on TrustWallet](/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet/swap-on-trustwallet.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="日本語" %}

### 💱 ウォレットでスワップする

このセクションでは、\
**ウォレットアプリ内で直接XTOをスワップする方法**をご案内します。\
下記から、現在使用しているウォレットを選択してください。

***

#### 🦊 MetaMaskをご利用の場合

> **MetaMask** を使用している場合、\
> この方法でウォレット内から直接XTOをスワップできます。

* **MetaMaskアプリ内**で直接スワップ
* 外部サイトへ移動する必要はありません
* 簡単・スピーディーに交換できます

{% content-ref url="/pages/BwFJSm1nELbBMlZEkxeR" %}
[Swap on MetaMask](/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet/swap-on-metamask.md)
{% endcontent-ref %}

***

#### 🛡️ Trust Walletをご利用の場合

> **Trust Wallet** を使用している場合、\
> ウォレット内のスワップ機能を使ってXTOを交換できます。

* **Trust Walletアプリ内**でスワップが完了
* 外部ブラウザとの接続は不要
* モバイル環境でも手軽に利用できます

{% content-ref url="/pages/PWjg3SNaHicvcAfH73Tz" %}
[Swap on TrustWallet](/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet/swap-on-trustwallet.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}

<p align="right"></p>


---

# 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://extocium.gitbook.io/extocium-guide/beginners-guide/wallet-connection/swap-xto/swap-with-wallet.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.
