# Mission Brief

#### The Problem: "Public" Means "Exposed"

In the current decentralized economy, transparency is absolute. Every salary payment, every trade, and every donation is permanently visible on the public ledger. If you pay for a coffee with your main wallet, the merchant can see your entire net worth.

This is not financial freedom. It is financial surveillance.

#### The Solution: The Secret Service (TSS)

**The Secret Service (TSS)** is a decentralized privacy protocol designed to restore confidentiality to public blockchains. We allow users to break the on-chain link between their source wallet and their destination wallet.

<figure><img src="/files/0WjJb02sj0a3kWPTdIae" alt=""><figcaption></figcaption></figure>

#### Core Features

* **Selective Disclosure:** You choose what to reveal. Prove you paid a supplier without revealing your total balance.
* **Institutional Compliance:** Our ZK-Compliance layer prevents illicit funds (hackers/sanctioned entities) from entering the pool, ensuring the protocol remains safe for legitimate users.
* **Cross-Chain Velocity:** Starting on EVM (Arbitrum), aiming for Solana Mainnet.


---

# Agent Instructions: 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://docs.thesecretservice.io/documentation.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.
