# Buying TAO

{% stepper %}
{% step %}

### Open the App or Tap the Wallet Icon

The wallet icon is located on the left side of the bottom navigation bar.&#x20;
{% endstep %}

{% step %}

### Tap "Buy TAO"

{% endstep %}

{% step %}

### Tap "Pay with Coinbase"

Coming soon: the option to connect a non-TAO crypto wallet for funding your TAO.com wallet.
{% endstep %}

{% step %}

### Enter the Amount to Fund

Enter the $ amount OR enter the TAO amount you'd like to deposit into your wallet. The TAO or $ amount, will populate in the field, respectively.

Additionally, you may select a pre-populated amount of $20, $50, or $100 at the bottom of the screen.
{% endstep %}

{% step %}

### Tap "Pay on Coinbase"

{% endstep %}

{% step %}

### Select Payment Option

**A.** Tap "Pay with Apple Pay", in jurisdictions where accepted, to pay via Apple Pay. You will need to enter your phone number and verify your number with a 6-digit code before completing the transaction.

**B.** Tap "Pay with coinbase" to connect your coinbase account for payment. You will need to login to your Coinbase account to complete the transaction.

**C.** Enter your debit card at the bottom of the screen to pay. You will need to provide your card information including number, expiration date, and CVC as well as the billing address linked to the card before tapping "Continue" to complete the transaction.
{% endstep %}

{% step %}

### Wallet is Funded

Once any of the payment options in step 6 are completed, your app home screen will reflect the TAO funded into your wallet.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://support.tao.com/documentation/funding-your-wallet/buying-tao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
