diff --git a/docs/api-reference/core/get-positions-for-a-market.md b/docs/api-reference/core/get-positions-for-a-market.md
new file mode 100644
index 0000000..1592016
--- /dev/null
+++ b/docs/api-reference/core/get-positions-for-a-market.md
@@ -0,0 +1,199 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Get positions for a market
+
+> Returns positions for a given market (condition_id), grouped by outcome token, with profile data, PnL breakdown, and current pricing.
+
+
+
+
+## OpenAPI
+
+````yaml api-reference/data-api-openapi.yaml get /v1/market-positions
+openapi: 3.0.3
+info:
+ title: Polymarket Data API
+ version: 1.0.0
+ description: >
+ HTTP API for Polymarket data. This specification documents all public
+ routes.
+servers:
+ - url: https://data-api.polymarket.com
+ description: Relative server (same host)
+security: []
+tags:
+ - name: Data API Status
+ description: Data API health check
+ - name: Core
+ - name: Builders
+ - name: Misc
+paths:
+ /v1/market-positions:
+ get:
+ tags:
+ - Core
+ summary: Get positions for a market
+ description: >
+ Returns positions for a given market (condition_id), grouped by outcome
+ token, with profile data, PnL breakdown, and current pricing.
+ parameters:
+ - in: query
+ name: market
+ required: true
+ schema:
+ $ref: '#/components/schemas/Hash64'
+ description: The condition ID of the market to query positions for
+ - in: query
+ name: user
+ schema:
+ $ref: '#/components/schemas/Address'
+ description: Filter to a single user by proxy wallet address
+ - in: query
+ name: status
+ schema:
+ type: string
+ enum:
+ - OPEN
+ - CLOSED
+ - ALL
+ default: ALL
+ description: |
+ Filter positions by status.
+ - `OPEN` — Only positions with size > 0.01
+ - `CLOSED` — Only positions with size <= 0.01
+ - `ALL` — All positions regardless of size
+ - in: query
+ name: sortBy
+ schema:
+ type: string
+ enum:
+ - TOKENS
+ - CASH_PNL
+ - REALIZED_PNL
+ - TOTAL_PNL
+ default: TOTAL_PNL
+ description: |
+ Sort positions by:
+ - `TOKENS` — Position size (number of tokens)
+ - `CASH_PNL` — Unrealized cash PnL
+ - `REALIZED_PNL` — Realized PnL
+ - `TOTAL_PNL` — Total PnL (cash_pnl + realized_pnl)
+ - in: query
+ name: sortDirection
+ schema:
+ type: string
+ enum:
+ - ASC
+ - DESC
+ default: DESC
+ - in: query
+ name: limit
+ schema:
+ type: integer
+ default: 50
+ minimum: 0
+ maximum: 500
+ description: Max number of positions to return per outcome token
+ - in: query
+ name: offset
+ schema:
+ type: integer
+ default: 0
+ minimum: 0
+ maximum: 10000
+ description: Pagination offset per outcome token
+ responses:
+ '200':
+ description: Success
+ content:
+ application/json:
+ schema:
+ type: array
+ items:
+ $ref: '#/components/schemas/MetaMarketPositionV1'
+ '400':
+ description: Bad Request
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+ '401':
+ description: Unauthorized
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+ '500':
+ description: Server Error
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+components:
+ schemas:
+ Hash64:
+ type: string
+ description: 0x-prefixed 64-hex string
+ pattern: ^0x[a-fA-F0-9]{64}$
+ example: '0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917'
+ Address:
+ type: string
+ description: User Profile Address (0x-prefixed, 40 hex chars)
+ pattern: ^0x[a-fA-F0-9]{40}$
+ example: '0x56687bf447db6ffa42ffe2204a05edaa20f55839'
+ MetaMarketPositionV1:
+ type: object
+ properties:
+ token:
+ type: string
+ description: The outcome token asset ID
+ positions:
+ type: array
+ items:
+ $ref: '#/components/schemas/MarketPositionV1'
+ ErrorResponse:
+ type: object
+ properties:
+ error:
+ type: string
+ required:
+ - error
+ MarketPositionV1:
+ type: object
+ properties:
+ proxyWallet:
+ $ref: '#/components/schemas/Address'
+ name:
+ type: string
+ profileImage:
+ type: string
+ verified:
+ type: boolean
+ asset:
+ type: string
+ conditionId:
+ $ref: '#/components/schemas/Hash64'
+ avgPrice:
+ type: number
+ size:
+ type: number
+ currPrice:
+ type: number
+ currentValue:
+ type: number
+ cashPnl:
+ type: number
+ totalBought:
+ type: number
+ realizedPnl:
+ type: number
+ totalPnl:
+ type: number
+ outcome:
+ type: string
+ outcomeIndex:
+ type: integer
+
+````
\ No newline at end of file
diff --git a/docs/changelog/changelog.md b/docs/changelog/changelog.md
index bac8a03..75947d5 100644
--- a/docs/changelog/changelog.md
+++ b/docs/changelog/changelog.md
@@ -1,7 +1,16 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
# Polymarket Changelog
> Welcome to the Polymarket Changelog. Here you will find any important changes to Polymarket, including but not limited to CLOB, API, UI and Mobile Applications.
+
+ * **5-minute crypto markets**: Launched with taker fees enabled. Fees follow the same curve as 15-minute crypto markets, peaking at 1.56% at 50% probability.
+ * **Maker Rebates**: Liquidity providers earn daily USDC rebates funded by taker fees, same as 15-minute crypto markets.
+
+
* **Sports market fees**: Taker fees to be enabled on NCAAB (college basketball) and Serie A markets on February 18, 2026.
* **Per-market rebate calculation**: Rebates are now calculated per market, makers only compete with other makers in the same market.
@@ -60,7 +69,7 @@
- * We're adding new fields to the `get-book` and `get-books` CLOB endpoints to include key market metadata that previously required separate queries.
+ * We’re adding new fields to the `get-book` and `get-books` CLOB endpoints to include key market metadata that previously required separate queries.
* `min_order_size`
* type: string
* description: Minimum allowed order size.
@@ -73,7 +82,7 @@
- * We're excited to roll out a highly requested feature: **order batching**. With this new endpoint, users can now submit up to five trades in a single request. To help you get started, we've included sample code demonstrating how to use it. Please see [Place Multiple Orders (Batching)](/developers/CLOB/orders/create-order-batch) for more details.
+ * We’re excited to roll out a highly requested feature: **order batching**. With this new endpoint, users can now submit up to five trades in a single request. To help you get started, we’ve included sample code demonstrating how to use it. Please see [Place Multiple Orders (Batching)](/developers/CLOB/orders/create-order-batch) for more details.
@@ -88,7 +97,7 @@
- We're excited to introduce a new order type soon to be available to all users: Fill and Kill (FAK). FAK orders behave similarly to the well-known Fill or Kil(FOK) orders, but with a key difference:
+ We’re excited to introduce a new order type soon to be available to all users: Fill and Kill (FAK). FAK orders behave similarly to the well-known Fill or Kil(FOK) orders, but with a key difference:
* FAK will fill as many shares as possible immediately at your specified price, and any remaining unfilled portion will be canceled.
* Unlike FOK, which requires the entire order to fill instantly or be canceled, FAK is more flexible and aims to capture partial fills if possible.
diff --git a/docs/developers/builders/examples.md b/docs/developers/builders/examples.md
index 9e4ef26..5efbc9b 100644
--- a/docs/developers/builders/examples.md
+++ b/docs/developers/builders/examples.md
@@ -1,3 +1,7 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
# Examples
> Complete Next.js applications demonstrating Polymarket builder integration
diff --git a/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md b/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md
index 51b4265..5fed431 100644
--- a/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md
+++ b/docs/polymarket-learn/FAQ/does-polymarket-have-an-api.md
@@ -1,3 +1,7 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
# Does Polymarket have an API?
> Getting data from Polymarket
diff --git a/docs/polymarket-learn/FAQ/embeds.md b/docs/polymarket-learn/FAQ/embeds.md
new file mode 100644
index 0000000..96980f9
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/embeds.md
@@ -0,0 +1,34 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How To Use Embeds
+
+> Adding market embeds to your Substack or website.
+
+Polymarket allows you to embed a live-updating widget displaying the latest odds for markets in many places around the web.
+
+### Web
+
+Navigate to the individual market you want to embed and click the embed (\< >) link.
+
+Select light or dark mode, and copy the auto-generated code
+Paste the code into your code editor or CMS and publish as normal
+
+### Twitter / X
+
+Navigate to any Polymarket market
+Copy the URL from your browser
+Paste the URL into the compose window
+
+### Substack
+
+The embeds feature currently supports single markets only (eg “USA to Win Most Gold Medals”, not “Most Gold Medals at Paris Olympics’)
+
+To embed a market, navigate on Polymarket.com to the single market you want to embed and click “copy link.”
+
+Navigate to your Substack editor and paste the link directly into the body of your newsletter. The editor will recognize the market and convert it to a widget that automatically refreshes with the latest odds.
+
+### Ticker
+
+The Polymarket Live Ticker displays real-time prediction market data for your livestream or website. Navigate to [https://ticker.polymarket.com/](https://ticker.polymarket.com/) to create a custom ticker by category (Breaking News, Politics, etc.) and copy the embed code to add it to your site.
diff --git a/docs/polymarket-learn/FAQ/geoblocking.md b/docs/polymarket-learn/FAQ/geoblocking.md
new file mode 100644
index 0000000..d454532
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/geoblocking.md
@@ -0,0 +1,102 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Geographic Restrictions
+
+> Countries and regions where Polymarket is restricted
+
+## Overview
+
+Polymarket is not available in certain countries and regions due to regulatory requirements and compliance with international sanctions. This page provides a comprehensive list of all geographically restricted locations.
+
+## Server Infrastructure
+
+* **Primary Servers**: eu-west-2
+* **Closest Non-Georestricted Region**: eu-west-1
+
+## Blocked Countries
+
+The following **33 countries** are completely restricted from accessing Polymarket:
+
+| Country Code | Country Name |
+| ------------ | ------------------------------------ |
+| AU | Australia |
+| BE | Belgium |
+| BY | Belarus |
+| BI | Burundi |
+| CF | Central African Republic |
+| CD | Congo (Kinshasa) |
+| CU | Cuba |
+| DE | Germany |
+| ET | Ethiopia |
+| FR | France |
+| GB | United Kingdom |
+| IR | Iran |
+| IQ | Iraq |
+| IT | Italy |
+| KP | North Korea |
+| LB | Lebanon |
+| LY | Libya |
+| MM | Myanmar |
+| NI | Nicaragua |
+| PL | Poland |
+| RU | Russia |
+| SG | Singapore |
+| SO | Somalia |
+| SS | South Sudan |
+| SD | Sudan |
+| SY | Syria |
+| TH | Thailand |
+| TW | Taiwan |
+| UM | United States Minor Outlying Islands |
+| US | United States |
+| VE | Venezuela |
+| YE | Yemen |
+| ZW | Zimbabwe |
+
+## Blocked Regions
+
+In addition to fully blocked countries, the following specific regions within otherwise accessible countries are also restricted:
+
+| Country | Region | Region Code |
+| ------------ | ------- | ----------- |
+| Canada (CA) | Ontario | ON |
+| Ukraine (UA) | Crimea | 43 |
+| Ukraine (UA) | Donetsk | 14 |
+| Ukraine (UA) | Luhansk | 09 |
+
+## Blocking Logic
+
+The geoblocking system includes:
+
+1. **OFAC-Sanctioned Countries**: Countries sanctioned by the U.S. Office of Foreign Assets Control (OFAC)
+2. **Additional Regulatory Restrictions**: Countries added for specific regulatory compliance reasons
+
+### Close-Only Countries
+
+Some countries have a **"close-only"** restriction status. Users in these countries can:
+
+* ✅ Close existing positions
+* ❌ Open new positions
+
+Countries with close-only status include:
+
+* Singapore (SG)
+* Poland (PL)
+* Thailand (TH)
+* Taiwan (TW)
+
+## Why These Restrictions?
+
+Geographic restrictions are implemented to ensure compliance with:
+
+* International sanctions and embargoes
+* Local financial regulations
+* Gambling and prediction market laws
+* Anti-money laundering (AML) requirements
+* Know Your Customer (KYC) regulations
+
+## Need Help?
+
+If you believe you are incorrectly restricted or have questions about geographic availability, please contact [Polymarket Support](https://polymarket.com/support).
diff --git a/docs/polymarket-learn/FAQ/how-to-export-private-key.md b/docs/polymarket-learn/FAQ/how-to-export-private-key.md
new file mode 100644
index 0000000..987e289
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/how-to-export-private-key.md
@@ -0,0 +1,21 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Do I Export My Key?
+
+> Exporting your private key on Magic.Link
+
+Exporting your private key gives you direct control and security over your funds. This process is applicable if you’ve signed up via email.
+
+
+ **DO NOT** share your private key with other parties, platforms, or people. We will never ask for your private key.
+
+
+1. Access the Export Link while signed into Polymarket: [https://reveal.magic.link/polymarket](https://reveal.magic.link/polymarket)
+
+2. Sign-in on Magic.Link
+
+3. Export Private Key. Once revealed, you should securely store the private key displayed, where others can’t access it.
+
+4. Log out of Magic.Link
diff --git a/docs/polymarket-learn/FAQ/is-my-money-safe.md b/docs/polymarket-learn/FAQ/is-my-money-safe.md
index eb885de..26066b5 100644
--- a/docs/polymarket-learn/FAQ/is-my-money-safe.md
+++ b/docs/polymarket-learn/FAQ/is-my-money-safe.md
@@ -1,8 +1,12 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
# Is My Money Safe?
> Yes. Polymarket is non-custodial, so you're in control of your funds.
-#### Non-custodial, you're in control
+#### Non-custodial, you’re in control
Polymarket recognizes the importance of a trustworthy environment for managing your funds. To ensure this, Polymarket uses non-custodial wallets, meaning we never take possession of your USDC. This approach gives you full control over your assets, providing protection against potential security threats like hacks, misuse, and unauthorized transactions.
diff --git a/docs/polymarket-learn/FAQ/is-polymarket-the-house.md b/docs/polymarket-learn/FAQ/is-polymarket-the-house.md
new file mode 100644
index 0000000..75df977
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/is-polymarket-the-house.md
@@ -0,0 +1,23 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Is Polymarket The House?
+
+> No, Polymarket is not the house. All trades happen peer-to-peer (p2p).
+
+## Polymarket is different in three ways:
+
+### 1. Traders interact directly with each other, not with Polymarket.
+
+Polymarket is a marketplace comprised of traders on both sides of any given market. This means you're always trading with other users, not against a centralized entity or "house." Prices on Polymarket are determined by supply and demand. As traders buy and sell shares in outcomes, prices fluctuate to reflect the collective sentiment and knowledge of market participants.
+
+### 2. Polymarket does not charge trading fees.
+
+Unlike bookmakers or wagering operations, Polymarket does not charge deposit/withdrawal fees, or any type of trading fees. This means that Polymarket does not stand to benefit from the outcome of any market or usage of any trader.
+
+### 3. Transact at any time.
+
+Polymarket enables you to sell your position at any time before the market resolves, provided there is a willing buyer of your shares. This offers flexibility and allows you to manage your risk and lock in profits or cut losses as you see fit.
+
+In essence, Polymarket empowers you to trade based on your own knowledge and research, without going up against a "house" with potentially unfair advantages.
diff --git a/docs/polymarket-learn/FAQ/polling.md b/docs/polymarket-learn/FAQ/polling.md
new file mode 100644
index 0000000..d2b772b
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/polling.md
@@ -0,0 +1,13 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Polymarket vs. Polling
+
+> How is Polymarket better than traditional / legacy polling?
+
+While legacy polls capture a snapshot of opinion at a specific moment, they are often outdated by the time they're published—sometimes lagging by several days. In contrast, Polymarket reflects real-time sentiment as events unfold, offering continuous updates and a more dynamic understanding of public opinion.
+
+Studies show that prediction markets like Polymarket tend to outperform traditional pollsters because participants are financially incentivized to be correct. This creates more thoughtful, data-driven predictions. Research by James Surowiecki, author of The Wisdom of Crowds, has highlighted how markets like these can be more accurate than polls due to the "collective intelligence" of diverse participants. Additionally, the Iowa Electronic Markets, an academic research project at the University of Iowa, has consistently demonstrated the superior accuracy of prediction markets like Polymarket over traditional polling in predicting political outcomes.
+
+Polymarket provides a constantly updating picture of public sentiment, offering a degree of accuracy and timeliness that traditional pollsters, who typically report data that is days old, simply cannot match.
diff --git a/docs/polymarket-learn/FAQ/sell-early.md b/docs/polymarket-learn/FAQ/sell-early.md
new file mode 100644
index 0000000..43e69fd
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/sell-early.md
@@ -0,0 +1,11 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Can I Sell Early?
+
+**Yes, you can sell or close your position early.**
+
+You may sell shares at any point before the market is resolved by either placing a market order to sell shares at the prevailing bid price in the orderbook, or by placing a limit order for how many shares you wish to sell and at what price.
+
+The limit order will only be executed if/when there is a willing buyer for your shares at the price you set.
diff --git a/docs/polymarket-learn/FAQ/support.md b/docs/polymarket-learn/FAQ/support.md
new file mode 100644
index 0000000..f6087b5
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/support.md
@@ -0,0 +1,23 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Do I Contact Support?
+
+> Polymarket offers technical support through our website chat feature, and through Discord.
+
+To contact support through our website:
+
+* Navigate to [Polymarket](https://polymarket.com).
+
+* Click the blue chat icon in the bottom right and start your chat session.
+
+For technical support on Discord:
+
+* Join the [Polymarket Discord server](https://discord.gg/polymarket)
+
+* Navigate to the Support sidebar and click #open-a-ticket. This will open a private conversation with a Polymarket team member.
+
+
+ Be aware of numerous scams and malicious links. Polymarket team members will never DM you first or ask for private keys or personal information. Polymarket team members are identified in blue font on Discord.
+
diff --git a/docs/polymarket-learn/FAQ/wen-token.md b/docs/polymarket-learn/FAQ/wen-token.md
new file mode 100644
index 0000000..548f8e5
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/wen-token.md
@@ -0,0 +1,17 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Does Polymarket Have a Token?
+
+**Polymarket does not have a token.**
+
+All trading and liquidity rewards are in USDC, a USD-pegged stablecoin.
+
+Polymarket has not announced plans for any airdrop or token generation event. Be wary of scams claiming airdrops, giveaways, etc.
+
+If in doubt, refer to official Polymarket communication channels:
+
+* Web: [https://polymarket.com](https://polymarket.com)
+* Twitter / X: [https://x.com/polymarket](https://x.com/polymarket)
+* Discord: [https://discord.gg/polymarket](https://discord.gg/polymarket)
diff --git a/docs/polymarket-learn/FAQ/what-are-prediction-markets.md b/docs/polymarket-learn/FAQ/what-are-prediction-markets.md
index 2109dc9..296461b 100644
--- a/docs/polymarket-learn/FAQ/what-are-prediction-markets.md
+++ b/docs/polymarket-learn/FAQ/what-are-prediction-markets.md
@@ -1,3 +1,7 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
# What is a Prediction Market?
> How people collectively forecast the future.
diff --git a/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md b/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md
new file mode 100644
index 0000000..9083991
--- /dev/null
+++ b/docs/polymarket-learn/FAQ/why-do-i-need-crypto.md
@@ -0,0 +1,29 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Why Crypto?
+
+> Why Polymarket uses crypto and blockchain technology to create the world’s largest Prediction market.
+
+Polymarket operates on Polygon, a proof-of-stake layer two blockchain built on [Ethereum](https://ethereum.org). All transactions are denominated in USDC, a US-dollar pegged stablecoin.
+
+This architecture offers several advantages over traditional prediction markets:
+
+## Why USDC?
+
+### Stable Value
+
+Polymarket denominates trades in USDC, which is pegged 1:1 to the US Dollar. This shields you from the volatility associated with other cryptocurrencies and offers a stable medium for trading.
+
+### Regulated Reserves
+
+USDC operates in adherence to regulatory standards and is backed by reserved assets.
+
+### Transparency
+
+Blockchain technology facilitates transparency, as all transactions are recorded publicly.
+
+### Global Reach
+
+Research has shown that wide availability of prediction markets increases their accuracy. Using decentralized blockchain technology removes the need for a central authority in trading, which fosters fairness and open participation around the globe.
diff --git a/docs/polymarket-learn/deposits/coinbase.md b/docs/polymarket-learn/deposits/coinbase.md
new file mode 100644
index 0000000..3ab5450
--- /dev/null
+++ b/docs/polymarket-learn/deposits/coinbase.md
@@ -0,0 +1,81 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Deposit with Coinbase
+
+> How to buy and deposit USDC to your Polymarket account using Coinbase.
+
+## Buying USDC
+
+**How to buy and deposit USDC to your Polymarket account using Coinbase.**
+
+Depositing directly to Polymarket from Coinbase is simple and easy. If you need help creating a Coinbase account, see their [guide on Coinbase.com](https://help.coinbase.com/en/coinbase/getting-started)
+
+
+
+
+
+ Login to Coinbase, and click "**Transfer**"
+
+
+
+ Select "Deposit Cash" > "Deposit USDC"
+
+
+
+ Enter the amount you wish to deposit, and connect a payment method under "**Transfer from**"
+
+
+
+ Click **Preview**, review the Order Preview, then click **Deposit cash now**.
+
+
+
+ You'll see a **“Your deposit is pending”** screen. You'll receive a confirmation email from Coinbase when your USDC purchase is successful.
+
+
+
+If something went wrong along the way, we recommend reaching to Coinbase support.
+
+## Transfering to Polymarket
+
+
+
+
+
+ Copy your Polymarket USDC (Polygon) wallet address, as shown in your Polymarket wallet.
+
+ *Ensure you have copied your address for the Polygon network, as depicted below*
+
+
+
+
+
+
+
+
+
+ Login to Coinbase, and select "Transfer" > "Send Crypto"
+
+
+
+ Select USDC as the sending asset (note: you may have to search for it), and enter the amount you wish to send (deposit) to Polymarket.
+
+
+
+ Under **To**, enter your Polymarket deposit address you copied from your Polymarket wallet.
+
+
+
+ Under **Network**, select Polygon.
+
+
+
+ Click **Send Now**. Your deposit will be available to trade on Polymarket in a few minutes!
+
+
+
+ Back on the Polymarket deposit page, click **"Confirm pending deposit"**.
+
+
diff --git a/docs/polymarket-learn/deposits/how-to-withdraw.md b/docs/polymarket-learn/deposits/how-to-withdraw.md
index 2bcce9b..3e20fe7 100644
--- a/docs/polymarket-learn/deposits/how-to-withdraw.md
+++ b/docs/polymarket-learn/deposits/how-to-withdraw.md
@@ -1,3 +1,7 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
# How to Withdraw
> How to withdraw your cash balance from Polymarket.
diff --git a/docs/polymarket-learn/deposits/large-cross-chain-deposits.md b/docs/polymarket-learn/deposits/large-cross-chain-deposits.md
new file mode 100644
index 0000000..d4120e3
--- /dev/null
+++ b/docs/polymarket-learn/deposits/large-cross-chain-deposits.md
@@ -0,0 +1,27 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Large Cross Chain Deposits
+
+**For deposits over \$50,000 we recommended to use bridges and ensure minimal fee's (slippage).**
+
+## Recommended Bridges
+
+* [DeBridge](https://app.debridge.finance/?inputChain=1\&outputChain=137\&inputCurrency=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\&outputCurrency=0x3c499c542cef5e3811e1192ce70d8cc03d5c3359\&dlnMode=simple)
+* [Across](https://app.across.to/bridge?)
+* [Portal](https://portalbridge.com/)
+
+For large deposits (>\$50,000) originating from a chain other than Polygon, we recommend using one of the aforementioned bridges. Ensure you bridge to your Polymarket USDC (Polygon) [deposit address](https://polymarket.com/wallet) (screenshot below). Please be mindful of potential slippage during the transaction.
+
+
+ Polymarket is not affiliated with, responsible for, or makes any guarantees regarding any third-party bridge. Users are advised to review the Terms of Use or other relevant documentation for third-party bridges.
+
+
+## Important Notes
+
+You can deposit USDC or USDC.e to your Polymarket Polygon wallet.
+
+If you deposit USDC (native), you will be prompted to "activate funds," which will swap this to USDC.e via the lowest fee Uniswap pool, ensuring slippage of less than 10 basis points (bps).
+
+If you encounter any issues with the deposit process, please reach out to us on Discord for assistance.
diff --git a/docs/polymarket-learn/deposits/moonpay.md b/docs/polymarket-learn/deposits/moonpay.md
new file mode 100644
index 0000000..792acf7
--- /dev/null
+++ b/docs/polymarket-learn/deposits/moonpay.md
@@ -0,0 +1,13 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Deposit Using Your Card
+
+> Use MoonPay to deposit cash using your Visa, Mastercard, or bank account.
+
+**Use MoonPay to deposit cash using your Visa, Mastercard, or bank account.**
+
+Access MoonPay by clicking "Buy USDC" on the [Deposit Page](https://polymarket.com/wallet)
+
+Check out [MoonPay's guide](https://support.moonpay.com/customers/docs/how-to-buy-cryptocurrency-with-moonpay) for further instructions.
diff --git a/docs/polymarket-learn/deposits/supported-tokens.md b/docs/polymarket-learn/deposits/supported-tokens.md
new file mode 100644
index 0000000..e0d057a
--- /dev/null
+++ b/docs/polymarket-learn/deposits/supported-tokens.md
@@ -0,0 +1,54 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Deposit by Transfering Crypto
+
+> Learn what Tokens and Chains are supported for deposit.
+
+## **How do I use Transfer Crypto?**
+
+The feature was designed to be one of the simplest ways to transfer your tokens into a dApp.
+
+
+
+1. **Click on the Deposit button** and **select Transfer Crypto** as a source option
+2. **Select which supported token and chain** your assets are on from the dropdown
+ * Depending on your combination, this **may update the deposit address**
+ * Only send **supported token-chain combinations**
+ * Sending non-supported tokens may cause an irrecoverable loss
+3. **Scan the QR code or copy the deposit address** and paste as the recipient in the withdrawal/transfer page of your exchange/wallet
+ * This is where you'll specify how much crypto you're transferring
+ * You **must send more than the minimum deposit** amount or the funds will not process
+ * Always ensure to **double check the pasted address** versus that is shown on the widget to protect against clickjacking attempts
+ * You can click on the **collapsible section at the bottom of the widget** for estimated price impact, slippage, delivery time, and our help guide
+4. **Withdraw/transfer the tokens** from your exchange/wallet and wait until they're reflected on the dApp
+ * You will receive notifications on the Fun widget as your withdraw/transfer processes and completes as shown below
+
+
+
+
+
+## **What can I transfer?**
+
+Transfer Crypto is compatible with a range of supported tokens and chains:
+
+| | **Ethereum** | **Polygon** | **Base** | **Arbitrum** | **Solana** |
+| :--------- | :----------- | :---------- | :------- | :----------- | :--------- |
+| **USDC** | ✅ | ✅ | ✅ | ✅ | ✅ |
+| **USDC.e** | | ✅ | | | |
+| **USDT** | ✅ | ✅ | ✅ | ✅ | |
+| **DAI** | ✅ | ✅ | ✅ | ✅ | |
+| **ETH** | ✅ | | ✅ | ✅ | |
+| **WETH** | ✅ | ✅ | ✅ | ✅ | |
+| **MATIC** | ✅ | ✅ | | | |
+| **POL** | ✅ | ✅ | | | |
+| **SOL** | | | | | ✅ |
+| **CBBTC** | ✅ | | ✅ | | |
+| **ARB** | | | | ✅ | |
+
+## Need help with your deposit?
+
+Please contact us using the live chat button on the bottom right on [**Polymarket.com**](http://Polymarket.com)\*\* or email us on [support@polymarket.com](mailto:support@polymarket.com)\*\*
+
+
diff --git a/docs/polymarket-learn/deposits/usdc-on-eth.md b/docs/polymarket-learn/deposits/usdc-on-eth.md
new file mode 100644
index 0000000..004eaa9
--- /dev/null
+++ b/docs/polymarket-learn/deposits/usdc-on-eth.md
@@ -0,0 +1,48 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Deposit USDC on Ethereum
+
+> How to deposit USDC on the Ethereum Network to your Polymarket account.
+
+
+
+Depositing USDC on the Ethereum network to Polymarket will automatically bridge your funds to the Polygon network.
+
+
+
+ On the Polymarket deposit page, under “Other Methods,” click **USDC (ETH)**.
+
+
+
+ Copy your unique USDC (ETH) deposit address.
+
+
+
+
+
+
+
+ Send your USDC to the address you just copied on the Ethereum network. This feature is typically called “send” or “withdraw” on most exchanges and wallets.
+
+
+ Ensure you are sending USDC to your Polymarket Ethereum deposit address on
+ Ethereum network to avoid any issues.
+
+
+
+
+ Once your deposit is detected, a countdown timer will begin.
+
+
+
+ You will see "Deposit Complete" when your funds are ready to trade.
+
+
+ If your countdown timer resets more than once, or if you encounter any issues,
+ please reach out to support on
+ [Discord](https://discord.com/invite/polymarket)
+
+
+
diff --git a/docs/polymarket-learn/get-started/how-to-deposit.md b/docs/polymarket-learn/get-started/how-to-deposit.md
new file mode 100644
index 0000000..39d30d1
--- /dev/null
+++ b/docs/polymarket-learn/get-started/how-to-deposit.md
@@ -0,0 +1,47 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How to Deposit
+
+> How to add cash to your balance on Polymarket.
+
+## Depositing funds on Polymarket
+
+This guide will walk you through the deposit process for Polymarket, covering popular methods and step-by-step instructions for buying and depositing USDC.
+
+
+ Need Help? For assistance, reach out to us on [Discord](https://discord.gg/polymarket).
+
+
+## About USDC and Polygon
+
+Polymarket uses [USDC (USD Coin)](https://circle.com/en/usdc), a federally regulated "stable coin" backed by the US dollar.
+
+Polymarket utilizes USDC on the Polygon network for transactions. By using USDC on Polygon, Polymarket ensures fast and reliable transactions, enhancing the overall user experience.
+
+### How to purchase and deposit USDC
+
+
+
+USDC is available on most major exchanges, including Coinbase.
+
+If your exchange supports sending or withdrawing to Polygon, we recommend this option for faster and fee-free transactions. Alternatively, you can deposit USDC via the Ethereum network.
+
+### Deposit with crypto exchanges
+
+For detailed instructions, check out our guides for purchasing and depositing USDC using popular exchanges:
+
+* [Deposit from Coinbase](../deposits/coinbase) (recommended)
+
+
+ If you decide to use an exchange to purchase and send (deposit) USDC to your Polygon deposit address, please ensure you're sending on Polygon Network. If you're unsure, please reach out to support on [Discord](https://discord.com/invite/polymarket).
+
+
+### Deposit with Visa or Mastercard
+
+MoonPay enables you to buy USDC (on Polygon) using your Visa, Mastercard, and select bank cards. Please be aware that payment options and transaction limits may vary depending on your region. [How to use MoonPay](../deposits/moonpay/).
+
+### Depositing on Etheruem and Polygon
+
+You can send USDC with your wallet on Ethereum or USDC.e on Polygon to your respective deposit addresses found on the Deposit page. [Learn more](../deposits/usdc-on-eth/).
diff --git a/docs/polymarket-learn/get-started/making-your-first-trade.md b/docs/polymarket-learn/get-started/making-your-first-trade.md
new file mode 100644
index 0000000..f742ec0
--- /dev/null
+++ b/docs/polymarket-learn/get-started/making-your-first-trade.md
@@ -0,0 +1,42 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Making Your First Trade
+
+> How to buy shares.
+
+Once you've [signed up](../get-started/how-to-signup) and [deposited funds](../get-started/how-to-deposit), you're ready to start trading on Polymarket. Here's a step-by-step guide to get you started.
+
+## Video guide
+
+
+
+## Walkthrough
+
+Before trading, you'll have to visit the [markets page](https://polymarket.com/markets) to see all available markets. Use the search, sort, and filter tools to narrow down your options and find a market that interests you.
+screen shot.
+
+
+
+ ### Choose a Market
+
+ Locate the 'buy' modal, on the right side of the screen. Click the outcome you want to buy (usually Yes or No), then enter the dollar amount you wish to invest.
+
+
+
+ ### Buy Shares
+
+ Click **Buy** and confirm the transaction in your wallet. Once your trade goes through, you'll receive a notification confirming its success.
+
+ Congrats, you're officially a Polymarket trader!
+
+
+
+ ### Share your trade
+
+ You'll also see a bet slip to share on social media. We love sending \$\$\$ to traders who post their trades on Twitter and tag us!
+
+
+
+Simple, right? If you think you've got the hang of it, it's time to learn about more advanced trading and order types. [Limit Orders](../trading/limit-orders/).
diff --git a/docs/polymarket-learn/get-started/what-is-polymarket.md b/docs/polymarket-learn/get-started/what-is-polymarket.md
new file mode 100644
index 0000000..d0b3f73
--- /dev/null
+++ b/docs/polymarket-learn/get-started/what-is-polymarket.md
@@ -0,0 +1,45 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# What is Polymarket?
+
+Polymarket is the world’s largest prediction market, allowing you to stay informed and profit from your knowledge by betting on future events across various topics.
+
+Studies show prediction markets are often more accurate than pundits because they combine news, polls, and expert opinions into a single value that represents the market's view of an event's odds. Our markets reflect *accurate, unbiased, and real-time probabilities* for the events that matter most to you. Markets seek truth.
+
+## Quick Overview
+
+* On Polymarket, you can [buy and sell shares](making-your-first-trade) representing future event outcomes (i.e. "Will TikTok be banned in the U.S. this year?")
+* Shares in event outcomes are [always priced](what-is-polymarket/#understanding-prices) between 0.00 and 1.00 [USDC](../FAQ/why-do-i-need-crypto/#why-usdc), and every pair of event outcomes (i.e. each pair of "YES" + "NO" shares) is fully collateralized by \$1.00 USDC.
+* Shares are created when [opposing sides come to an agreement on odds](../trading/limit-orders), such that the sum of what each side is willing to pay is equal to \$1.00.
+* The shares representing the *correct, final outcome* are paid out \$1.00 USDC each upon [market resolution](../markets/how-are-markets-resolved).
+* Unlike sportsbooks, you are not betting against "the house" – the counterparty to each trade is another Polymarket user. As such:
+ * Shares can be sold before the event outcome is known\_ (i.e. to lock in profits or cut losses)
+ * *There is no "house" to ban you for winning too much.*
+
+### Understanding Prices
+
+Prices = Probabilities.
+
+
+
+*Prices (odds) on Polymarket represent the current probability of an event occurring.* For example, in a market predicting whether the Miami Heat will win the 2025 NBA Finals, if YES shares are trading at 18 cents, it indicates a 18% chance of Miami winning.
+
+These odds are determined by what price other Polymarket users are currently willing to buy & sell those shares at. Just how stock exchanges don't "set" the prices of stocks, Polymarket does not set prices / odds - they're a function of supply & demand.
+
+[Learn more](../trading/how-are-prices-calculated)
+
+### Making money on markets
+
+In the example above, if you believe Miami's chances of winning are higher than 18%, you would buy “Yes” shares at 18 cents each. If Miami wins, each “Yes” share would be worth \$1, resulting in an 82-cent profit per share. Conversely, any trader who owned “No” shares would see their investment become worthless once the game is over.
+
+Since it's a market, you're not locked into your trade. You can sell your shares at any time at the current market price. As the news changes, the supply and demand for shares fluctuates, causing the share price to reflect the new odds for the event.
+
+### How accurate are Polymarket odds?
+
+Research shows prediction markets are often more accurate than experts, polls, and pundits. Traders aggregate news, polls, and expert opinions, making informed trades. Their economic incentives ensure market prices adjust to reflect true odds as more knowledgeable participants join.
+
+This makes prediction markets the best source of real-time event probabilities. People use Polymarket for the most accurate odds, gaining the ability to make informed decisions about the future.
+
+If you're an expert on a certain topic, Polymarket is your opportunity to profit from trading based on your knowledge, while improving the market's accuracy.
diff --git a/docs/polymarket-learn/markets/dispute.md b/docs/polymarket-learn/markets/dispute.md
new file mode 100644
index 0000000..8d9f695
--- /dev/null
+++ b/docs/polymarket-learn/markets/dispute.md
@@ -0,0 +1,35 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Are Markets Disputed?
+
+**Anyone can dispute a proposed market resolution if they feel it was proposed in error.**
+
+Once a market is proposed for resolution it goes into a challenge period of 2 hours.
+
+If no one challenges the proposal the resolution is deemed valid and the proposer receives their bond back plus the reward.
+
+During the 2-hour challenge period, anyone may dispute the proposal on the [UMA dapp](https://oracle.uma.xyz/) by posting a challenge bond of the same amount as the proposer bond (usually \$750).
+
+This begins the debate period of 24-48 hours (votes happen every other day and there will always be at least 24 hours for discussion). Anyone wishing to contribute evidence to the discussion can do so in the Uma Discord server in the #evidence-rationale and #voting-discussion channels.
+
+After the debate period, Uma token holders vote (this process takes approximately 48 hours) and one of four outcomes happens:
+
+## Outcomes
+
+### Proposer wins
+
+Proposer receives their bond back plus half the disputer’s bond as a bounty. Disputer loses their bond.
+
+### Disputer wins
+
+Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.
+
+### Too Early
+
+This outcome is for proposals for which the underlying event has not yet happened. Eg the result of a sports match that is still ongoing. Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.
+
+### Unknown/50-50
+
+This (rarely used) outcome is for events where none of the other options are appropriate. In this case the market price resolves to 50 yes and 50 no. Disputer receives their bond back plus half the proposer’s bond as a bounty. Proposer loses their bond.
diff --git a/docs/polymarket-learn/markets/how-are-markets-clarified.md b/docs/polymarket-learn/markets/how-are-markets-clarified.md
new file mode 100644
index 0000000..7528673
--- /dev/null
+++ b/docs/polymarket-learn/markets/how-are-markets-clarified.md
@@ -0,0 +1,33 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Are Markets Clarified?
+
+> How are markets on Polymarket clarified?
+
+## Overview
+
+* Markets are resolved according to the rules set forth on the market page.
+
+* The rules specify the resolution source, the market end date, and they outline how the market should resolve in various edge-cases.
+
+* The market title describes the market, but the rules define how it should be resolved.
+
+It is important to read the rules before trading in a market.
+
+
+
+
+
+***
+
+## Clarifications
+
+In rare cases, circumstances occur that were not foreseen at a market’s creation and it becomes necessary to clarify rules after trading has begun. In these cases Polymarket may issue an “Additional context” update to the rules.
+
+If you believe a clarification is necessary for a market, the best place to request a clarification is in the [Polymarket Discord](https://discord.com/invite/polymarket) **#market-review** channel.
+
+
+
+
diff --git a/docs/polymarket-learn/markets/how-are-markets-created.md b/docs/polymarket-learn/markets/how-are-markets-created.md
new file mode 100644
index 0000000..97cd7ec
--- /dev/null
+++ b/docs/polymarket-learn/markets/how-are-markets-created.md
@@ -0,0 +1,48 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Are Markets Created?
+
+> Markets are created by the markets team with input from users and the community.
+
+## Can I create my own market?
+
+While users cannot directly create their own markets, they are encouraged to suggest ideas for new markets.
+
+
+
+ Is there enough demand for trading in the market to produce an accurate probability? Polymarket targets \$X in trading volume as a minimum.
+
+
+
+ Is there social good or news value in understanding the probability generated by the market?
+
+
+
+ Can the market be resolved clearly?
+
+
+
+ Is there a credible information source for market resolution?
+
+ *For example, a country’s elections commission can be specified as the official resolution source for an election.*
+
+
+
+ Can the market be resolved in a definitive time frame?
+
+
+
+### Submit your market proposal
+
+To give your proposal the best chance of being listed, include as much information as possible, such as:
+
+* What is the market title?
+* What is the [resolution source](../markets/how-are-markets-resolved)?
+* Evidence of demand for trading that market
+
+The best ways to propose a new market are:
+
+* On [Discord](https://discord.com/invite/polymarket) in the **#market-suggestion** channel
+* On Twitter / X by tagging [@polymarket](https://twitter.com/intent/tweet?text=I+have+an+idea+for+a+new+market+@polymarket)
diff --git a/docs/polymarket-learn/markets/how-are-markets-resolved.md b/docs/polymarket-learn/markets/how-are-markets-resolved.md
new file mode 100644
index 0000000..98eae4b
--- /dev/null
+++ b/docs/polymarket-learn/markets/how-are-markets-resolved.md
@@ -0,0 +1,53 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Are Prediction Markets Resolved?
+
+> Markets are resolved by the UMA Optimistic Oracle, a smart-contract based optimistic oracle.
+
+## Overview
+
+* When the result of a market becomes clear, the market can be “resolved,” or permanently finalized.
+
+* Markets are resolved according to the market's pre-defined rules, which can be found under market's the order book.
+
+* When a market is resolved, holders of winning shares receive \$1 per share, losing shares become worthless, and trading of shares is no longer possible.
+
+* To resolve a market, an outcome must first be “proposed,” which involves putting up a bond in USDC.e which will be forfeited if the proposal is unsuccessful.
+
+* If the proposal is validated as accurate, the proposer will receive a reward for your proposal.
+
+
+ If you propose a market too early, or are unsuccessful in your proposal, you will lose all of your \$750 bond. Do not propose a resolution unless you understand the process and are confident in your view.
+
+
+### To propose a market resolution
+
+
+
+ Navigate to the market you want to propose and click Resolution > Propose Resolution.
+
+ You will be taken to the corresponding UMA oracle page for the market, which shows the bond required and reward for successful proposal.
+
+
+
+ Ensure that you have enough USDC.e in your wallet on Polygon to supply the bond (usually \$750)
+
+
+
+ Select the outcome you would like to propose from the drop-down menu.
+
+
+
+ Connect your wallet and submit the transaction. It will now enter the UMA Oracle’s verification queue.
+
+
+
+Once in the verification process, UMA will review the transaction to ensure it was proposed correctly. If approved, you will receive your bond amount back in your wallet plus the reward. If not approved, it will enter Uma’s dispute resolution process, which is described in detail here.
+
+### To dispute a proposed resolution
+
+Once a market is proposed for resolution it goes into a challenge period of 2 hours.
+
+If you do not agree with a proposed resolution, you can [dispute the outcome](../markets/dispute).
diff --git a/docs/polymarket-learn/trading/fees.md b/docs/polymarket-learn/trading/fees.md
new file mode 100644
index 0000000..a5a2a4a
--- /dev/null
+++ b/docs/polymarket-learn/trading/fees.md
@@ -0,0 +1,27 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Trading Fees
+
+Polymarket does not charge fees on most markets. However, certain markets have taker fees enabled to fund the [Maker Rebates Program](/polymarket-learn/trading/maker-rebates-program).
+
+## Fee-Free Markets
+
+The vast majority of Polymarket markets have **no trading fees**:
+
+* No fees to deposit or withdraw USDC (though intermediaries like Coinbase or MoonPay may charge their own fees)
+* No fees to trade shares
+
+## Markets With Fees
+
+The following market types charge a small taker fee on each trade. These fees are collected and redistributed daily to market makers as rebates, incentivizing deeper liquidity and tighter spreads.
+
+* **15-minute crypto markets**
+* **5-minute crypto markets**
+* **NCAAB (college basketball) markets** (starting February 18, 2026 for new markets)
+* **Serie A markets** (starting February 18, 2026 for new markets)
+
+
+ Learn how taker fees fund daily USDC rebates for liquidity providers
+
diff --git a/docs/polymarket-learn/trading/how-are-prices-calculated.md b/docs/polymarket-learn/trading/how-are-prices-calculated.md
new file mode 100644
index 0000000..c8da388
--- /dev/null
+++ b/docs/polymarket-learn/trading/how-are-prices-calculated.md
@@ -0,0 +1,37 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# How Are Prices Calculated?
+
+> The prices probabilities displayed on Polymarket are the midpoint of the bid-ask spread in the orderbook.
+
+## Initial Price
+
+* When a market is created, there are initially zero shares and no pre-defined prices or odds.
+
+* Market makers (a fancy term for traders placing limit orders) interested in buying YES or NO shares can place [Limit Orders](../trading/limit-orders) at the price they're willing to pay
+
+* When offers for the YES and NO side equal \$1.00, the order is "matched" and that \$1.00 is converted into 1 YES and 1 NO share, each going to their respective buyers.
+
+For example, if you place a limit order at \$0.60 for YES, that order is matched when someone places a NO order at \$0.40. *This becomes the initial market price.*
+
+Polymarket is not a "bookie" and does not set prices / odds. Prices are set by what Polymarket users are currently willling to buy/sell shares at. All trades are peer-to-peer.
+
+## Future Price
+
+The prices displayed on Polymarket are the midpoint of the bid-ask spread in the orderbook — unless that spread is over \$0.10, in which case the last traded price is used.
+
+Like the stock market, prices on Polymarket are a function of realtime supply & demand.
+
+
+
+### Prices = Probabilities
+
+In the market below, the probability of 37% is the midpoint between the 34¢ bid and 40¢ ask. If the bid-ask spread is wider than 10¢, the probability is shown as the last traded price.
+
+
+
+
+
+You may not be able to buy shares at the displayed probability / price because there is a bid-ask spread. In the above example, a trader wanting to buy shares would pay 40¢ for up to 4,200 shares, after which the price would rise to 43¢.
diff --git a/docs/polymarket-learn/trading/limit-orders.md b/docs/polymarket-learn/trading/limit-orders.md
new file mode 100644
index 0000000..20d43a5
--- /dev/null
+++ b/docs/polymarket-learn/trading/limit-orders.md
@@ -0,0 +1,79 @@
+> ## Documentation Index
+> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
+> Use this file to discover all available pages before exploring further.
+
+# Limit Orders
+
+> What are limit orders and how to make them.
+
+## Video guide
+
+
+
+## What are Limit Orders?
+
+Limit orders are open orders (pending trades) that only execute when the market trades at your desired price.
+
+For example, if the highest you’re willing to pay for a share of Trump “Yes” in the 2024 Republican Nomination is 72c, but the current market price is 73c, you could create a limit order at 72c and wait until someone is willing to sell Yes shares at your desired price.
+
+
+ It’s not necessary for the entire order to execute at once. Limit orders can ‘partially fill’ as individual traders fill parts of your order.
+
+
+
+
+ In the buy modal, select **limit** in the order type dropdown.
+
+
+
+ Enter the price you are willing to buy (or sell, if you’ve selected to sell) shares at.
+
+
+
+ Enter the number of shares you want to buy or sell at that price.
+
+ *Optional: Set an expiration date for your limit order. This means that if the order does not execute at your desired price within this timeframe, it will be canceled.*
+
+
+
+ Click **Buy** and confirm the transaction in your wallet.
+
+
+ Your limited orders that have yet to be filled are called "Open Orders".
+
+
+
+
+ You'll see a **“Your deposit is pending”** screen. You'll receive a confirmation email from Coinbase when your USDC purchase is successful.
+
+
+
+## Managing limit orders
+
+When you have an open order, you'll find it displayed just below the Order Book on the market's page.
+
+If you have open orders across multiple markets, you can easily manage and monitor them all from the [Portfolio page](https://polymarket.com/portfolio?tab=Open+orders).
+
+
+ Specifically for sports markets, any outstanding limit orders are automatically cancelled once the game begins, clearing the entire order book at the official start time. Be aware, game start times can shift so it’s important to always monitor your orders closely in case they are not cleared due to game changes or other circumstances.
+
+
+
+ Additionally, sports markets include a 3-second delay on the placement of marketable orders.
+
+
+## Canceling limit orders
+
+When you have an open order, you'll find it displayed just below the Order Book on the market's page.
+
+To cancel the order, you can simply click the red **x** button alongside the order.
+
+
+
+If you have open orders across multiple markets, you can easily manage and monitor them all from the [Portfolio page](https://polymarket.com/portfolio?tab=Open+orders).
+
+Nice! You can officially call yourself an advanced trader.
+
+
+ If some of this still isn’t making sense, feel free to reach out to us on [Discord](https://discord.com/invite/polymarket). We’re happy to help get you up to speed.
+