> For the complete documentation index, see [llms.txt](https://brightid.gitbook.io/brightid-es/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-es/idchain/introduccion.md).

# Introducción

IDChain ([IDChain.one](https://explorer.idchain.one/)) es una blockchain de [prueba de autoridad](https://en.wikipedia.org/wiki/Proof_of_authority) (Proof of authority) en la que los validadores son elegidos democráticamente por personas únicas verificadas por BrightID.

## Características

* Intervalos de bloque cortos.&#x20;
* Cada humano único verificado recibe un suministro de gas de por vida (promedio).&#x20;
* Los validadores (el equivalente de la prueba de autoridad a los mineros) pueden ser elegidos democráticamente.&#x20;
* Los validadores reciben un modesto salario de la [DAO](https://github.com/BrightID/BrightID-Constitution) principal de BrightID.&#x20;
* Las tasas de gas se queman.

## ¿Qué puedo hacer con IDChain?

### Lanzar una DAO barata en Aragón

BrightID y la propia IDChain utilizan [DAOs](https://blockchainhub.net/dao-decentralized-autonomous-organization/) en IDChain para su gobernanza. Puedes empezar a hacer [DAOs de Aragón](https://aragon.idchain.one/#/) en [aragon.idchain.one](https://aragon.idchain.one/) con tu suministro de por vida de Eidi.

### Mover DAI entre Mainnet e IDChain

Hemos implementado el excelente puente de [PoA](https://bridge.poa.net/) para crear una forma de mover la [stablecoin DAI ](https://makerdao.com/en/)entre Mainnet e IDChain. El puente está en [dai.idchain.one](https://dai.idchain.one/).

### Eidi

Eidi es el token de gas nativo en IDChain (similar a Ether en [Ethereum](https://ethereum.org/)). El suministro de por vida es designado por los validadores para que coincida con lo que creen que un usuario medio gastará en tarifas de transacción. Si un usuario gasta más, tiene que comprar Eidi a un usuario que gaste menos.


---

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