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

# Bulletproof Domains

#### Overview <a href="#overview" id="overview"></a>

Veyra Domains are designed to be **bulletproof**: once you own a name, it cannot be seized, censored, or silently removed. Unlike traditional domains that depend on ICANN registrars, Veyra names are recorded **on-chain** and resolved through the Veyra protocol. This means ownership is permanent, transparent, and independent of any central authority.

***

#### Key Properties <a href="#key-properties" id="key-properties"></a>

**1. True Ownership**

* Registered directly on-chain.
* No registrar, no middleman, no yearly rent.
* Once you own it, it’s tied to your wallet until you transfer it.

**2. Custom TLDs**

* Domains use Veyra-managed TLDs like `.anon`, `.true`, and `.veyra`.
* Developers and users can choose human-readable names under these TLDs (e.g., `myproject.anon`, `news.true`, `portal.veyra`).
* TLDs are governed by the Veyra community.

**3. Peer-to-Peer Hosting Integration**

* Domains point directly to peer-to-peer nodes.
* Content is replicated across multiple hosts.
* If one server goes down, others keep the site alive.

**4. Multiple Resolution Paths**

* **Portals:** enter domains through the main Veyra portal or any community mirror.
* **Browser Extension:** adds native resolution to Chrome/Firefox.
* **Veyra Browser:** resolves domains directly in the address bar, no add-ons needed.
* **Tor:** onion gateways ensure access in censored regions.

**5. Verifiable Records**

* Domain records are stored on-chain, not on centralized DNS servers.
* Every resolver and portal verifies data directly from the blockchain.
* Prevents spoofing, phishing, and silent tampering.

***

#### Example Workflow <a href="#example-workflow" id="example-workflow"></a>

1. A developer registers `myapp.veyra` as a Veyra domain.
2. They link it to their peer-to-peer hosted site.
3. Users can visit it through:
   * `myapp.veyra` inside the Veyra Browser.
   * `portal.com/visit/myapp.veyra` on a mirror.
   * The Tor portal for censorship-resistant access.
4. Even if one server or mirror goes offline, the site remains available through others.

***

#### Why “Bulletproof”? <a href="#why-bulletproof" id="why-bulletproof"></a>

* No registrar to revoke your name.
* No single hosting provider that can take you offline.
* No dependency on corporate gateways.
* Always verifiable on-chain.

Bulletproof Veyra Domains are built to survive censorship, downtime, and corporate control - giving developers and users permanent digital real estate.


---

# 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.veyraprotocol.io/bulletproof-domains.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.
