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

# Quick start

## Quick start

Use this page to go from zero to your first Okkult flow.

### Before you begin

* Use an Ethereum wallet.
* Hold ETH for protocol fees and gas.
* Open `https://okkult.io`.

{% hint style="info" %}
Your wallet address is processed locally.

Only the ZK proof is submitted on-chain.
{% endhint %}

### Step 1: Connect your wallet

Connect an Ethereum wallet to start.

If you are not sure which wallet to use, check [Supported Wallets](/getting-started/supported-wallets.md).

### Step 2: Generate a compliance proof

Generate an Okkult Proof before using proof-gated flows.

The proof is generated locally in your browser.

Your wallet address is not sent to a server during this step.

| Item             | Value              |
| ---------------- | ------------------ |
| Fee              | `0.001 ETH`        |
| Validity         | `30 days`          |
| Proof generation | `Local in browser` |

### Step 3: Choose a module to use

After you have a wallet connection and a valid proof, choose the flow you want.

| Module                               | What you can do                                    |
| ------------------------------------ | -------------------------------------------------- |
| [Okkult Proof](/proof/overview.md)   | Generate and manage compliance proofs.             |
| [Okkult Shield](/shield/overview.md) | Shield assets and move them privately.             |
| [Okkult Relay](/relay/overview.md)   | Submit supported transactions through relayers.    |
| [Okkult Vote](/vote/overview.md)     | Create polls and vote privately on-chain.          |
| [Okkult ID](/id/overview.md)         | Prove identity claims with minimal disclosure.     |
| [Okkult Mail](/mail/overview.md)     | Verify email-based claims with privacy protection. |

### Fastest first flow

1. Connect your wallet.
2. Generate a compliance proof.
3. Open Okkult Shield.
4. Shield your first asset.

### Next Steps

* [Okkult Proof overview](/proof/overview.md)
* [Okkult Shield overview](/shield/overview.md)
* [Okkult Relay overview](/relay/overview.md)
* [Okkult Vote overview](/vote/overview.md)
* [Okkult ID overview](/id/overview.md)
* [Okkult Mail overview](/mail/overview.md)


---

# 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:

```
GET https://docs.okkult.io/getting-started/quick-start.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.
