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

# FAQ

## Is this a stablecoin?

No. USDx is **the Axis Dollar**, a **synthetic dollar**, not a stablecoin. It is dollar-denominated and backed by a portfolio of assets held by the protocol, but it is not a bank deposit, not an insured product, and not a conventional collateralized stablecoin. Its backing is an actively-managed trading portfolio, so USDx **carries risk** and can lose value, and it is not designed as a payments instrument. See [What is USDx?](/usdx-the-synthetic-dollar/usdx.md).

## Is this a hedge fund?

No. Axis is a **protocol**, not a fund. You are not buying an interest in a fund, a share class, or a managed account. You hold USDx, a synthetic dollar, and you can stake it for sUSDx to become eligible for rewards. There is no subscription, no fund interest, and no claim on a manager's book; you interact directly with onchain contracts. See [What is Axis?](/start-here/what-is-axis.md).

## Why should I care?

Global assets, crypto, commodities, tokenized equities, and increasingly traditional assets, trade across many venues, currencies, and jurisdictions, and that liquidity is **fragmented**. As more of the world's assets move onchain, someone has to make those markets and move liquidity to where it is needed. That is what Axis does. See [Size of the Opportunity](/start-here/market-context.md).

## How do I use it?

Three steps:

1. **Get USDx.** Acquire USDx on the secondary market, or, if you are an approved counterparty, mint it directly on the [USDx Primary Market](/usdx-the-synthetic-dollar/mint-and-redeem.md).
2. **Stake for sUSDx.** Stake USDx to receive sUSDx and become eligible for the protocol's reward distributions, holding USDx alone earns nothing.
3. **Earn rewards.** sUSDx grows in USDx terms as rewards accrue, with no rebasing and no manual claim required.

See [Stake & Unstake USDx](/susdx-the-rewards-vault/stake-and-unstake.md).

## What are the risks?

Participation can result in partial or total loss. USDx backing is an actively-managed trading portfolio exposed to market, liquidity, execution, funding, venue, counterparty, custody, smart contract, and operational risk, and delta-neutral does not mean risk-free. Read the [Risk Overview](/risk/risk-overview.md) and the [Disclosures](/resources-and-legal/compliance.md) before interacting.

## Who's behind it?

Axis is built by a team with years of experience across leading firms in trading, stablecoins, and onchain markets, including experience at Circle, Tether, Alphanonce, QCP, hedge funds, Ondo, yield protocols, and leading centralized and decentralized exchanges.

## Where can I access it?

Access to Axis interfaces is restricted in Belarus, Cuba, the Democratic Republic of the Congo, Iran, Libya, Myanmar, North Korea, Russia, Somalia, South Sudan, Sudan, Syria, the United States, and Yemen. USDx and sUSDx are **not offered to US persons**. They are also not offered anywhere that offering them would be unlawful. Availability also depends on the interface or service used, the applicable terms, and local law. See [Disclosures](/resources-and-legal/compliance.md).

## What can I do with USDx?

USDx is built for onchain use. Its reserves are actively managed to stay liquid, which supports its adoption across DeFi, building onchain liquidity, integrating with onchain oracles, and serving as collateral in DeFi lending markets. The goal is for USDx to be a productive, dollar-denominated building block wherever onchain markets need liquidity.

## What is the opportunity?

Tokenized and capital markets are enormous, and as they grow they will be **fragmented** across venues, currencies, and jurisdictions. Someone has to provide the liquidity that ties those markets together and lets capital move to where demand is. That is the role Axis is built to fill. See [Size of the Opportunity](/start-here/market-context.md).

## Who backs Axis?

Axis is backed by Galaxy, OKX, FalconX, CMT Digital, and Steakhouse.


---

# 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://docs.axis.to/resources-and-legal/faq.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.
