# Getting Started

## Create Wallet

To start using the Tokenomy platform, you must first create a wallet. You can use a popular wallet like [Metamask](https://metamask.io/download/) or [Rabby Wallet](https://rabby.io/). If you already have one, you can connect it to create an account on Tokenomy. This applies to other web3 wallets that we support as well. For the latest updates on which web3 wallets we support, please follow our social media channels.

## Gas Fee

Since Tokenomy is a DApp, you'll also need gas fees to interact on the platform. Tokenomy DApps are built on the Base network, so Ethereum tokens (ETH) on Base are required for gas fees. You can get ETH on the Base network from centralized exchanges like [Indodax](https://indodax.com/) or other exchanges that support it. Alternatively, you can utilize other platforms such as bridges or DEXs to obtain it.

## TEN Token

Tokenomy's products are tied to the TEN token as the access key. Hence, you'll need TEN tokens from the Base network to use our products. You can buy TEN on the Base network from [Indodax](https://indodax.com/) or Base DEXs.

## USDC

If you plan to use Launchpad, you'll need to prepare USDC tokens on the Base network as well for investments. We recommend having these tokens ready before diving into the Tokenomy platform. You can buy USDC on the Base network from centralized exchanges like [Indodax](https://indodax.com/) or other exchanges that support it. Alternatively, you can utilize other platforms such as bridges or DEXs.


---

# 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://docs.tokenomy.app/introduction/getting-started.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.
