# FAQ

#### General

<details>

<summary><strong>What is UniMarkets?</strong></summary>

UniMarkets is a prediction market aggregator that allows users to discover, compare, and trade across multiple prediction markets from a single unified platform.

</details>

<details>

<summary><strong>Is UniMarkets a prediction market itself?</strong></summary>

No. UniMarkets is not a standalone market. It acts as an **aggregation and execution layer**, routing trades to external prediction platforms.\
It might plan to launch a native prediction market later, but for now only acts as an aggregator.&#x20;

</details>

<details>

<summary><strong>What can I trade on UniMarkets?</strong></summary>

You can trade on markets related to:

* Crypto prices
* Macroeconomic events
* Elections
* Sports outcomes
* Real-world events
* and much more

However, the topics are directly fetched from external prediction markets including but not limited to Polymarket, Kalshi, Limitless, Opinion Labs, etc.&#x20;

</details>

***

#### Account & Access

<details>

<summary><strong>Do I need an account to use UniMarkets?</strong></summary>

Yes, an account is required to:

* Execute trades
* Track your portfolio
* Access advanced features&#x20;

Read more about creating an account here : [Create an Account](/getting-started/getting-started/create-account.md)

</details>

<details>

<summary><strong>Can I use a Web3 wallet instead of native wallet?</strong></summary>

Yes. UniMarkets supports Web3 wallet connections for seamless decentralized access. You get to have a native non-custodial wallet created for the platform as soon as you create an account. \
For payments and trades, you can use either the native wallet or connect your own web3 wallet on the platform.&#x20;

</details>

<details>

<summary><strong>Is KYC mandatory?</strong></summary>

KYC may be required depending on:

* Your jurisdiction
* Features you want to access
* Payment Methods Selected

</details>

***

#### Trading

<details>

<summary><strong>How does UniMarkets find the best price?</strong></summary>

UniMarkets aggregates data across platforms and routes your order to the market offering:

* Best price
* Highest liquidity
* Fastest execution

</details>

<details>

<summary><strong>Can I trade on multiple platforms at once?</strong></summary>

Yes. UniMarkets allows you to interact with multiple markets through a **single interface**.

</details>

<details>

<summary><strong>What is the AI signal feature?</strong></summary>

AI models analyze:

* News
* Social sentiment
* Market activity

…to identify high-probability trading opportunities.

</details>

***

#### Funds & Payments

<details>

<summary><strong>How do I deposit funds?</strong></summary>

You can deposit using:

* Web3 wallets
* Supported payment methods (depending on region)

</details>

<details>

<summary><strong>What happens to idle funds?</strong></summary>

Idle funds may be automatically deployed into Yield Generating Vaults or Protocols (like Jito, etc.) to generate yield until used.

</details>

<details>

<summary><strong>Are my funds safe?</strong></summary>

UniMarkets uses secure infrastructure, and is a purely non-custodial platform (for wallets, payments, markets, etc.) but users should also follow best practices like enabling 2FA on their accounts and securing external web3 wallets.\
\
Read full guide on Account Security : [Account Security](/getting-started/getting-started/account-security.md)

</details>

***

#### Affiliate Program

<details>

<summary><strong>How does the referral system work?</strong></summary>

Each referral generates **100 points**, distributed between:

* Referrer
* Referee
* Ancestors (multi-level rewards)

</details>

<details>

<summary><strong>Can I earn passively?</strong></summary>

Yes. You can earn from:

* Direct referrals
* Network activity (multi-level overrides)

</details>

<br>


---

# 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.unimarkets.io/support-and-faq/support-and-faqs/faq.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.
