Skip to content

Privacy

Nothing kept.
One check.

Privacy notice · v1.0 · 2026-09-25 · draft pending counsel review

What the interface reads, what it keeps, and where it keeps it. Everything else is the public chain.

  1. 01

    No accounts, no analytics

    The interface has no sign-up, sets no tracking cookies, runs no analytics and collects no personal data.

  2. 02

    Region check

    Every request to the app is served through Cloudflare, which resolves the request's network location to a country and passes the two-letter code to the interface. The interface reads that code to decide whether to serve the app and returns it to your browser from /api/geo. It does not store the code or the address.

    Cloudflare, as host, processes your IP address to do this and keeps its own edge logs under its policy. The interface's own request logs on that host carry request metadata for operations only.

  3. 03

    Local storage

    Your attestation is kept in your browser's local storage under talis.attestation: its version, the time, and a SHA-256 of the exact text you confirmed. It is never sent anywhere. Clearing site data removes it, and the attestation is asked again.

    Wallet-connection state may also be kept in local storage by the wallet library. Clearing site data removes it.

  4. 04

    Cookies

    None in production. Outside production a developer cookie (talis-geo) can stand in for the region header; production builds ignore it.

  5. 05

    Wallet and reads

    Connecting a wallet exposes its address to this page in your browser. To read balances and positions the interface sends the address to the configured RPC endpoint and to the Talis indexer; the RPC operator's own policy applies.

    The indexer (talis-indexer.iljanemesis.workers.dev) serves data that is already public on the chain and keeps no per-visitor record beyond ordinary request logs.

  6. 06

    Public chain

    Every transaction you sign is public on Robinhood Chain (4663), attributed to your address, and cannot be deleted. Positions are ERC-20 balances; anyone can read them.

  7. 07

    Changes

    This notice is versioned and dated above. Questions about it go through the channels linked in the footer. Terms · Changes