> 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/compliance.md).

# Disclosures

This documentation explains the Axis protocol and its technical design. It is not legal, tax, investment, or accounting advice, and it does not replace the terms that govern access to any Axis interface or service.

## No guarantee

USDx and sUSDx are not bank deposits and are not described here as insured products. Axis does not guarantee:

* that USDx will trade at exactly $1;
* a fixed or minimum sUSDx return;
* continuous minting, redemption, trading, or withdrawal;
* the availability or value of collateral;
* that software, custodians, venues, counterparties, or operators will perform without failure.

sUSDx yield is variable and is earned, not promised: it comes from Axis's structural edge in cross-venue and cross-asset fragmentation, a durable, market-neutral source that does not rely on any single mechanism. Funding is one component (and can be the larger share in a given period); see the Transparency Dashboard for current attribution. See [How Axis Earns Yield](/susdx-the-rewards-vault/how-axis-earns-yield.md) for where the yield originates.

## Eligibility and local law

This page does not define who is eligible to use Axis. Availability can depend on the interface or service used, applicable terms, and local law. Users are responsible for reviewing the terms presented by the relevant access point and obtaining professional advice where appropriate.

## Restricted jurisdictions

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. Access may be further restricted by the terms of the relevant interface or service.

## Protocol controls

At launch, the V2 contracts will include role-based controls and address-restriction functionality. Authorized roles will be able to restrict addresses, change supported assets, custodians, and settlement routes, adjust primary-market capacity caps, configure the redemption cooldown and servicing, and disable minting and redemption. These powers create administrative and censorship risks even when used for security or compliance purposes.

Redemption of sUSDx is designed as an asynchronous (ERC-7540) flow, request, servicing by an operator, then claim, rather than an instant withdrawal, so a request may remain pending until it is serviced.

See [Access Control](/reference/access-control.md) for the exact contract permissions.

## Risk disclosure

The full statement is set out in the [Risk Disclosure](/resources-and-legal/risk-disclosure.md), which covers the nature of USDx and sUSDx, technology, platform changes, regulatory, jurisdiction, and further risks.

Participation can result in partial or total loss. Review the [Risk Overview](/risk/risk-overview.md), [How USDx Targets $1](/usdx-the-synthetic-dollar/peg-stability.md), [How Axis Earns Yield](/susdx-the-rewards-vault/how-axis-earns-yield.md), and [Security Overview](/backing-reserves-and-transparency/security.md) before interacting.

Any performance figures published for the V1 private beta or earlier strategy composites are **legacy history**. They describe a different, prior deployment, are not part of the V2 protocol disclosed here, and are not indicative of V2 results.

## Documentation status

Protocol parameters, supported assets, contract state, and access conditions can change, and the parameters above are set by the protocol. Verify current onchain state and the terms of the interface you use; do not rely on an example or historical statement as a guarantee of current availability.


---

# 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/compliance.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.
