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

# FAQ

Common questions about zer0 browser.

***

## 🌐 General

<details>

<summary><strong>What is zer0?</strong></summary>

zer0 is a privacy-first Chromium browser with built-in Tor, on-device AI agents, and a token economy that pays you to browse.

</details>

<details>

<summary><strong>Is zer0 free?</strong></summary>

Yes! The browser is completely free and open-source. You can even earn $zer0 tokens while using it.

</details>

<details>

<summary><strong>What platforms are supported?</strong></summary>

Windows 10+, macOS 10.13+, and Linux (64-bit).

</details>

***

## 🔒 Privacy

<details>

<summary><strong>How private is zer0 really?</strong></summary>

* 100% Tor routing (all traffic anonymous)
* Zero telemetry (we don't track anything)
* zk-proofs (prove things without revealing data)
* Always incognito (no history saved)

</details>

<details>

<summary><strong>Can my ISP see what I'm doing?</strong></summary>

No. They only see encrypted Tor traffic. They can't see which sites you visit.

</details>

<details>

<summary><strong>Is zer0 slower than regular browsers?</strong></summary>

Slightly (Tor adds 1-2 seconds). But it's the price of true anonymity. Most users don't notice after a few days.

</details>

***

## 💰 Earning

<details>

<summary><strong>How do I earn $zer0 tokens?</strong></summary>

Just browse! You earn 0.13 $zer0 per minute automatically. Enable ads for 2x earnings.

</details>

<details>

<summary><strong>How much can I realistically earn?</strong></summary>

* Casual (1hr/day): $50-60/month
* Active (4hrs/day): $200-250/month
* Power user (staking + agents): $500-1000+/month

</details>

<details>

<summary><strong>When do I get paid?</strong></summary>

Earnings are credited every 10 minutes to your zer0 wallet automatically.

</details>

***

## 🤖 AI Agents

<details>

<summary><strong>Do AI agents send my data to the cloud?</strong></summary>

No! All AI processing happens on your device. Nothing is uploaded.

</details>

<details>

<summary><strong>Do I need a powerful computer?</strong></summary>

Basic agents work on any modern computer (4GB RAM). Advanced agents benefit from more RAM/GPU.

</details>

<details>

<summary><strong>Can I create my own agents?</strong></summary>

Yes! Check our [Agent SDK](https://github.com/Onesignature/Zer0-gitbook/blob/main/developers/agent-sdk.md) to get started.

</details>

***

## 💎 Tokens

<details>

<summary><strong>What can I do with $zer0 tokens?</strong></summary>

* Stake for 15-25% APY
* Rent AI agents
* Governance voting
* Trade on exchanges
* Premium features

</details>

<details>

<summary><strong>Where can I buy $zer0?</strong></summary>

After TGE (Q1 2026): Uniswap, then CEXes. Before TGE: Earn by browsing!

</details>

<details>

<summary><strong>Is $zer0 a security?</strong></summary>

No. It's a utility token for network access. See [Risk Disclosure](https://github.com/Onesignature/Zer0-gitbook/blob/main/legal/risks.md).

</details>

***

## 🔧 Technical

<details>

<summary><strong>Is zer0 open-source?</strong></summary>

Yes! Check our [GitHub](https://github.com/BrowserZer0/Zer0).

</details>

<details>

<summary><strong>Can I use Chrome extensions?</strong></summary>

Most work, but some may conflict with privacy features. Test carefully.

</details>

<details>

<summary><strong>Does zer0 work in restricted countries?</strong></summary>

Yes! Tor bridges help bypass censorship. Enable in Settings → Network.

</details>

***

## 🛟 Support

<details>

<summary><strong>I found a bug. Where do I report it?</strong></summary>

[GitHub Issues](https://github.com/BrowserZer0/Zer0/issues) or email <dev@zer0.build>

</details>

<details>

<summary><strong>How do I contact support?</strong></summary>

* Discord: [Join server](https://discord.gg/zer0)
* Email: <dev@zer0.build>
* Twitter: [@BrowserZer0](https://x.com/BrowserZer0)

</details>

***

{% hint style="info" %}
**Still have questions?** Ask in our [Discord community](https://discord.gg/zer0)!
{% endhint %}


---

# 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://docs.zer0.build/resources/faq.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.
