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

# Legal & Privacy

> cod3r.ai is built with a privacy-first, minimal-data approach. Below is a summary of key legal and data policies from the Terms of Service (last updated February 4, 2026).

cod3r.ai is built with a privacy-first, minimal-data approach. Below is a summary of key legal and data policies from the Terms of Service (last updated February 4, 2026).

### Account & Registration

Using the Service requires connecting a Web3 wallet. Your wallet address serves as your unique identifier. One user may only have one account. You are responsible for securing your own wallet and private keys.

### Data Collection

cod3r.ai collects only what's necessary to operate: your public wallet address (for authentication and payment verification), usage data (projects created, AI conversations, credit consumption), and payment data (transaction hashes for on-chain payments). Data is stored on secure Supabase servers. It is not shared with third parties beyond service providers required for operation — specifically Supabase (database), Anthropic (AI generation), and blockchain networks (payments).

### Intellectual Property

All code and content generated by the AI within your projects is **your property**. cod3r.ai claims no rights to content created by users. The cod3r.ai brand, logo, and Service design remain the property of the Operator and may not be used without prior consent.

### Limitation of Liability

The Service is provided "as is" without guarantee of error-free operation. The Operator is not liable for damages from use of generated code, continuous availability, blockchain network issues, or failed transactions. The AI may generate inaccurate or incomplete code — users are responsible for reviewing all outputs before deployment.

### Governing Law & Contact

These Terms are governed by applicable international laws. Disputes will be resolved through appropriate legal channels.

Support: `support@cod3r.ai`

[𝕏 @cod3rAi on X (Twitter)](https://x.com/cod3rAi)<br>


---

# 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://cod3r.gitbook.io/cod3r-documentation/project/legal-and-privacy.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.
