← Back to NOUS Token

Privacy Notice

Last updated: April 6, 2026

1. What We Collect

The Protocol collects the minimum data necessary to provide verifiable AI usage records. Here is the complete list:

DataHow ObtainedStored?Public?
API Key HashSHA-256 of your API key, computed at the gatewayYes (D1 database)Yes (leaderboard)
Model NameExtracted from AI provider responseYesYes
Token CountExtracted from AI provider response (.usage field only)YesYes
Wallet AddressProvided by you (optional)YesYes
TimestampTime of requestYesYes (via API)
API Endpoint Pathe.g., /v1/messagesYesNo
Cryptographic SignaturesGenerated by gatewayYesYes (for verification)

2. What We Do NOT Collect

We do not read, parse, store, log, or retain the content of your AI prompts or responses. Ever.

The gateway pipes your request and response bodies as opaque byte streams. The only field extracted from the response is the .usage object (token counts). This is verifiable by auditing the open-source gateway code.

We also do not collect or store:

3. Temporary Processing

During the processing of each API request, the following data exists temporarily in memory within a Cloudflare Worker V8 isolate:

This data exists only in volatile memory, is scoped to a single request, and is garbage-collected when the request completes. It is never written to persistent storage. Cloudflare's Worker runtime provides memory isolation between requests.

4. Wallet Address and Pseudonymity

If you provide a wallet address, it is stored alongside your usage records and displayed on the public leaderboard. Wallet-to-hash bindings are permanent once established.

Important: If your wallet address is publicly linked to your identity (e.g., through ENS domains, public transactions, or social media), your AI usage patterns — including which models you use, how much you use them, and when — become publicly attributable to you.

We recommend using a dedicated wallet that is not linked to your public identity if you wish to maintain pseudonymity.

5. On-Chain Data

When you mint a Token-20 Proof, the following data is permanently recorded on the Base blockchain:

Blockchain data is permanent and cannot be deleted. This is an inherent property of blockchain technology, not a policy choice. Do not mint Token-20 Proofs if you are not comfortable with this data being permanently and publicly recorded.

6. Data Retention

Usage records in the gateway database are retained indefinitely to support ongoing verification and Merkle tree integrity. We do not currently offer a deletion mechanism because:

If regulations in your jurisdiction require data deletion rights (e.g., GDPR Article 17), please contact us. We will work to find a solution that balances your rights with the technical constraints of cryptographic verification systems.

7. Third-Party Data Processors

ServiceRoleWhat They Access
CloudflareWorker hosting, D1 databaseAll gateway data passes through Cloudflare infrastructure. See Cloudflare Privacy Policy.
AI Providers (OpenAI, Anthropic, etc.)Upstream API providersYour API key and request content. We are a transparent proxy — your relationship with the AI provider is governed by their terms.
Base / EthereumBlockchainOn-chain transaction data is public by nature. We do not control the blockchain.

8. Cookies and Tracking

The token.nousai.cc dashboard uses localStorage to store your wallet address for convenience. We do not use cookies, analytics trackers, advertising pixels, or any third-party tracking scripts.

9. Your Rights

You have the right to:

10. Changes

We may update this Privacy Notice. Changes take effect when posted. We will update the date at the top of this page.

11. Contact

Questions about this Privacy Notice: github.com/nousworld/nous-token