> For the complete documentation index, see [llms.txt](https://limelight-1.gitbook.io/limelight-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://limelight-1.gitbook.io/limelight-docs/knowledge-base/supported-tokens-and-collateral.md).

# Supported Tokens & Collateral

## Primary Collateral: USDCx

Limelight markets are collateralized and denominated in **USDCx** — the native USDC-backed stablecoin issued on Movement, with reserves held transparently on-chain. Prices are quoted in dollars, and winning shares redeem at approximately $1.00 (see [How Limelight Works](/limelight-docs/the-basics/how-limelight-works.md) for why payouts can deviate slightly).

Using a native, on-chain-backed stablecoin as the core collateral keeps third-party bridge risk out of your positions.

## Gas: MOVE

On-chain actions (trading, redeeming, creating markets) cost a small amount of **MOVE** for gas — a fraction of a cent per transaction on Movement.

## Funding From Any Chain <a href="#funding-from-any-chain" id="funding-from-any-chain"></a>

Don't already hold USDCx on Movement? The in-app deposit widget lets you **pay from almost any chain** — pick your chain and token, and it's converted to USDCx and delivered to your balance, usually in 10–20 seconds. See [Wallets & Networks](/limelight-docs/knowledge-base/wallets-and-networks.md) for the step-by-step.

## Coming Soon: MOVE-Based Markets

Markets collateralized in **MOVE** are planned for a later phase, giving the Movement community a way to trade in the network's native token. Today, all markets are denominated in USDCx.

> *The exact set of accepted deposit assets (e.g., specific bridged stablecoins) may expand over time. The in-app deposit screen always shows the current supported set.*


---

# 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://limelight-1.gitbook.io/limelight-docs/knowledge-base/supported-tokens-and-collateral.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.
