> For the complete documentation index, see [llms.txt](https://rwaperp-1.gitbook.io/rwaperp-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rwaperp-1.gitbook.io/rwaperp-docs/risk-and-liquidation/terms-of-service.md).

# Terms of Service

#### 1. Acceptance of Terms

By accessing or using the RWAPerp platform ("the Platform"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to all terms and conditions, you must not access or use the Platform. RWAPerp provides omnichain perpetual futures trading infrastructure, including APIs, SDKs, and smart contract settlement rails.

#### 2. Eligibility and Restrictions

You represent that you are of legal age in your jurisdiction and have the full authority to accept these Terms. You are expressly prohibited from using the Platform if you reside in, are located in, are incorporated in, or have a registered office or principal place of business in any of the following jurisdictions (each a "Prohibited Jurisdiction"): the United States of America, Canada, the United Kingdom, China, North Korea, Russia, Ukraine, Cuba, Iran, Venezuela, or Syria. Additionally, you may not use the Platform if: (a) you are located in any other jurisdiction where the use of decentralized perpetual futures protocols is prohibited; (b) you are subject to economic sanctions or trade restrictions, or are located in a territory subject to comprehensive sanctions or designated as "terrorist supporting" by the United Nations, the European Union, the United Kingdom, or the United States; or (c) your use would otherwise violate applicable laws. RWAPerp reserves the right to deny service to any user or jurisdiction at its sole discretion.

#### 3. Account Registration and Security

You interact with RWAPerp through a self-custodied blockchain wallet. You are solely responsible for maintaining the security of your wallet private keys and any associated authentication credentials. RWAPerp does not custody, control, or have access to your funds at any time. All transactions initiated through the Platform are irrevocable once confirmed on the underlying blockchain.

#### 4. Trading Rules

Trading on RWAPerp is conducted through a shared central limit order book. All orders are subject to the Platform's matching engine rules, fee schedule, and risk parameters. You acknowledge that: (a) leverage amplifies both gains and losses; (b) positions are subject to liquidation if margin requirements are not met; (c) funding fees may apply periodically; and (d) your positions may be affected by Auto-Deleveraging (ADL) events as described in the Platform's risk documentation.

#### 5. Risk Disclosure

Trading perpetual futures involves substantial risk of loss, including the potential loss of your entire deposited collateral. You should not trade with funds you cannot afford to lose. You acknowledge that: (a) past market performance does not guarantee future results; (b) high volatility may result in rapid liquidation; (c) smart contract risks exist despite security audits; (d) cross-chain bridging infrastructure carries inherent risks; and (e) regulatory changes may affect your ability to access the Platform. A full risk disclosure is available separately.

#### 6. Fees

RWAPerp charges trading fees as described in the current fee schedule, which may be updated from time to time. Fees are deducted at the time of each trade. Maker rebates and taker fees are determined by the Platform's tier structure. Builders operating on RWAPerp infrastructure may set their own fee structures for their front-end implementations.

#### 7. Use of Infrastructure

RWAPerp provides headless trading infrastructure. Builders and integrators may access the Platform via APIs, SDKs, or pre-built front-end components. You agree not to: (a) attempt to circumvent rate limits or access controls; (b) engage in market manipulation or abusive trading practices; (c) reverse-engineer, decompile, or disassemble any software components; or (d) use the Platform for any illegal or unauthorized purpose.

#### 8. Intellectual Property

The RWAPerp name, logo, brand assets, and documentation are proprietary. Unless expressly granted, no license or right is conferred to use any trademarks, trade names, or service marks. Builders operating under the RWAPerp ecosystem agree to follow the applicable branding guidelines and builder terms.

#### 9. Limitation of Liability

To the maximum extent permitted by applicable law, RWAPerp and its contributors, affiliates, and service providers shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to loss of profits, loss of data, loss of digital assets, or business interruption, arising out of or in connection with your use of the Platform, whether based on warranty, contract, tort, or any other legal theory.

#### 10. Disclaimers

THE PLATFORM IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT ANY WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. RWAPerp does not warrant that the Platform will be uninterrupted, error-free, secure, or free from harmful components. RWAPerp does not provide investment, legal, or tax advice.

#### 11. Termination

RWAPerp reserves the right to suspend or terminate access to the Platform, in whole or in part, at any time without prior notice for any reason, including but not limited to violation of these Terms, suspicious activity, or regulatory requirements. Upon termination, your obligations under these Terms that by their nature should survive will remain in effect.

#### 12. Governing Law and Dispute Resolution

These Terms shall be governed by and construed in accordance with the laws of the Cayman Islands (or such other jurisdiction as the RWAPerp governing entity is domiciled). Any disputes arising out of or relating to these Terms shall be resolved through binding arbitration in accordance with the rules of a recognized arbitration institution. You agree to resolve disputes on an individual basis and waive any right to participate in class-action proceedings.

#### 13. Amendments

RWAPerp reserves the right to modify these Terms at any time. Material changes will be communicated through the Platform's official channels. Continued use of the Platform after such modifications constitutes your acceptance of the updated Terms. It is your responsibility to review these Terms periodically.

#### 14. Contact

For questions regarding these Terms, please contact the RWAPerp team through the official communication channels listed on the Platform.


---

# 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://rwaperp-1.gitbook.io/rwaperp-docs/risk-and-liquidation/terms-of-service.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.
