> For the complete documentation index, see [llms.txt](https://docs.nebulablock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nebulablock.com/overview-3/terms_of_service.md).

# Terms of Service

**Effective Date:** January 1, 2024 **Last Updated:** January 1, 2024

***

These Terms of Service ("Terms") govern your access to and use of Nebula Block's GPU cloud computing and inference platform, including all related APIs, tools, documentation, and services (collectively, the "Services").

## Acceptance of Terms

By creating an account or using the Services, you agree to be bound by these Terms. If you are using the Services on behalf of an organization, you represent that you have the authority to bind that organization to these Terms. If you do not agree, do not use the Services.

## Account Registration

You must provide accurate and complete information when creating an account. You are responsible for maintaining the confidentiality of your account credentials and for all activity that occurs under your account. You agree to notify Nebula Block immediately of any unauthorized use.

## Services Description

Nebula Block provides on-demand GPU cloud computing resources, inference API endpoints, and related infrastructure services. Specific service offerings, pricing, and resource specifications are detailed on our website and may be updated from time to time.

## Acceptable Use

You agree not to use the Services to: violate any applicable law or regulation; infringe upon the intellectual property rights of any third party; transmit malware, viruses, or any harmful code; engage in cryptocurrency mining unless explicitly authorized under your service plan; attempt to gain unauthorized access to any systems or networks connected to the Services; use the Services to develop or deploy any product or service that competes directly with Nebula Block; or engage in any activity that disrupts, degrades, or impairs the Services for other users.

## Payment and Billing

You agree to pay all fees associated with your use of the Services in accordance with the pricing and billing terms in effect at the time of purchase. All fees are quoted in U.S. Dollars unless otherwise stated. Nebula Block reserves the right to modify pricing. Failure to pay outstanding balances may result in suspension or termination of your account.

## Service Level and Availability

Nebula Block will use commercially reasonable efforts to maintain platform availability. Specific uptime commitments, if any, are set forth in a separate Service Level Agreement (SLA). Nebula Block is not liable for downtime caused by scheduled maintenance (with reasonable advance notice), factors beyond our reasonable control (force majeure), or your misuse of the Services.

## Intellectual Property

Nebula Block retains all rights in the platform, APIs, documentation, and underlying technology. These Terms do not grant you any rights to Nebula Block's trademarks, logos, or branding. You retain all rights to the content and data you create or upload through the Services, subject to the licenses granted herein.

## Limitation of Liability

To the maximum extent permitted by law, Nebula Block shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to loss of profits, data, or business opportunities, arising out of or related to your use of the Services. Nebula Block's total aggregate liability for any claims arising under these Terms shall not exceed the amount you paid to Nebula Block in the twelve (12) months preceding the event giving rise to the claim.

## Indemnification

You agree to indemnify and hold harmless Nebula Block, its officers, directors, employees, and agents from any claims, liabilities, damages, losses, or expenses (including reasonable attorney's fees) arising from your use of the Services, your violation of these Terms, or your infringement of any third-party rights.

## Termination

Either party may terminate the account at any time. Nebula Block may suspend or terminate your access to the Services immediately if you breach these Terms or engage in activity that threatens the security or integrity of the platform. Upon termination, your right to use the Services ceases immediately. Sections regarding intellectual property, limitation of liability, indemnification, and governing law survive termination.

## Modifications to Terms

Nebula Block reserves the right to modify these Terms at any time. We will notify you of material changes via email or through the platform at least thirty (30) days before they take effect. Your continued use of the Services after the effective date constitutes acceptance of the revised Terms.

## Governing Law

These Terms shall be governed by and construed in accordance with the laws of the Province of Quebec and the federal laws of Canada applicable therein, without regard to conflict of law principles. Any disputes arising under these Terms shall be resolved in the courts of competent jurisdiction in the Province of Quebec, Canada. Nebula Block is a corporation incorporated under the laws of the Province of Quebec, Canada.

## Entire Agreement

These Terms, together with the Refund Policy, Privacy Policy, and Data Policy, constitute the entire agreement between you and Nebula Block regarding the Services and supersede all prior agreements and understandings.


---

# 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.nebulablock.com/overview-3/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.
