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

# Cifer Network

**Privacy, quietly handled.**

Cifer turns advanced privacy infrastructure into products people can use without managing cryptographic complexity. The ecosystem combines a decentralized control network, distributed key custody, quantum-resistant cryptography, and familiar applications for files, messages, and personal data.

{% hint style="info" %}
This documentation describes the Cifer architecture and a proposed Ghost character and utility program. Proposed NFT parameters are clearly identified and may change before deployment.
{% endhint %}

<a href="https://cifer.gitbook.io/cifer-docs/documentation/cifer-sdk/" class="button primary" data-icon="code">Open Cifer SDK documentation</a>

### Choose your path

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Cifer ecosystem</strong></td><td>Understand the network, applications, Premium access, and public explorer.</td><td></td></tr><tr><td><strong>Network whitepaper</strong></td><td>Review the architecture, cryptography, custody model, access controls, and threat assumptions.</td><td><a href="/pages/mF3qGcw7vyodYxMf1x7I">/pages/mF3qGcw7vyodYxMf1x7I</a></td></tr><tr><td><strong>Cifer SDK</strong></td><td>Build quantum-resistant Web2 and Web3 applications with the official TypeScript SDK.</td><td><a href="https://cifer.gitbook.io/cifer-docs/documentation/cifer-sdk/">https://cifer.gitbook.io/cifer-docs/documentation/cifer-sdk/</a></td></tr><tr><td><strong>Ghost Economy</strong></td><td>Explore founder genomes, inherited Wisps, traceable Fantoms, soulbound MARK rewards, Robinhood Chain Ghost Eggs, holder marketplace options, and the January Creator Reward buyback.</td><td><a href="/pages/mpBckzHIPwxeTXSEZjmm">/pages/mpBckzHIPwxeTXSEZjmm</a></td></tr></tbody></table>

### The short version

Cifer is designed so privacy does not depend on one server, one machine, one administrator, or one complete private key stored in a single place. A verifiable decentralized control plane records identities, permissions, network membership, and audit events. Cryptographic work takes place in hardware-isolated environments, while decryption capability is divided across independent custody nodes using a 3-of-5 threshold.

The user experience remains familiar: Cifer applications can support ordinary accounts without requiring a crypto wallet for day-to-day use.

### Official resources

* [Cifer Network](https://cifer.network)
* [Cifer Security for macOS](https://cifer-security.com)
* [VEIL for iPhone](https://veil.cifer.network)
* [Cifer SDK](https://sdk.cifer-security.com/)
* [Cifer Network Explorer](https://explorer.cifer-security.com/)


---

# 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://cifer.gitbook.io/cifer-docs/cifer-network.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.
