# Terms of Service

### 1. Who we are

These Terms of Service ("Terms") govern your access to and use of SVPChain websites, documentation, developer tools, and APIs (the "Services") operated by **SVPChain** ("we", "us").

### 2. Acceptance

By using the Services, you agree to these Terms and our [Privacy Policy](/svpchain-docs/reference/legal/privacy-policy.md). If you do not agree, do not use the Services.

If you use the Services on behalf of an organization, you represent you have authority to bind that organization.

### 3. Eligibility

You must be legally able to form a binding contract in your jurisdiction. You must not be barred from using the Services under applicable laws.

### 4. The Services

We may provide:

* Public documentation and guides.
* APIs/RPC endpoints.
* Testnet utilities.
* Developer dashboards.

We may change or discontinue any part of the Services at any time.

### 5. Acceptable use

You agree not to:

* Interfere with or disrupt the Services.
* Attempt to bypass rate limits or access controls.
* Use the Services to violate laws, sanctions, or regulations.
* Use the Services to distribute malware or exploit vulnerabilities.
* Reverse engineer or scrape the Services in a way that materially harms availability.

We may suspend or block access to protect the Services or other users.

### 6. Blockchain and third-party services

Blockchains are decentralized and may be operated by third parties. Your transactions are irreversible.

You are responsible for:

* Securing your private keys and wallet.
* Verifying addresses, chain IDs, and network parameters.
* Understanding smart contract risks, including bugs and exploits.

We are not responsible for third-party wallets, bridges, exchanges, explorers, or smart contracts.

### 7. Intellectual property

We and our licensors own the Services and related IP. You may use the docs for internal or commercial development.

If we publish code samples, they may be separately licensed. Check the license headers or repository license.

### 8. Feedback

If you provide feedback, you grant us a non-exclusive, worldwide, royalty-free license to use it without restriction.

### 9. Disclaimers

THE SERVICES ARE PROVIDED "AS IS" AND "AS AVAILABLE". TO THE MAXIMUM EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING MERCHANTABILITY, FITNESS, AND NON-INFRINGEMENT.

We do not guarantee uptime, finality, throughput, or that the Services will be error-free.

### 10. Limitation of liability

TO THE MAXIMUM EXTENT PERMITTED BY LAW, WE WILL NOT BE LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES.

TO THE MAXIMUM EXTENT PERMITTED BY LAW, OUR TOTAL LIABILITY FOR ANY CLAIM RELATING TO THE SERVICES WILL NOT EXCEED **US$100** OR THE AMOUNT YOU PAID US FOR THE SERVICES IN THE **1** MONTHS BEFORE THE EVENT GIVING RISE TO THE CLAIM, WHICHEVER IS GREATER.

Some jurisdictions do not allow certain limitations. In those cases, limits apply only to the extent permitted.

### 11. Indemnification

You will indemnify and hold us harmless from claims arising out of your use of the Services, your content, or your violation of these Terms or applicable law.

### 12. Suspension and termination

We may suspend or terminate your access if:

* You breach these Terms.
* Your use poses risk to the Services, users, or third parties.
* We must do so to comply with law.

You may stop using the Services at any time.

### 13. Governing law and disputes

These Terms are governed by the laws of Singapore, excluding conflict-of-laws rules.Dispute process (choose and finalize with counsel):

* **Courts:** exclusive jurisdiction in Singapore.
* **Or arbitration:** binding arbitration administered by SIAC（Singapore International Arbitration Centre) in Singapore, with class-action waiver where permitted.

{% hint style="info" %}
If you are a consumer in the EEA/UK, you may have mandatory rights that cannot be waived. Nothing in these Terms limits those rights.
{% endhint %}

### 14. Changes

We may update these Terms. We will update the "Effective date" and provide notice when required. Your continued use means you accept the updated Terms.

### 15. Contact

* Legal contact: <support@svpchain.org>

**Effective date:** 2026-03-12


---

# 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:

```
GET https://svpchain.gitbook.io/svpchain-docs/reference/legal/terms-of-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
