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

# Introduction

IDChain ([IDChain.one](https://explorer.idchain.one)) is a [proof-of-authority](https://en.wikipedia.org/wiki/Proof_of_authority) blockchain where validators are democratically elected by [BrightID](https://www.brightid.org)-verified unique humans.

## Features

* Short block intervals.
* Every verified unique human gets a lifetime supply (average) of gas.
* Validators (the proof-of-authority equivalent to miners) can be democratically elected.
* Validators get paid a modest salary by [BrightID Main DAO](https://github.com/BrightID/BrightID-Constitution).
* Gas fees are burned.

## What can I do with IDChain?

### Launch a cheap Aragon DAO <a href="#id-64bd" id="id-64bd"></a>

BrightID and IDChain itself use [DAOs](https://blockchainhub.net/dao-decentralized-autonomous-organization/) on IDChain for governance. You can start making [Aragon DAOs](https://aragon.idchain.one/#/) at [aragon.idchain.one](https://aragon.idchain.one/) with your lifetime supply of Eidi.

### Move DAI between Mainnet and IDChain <a href="#id-7a70" id="id-7a70"></a>

We’ve implemented the excellent bridge from [PoA](https://bridge.poa.net/) to create a way to move [DAI stablecoin](https://makerdao.com/en/) between Mainnet and IDChain. The bridge is at [dai.idchain.one](https://dai.idchain.one/).

## **Eidi**

Eidi is the native gas token on IDChain (similar to Ether on [Ethereum](https://ethereum.org/)). The lifetime supply is designated by validators to match what they believe an average user will spend on transaction fees. If a user spends more, they need to buy Eidi from a user that spends less.


---

# 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://brightid.gitbook.io/brightid/idchain/introduction.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.
