> For the complete documentation index, see [llms.txt](https://legacy-docs.polymarket.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.polymarket.com/faq/general.md).

# General

### **What is Polymarket?**

Polymarket is an information markets platform that lets you trade on the world’s most highly-debated topics (e.g. coronavirus, politics, current events, etc). On Polymarket, you build a portfolio based on your forecasts and earn a return if you are right. When you decide to buy shares in a market, you are weighing in with your own knowledge, research, and view of the future. Market prices reflect what traders think are the odds of future events, turning trading activity into actionable insights that help people make better decisions. As a result, Polymarket is a leading source of unbiased and real-time data about future events.

### What blockchain is Polymarket built on?&#x20;

Polymarket is built on the Polygon blockchain, which enables users to purchase and sell tokens without network fees.&#x20;

### What is USDC and where can I buy it?&#x20;

USD Coin (USDC) is a type of cryptocurrency called a stablecoin. Since 1 USDC can be redeemed for exactly $1.00 USD, the price is always stable. Polymarket uses USDC for transaction speed, security, and transparency. You can purchase USDC directly on a centralized exchange like [Coinbase](http://coinbase.com/usdc), a [debit/credit card](/getting-started/depositing-usdc/debit-or-credit-card-deposits.md) on Polymarket for non-US residents, or a decentralized exchanged like [Uniswap](https://app.uniswap.org/#/swap).

### What browsers do you support?&#x20;

You can freely navigate and explore the site with any browser. You can sign up, deposit, withdraw and trade with the following browsers:

| Supported Desktop Browsers | Supported Mobile Browsers |
| -------------------------- | ------------------------- |
| Chrome                     | Chrome                    |
| Firefox                    | MetaMask                  |
| Safari                     |                           |
| Brave                      |                           |

{% hint style="info" %}
The MetaMask app is required for MetaMask mobile deposits
{% endhint %}

### **What are your trading hours?**

Polymarket is built on the Polygon blockchain. As a result, Polymarket is always open for trading.


---

# 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://legacy-docs.polymarket.com/faq/general.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.
