> For the complete documentation index, see [llms.txt](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/faq/how-can-i-buy-usdt.md).

# How Can I buy USDT?

First, make sure your wallet is currently connected to the **Polygon Main network**.

1. On the main screen of the Extension, click the 'Buy' button.
2. You'll now see a screen where you can select which provider you'd like to use. See [here](https://metamask.zendesk.com/hc/en-us/articles/360058239311-Directly-buying-tokens-with-on-ramps-in-MetaMask#h_01FW1QWDH429T1YRFC1JYB8P7F) for an overview of how your region affects availability and the kinds of payment options each provider supports.
3. When you've selected a provider, you'll be redirected to their platform. Enter the amount of fiat currency you'd like to spend to generate an estimate of how much crypto you'll receive and the fees you'll have to pay.
4. It's at this stage that you can change the type of token you're buying. Make sure you've selected the USDT Token.

Some partner platforms do not support direct USDT purchases. You can purchase a Matic token and exchange it for the USDT later.

Follow the prompts to complete the transaction.

Since the token deposit into your wallet is a regular blockchain transaction, you'll need to wait for the transaction to be processed by the network. For most platforms, you can check the estimated processing time before the transaction.


---

# 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.heartgames.io/heartcoin-whitepaper-v1.0/faq/how-can-i-buy-usdt.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.
