> For the complete documentation index, see [llms.txt](https://docs.that.global/getting-started-with-that/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.that.global/getting-started-with-that/purchasing-that/purchasing-that-globally.md).

# Purchasing THAT - Globally

### Download 1inch App <a href="#download-and-install-gem-wallet" id="download-and-install-gem-wallet"></a>

Head to the App Store or Google Play Store and download 1inch. Once installed, open the app and either import an existing wallet or create a new one.

### Purchase Polygon (MATIC) <a href="#download-and-install-gem-wallet" id="download-and-install-gem-wallet"></a>

You’ll need to purchase Polygon (MATIC) to swap it for THAT. If you don’t already have MATIC, you can buy it by following the steps below.

<details>

<summary>How to Purchase MATIC in 1inch</summary>

1. Tap the blue button in the middle (with the two arrows icon).
2. Select the Buy (+) tab.
3. Choose your preferred wallet.
4. In the search bar, type Polygon (MATIC).
5. Enter the amount and complete the purchase.

</details>

### Swap Polygon for THAT <a href="#download-and-install-gem-wallet" id="download-and-install-gem-wallet"></a>

1. Scroll to the bottom of the app and tap the blue icon with crossed arrows.

<figure><img src="/files/F7WG1MHIJVyRM0kA88h0" alt="" width="188"><figcaption></figcaption></figure>

2. Select Swap.

<figure><img src="/files/U4o402kDTeGH9qPYUkIR" alt="" width="188"><figcaption></figcaption></figure>

3. Make sure you are connected to the Polygon Network.

<figure><img src="/files/Nrz9fbhmoeK3Sfcruc4S" alt="" width="188"><figcaption></figcaption></figure>

4. In the ‘To’ Token field, paste the THAT Token Address:

*0xd2e57e7019a8faea8b3e4a3738ee5b269975008a*

<figure><img src="/files/LyILjl50DDk8Dl5YRlzr" alt="" width="188"><figcaption></figcaption></figure>

5. Confirm you are swapping Polygon MATIC (POL) for THAT, then complete the swap.

<figure><img src="/files/cAs1dRJTKAxr9h6PRdA6" alt="" width="188"><figcaption></figcaption></figure>

You have now successfuly swapped Polygon  (MATIC) for THAT tokens ⚡️

<figure><img src="/files/PLyjYSGv3Q6LG290e5Gk" alt="" width="188"><figcaption></figcaption></figure>


---

# 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.that.global/getting-started-with-that/purchasing-that/purchasing-that-globally.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.
