# How to Complete Identity Verification

## When is Verification Required?

Identity verification is required only for Prediction Markets and Yield Farm. These products route through a liquidity partner on Solana that requires verified identity. Pre IPO, Pre TGE, Options, and RWA markets do not require verification.

<figure><img src="/files/kyg5PIgaqiwivUHioJe7" alt="" width="375"><figcaption><p>Identity verification flow</p></figcaption></figure>

There are two ways to start verification:

1. From a market. Click Buy Yes or Buy No on any Prediction Market or Yield Farm leg and you will be redirected to the verification flow automatically.
2. From your wallet. Go to the Wallet page and click Verify Identity.

Submit a government issued ID and complete face verification if prompted. Once confirmed, your account is enabled for Prediction Market and Yield Farm trading automatically.

## How to Verify

1. Click Buy Yes or Buy No on any active Prediction Market or Yield Farm leg to trigger the verification flow.
2. On the verification page click Start Verification.
3. Submit a government issued ID.
4. Complete face verification if prompted.

Once submitted, return to Premarket. Your account will be enabled for trading automatically once the verification provider confirms your identity, which usually takes a few seconds. If your account is not enabled within a few minutes, refresh the page. If it is still locked after refreshing, reach out on [Telegram](https://t.me/premarket_xyz).

### If Verification Fails

The verification provider may reject your submission if your document is unclear, expired, or unsupported, or if face verification cannot match you to the document. If this happens:

* Retry with better lighting and a clear, unobstructed photo.
* Try a different government issued ID (passport, driver's licence, or national ID).
* Make sure the document is current and not expired.

If verification keeps failing after retrying, reach out on Telegram for support.

## Next Steps

Now that your account is enabled for Prediction Markets and Yield Farm:

* Deposit USDC on Solana. Learn [how to buy](/readme/trading/buy-order.md) and [sell](/readme/trading/sell-order.md).
* Read [Prediction Markets](/readme/understanding-markets/prediction-markets.md) and [Yield Farm](/readme/understanding-markets/yield-farm.md) to understand the mechanics.


---

# 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.premarket.xyz/readme/getting-started/kyc.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.
