# Validación

Cada registro puede ser validado por la contraparte correspondiente. Es decir:

* **Experiencias laborales**: pueden ser validadas por empresas o clientes.
* **Experiencias educativas**: pueden ser validadas por instituciones educativas.

El profesional determinará quién es la contraparte correspondiente, y esta puede realizar la validación on-chain. En términos más técnicos: el usuario con su dirección registra una experiencia y determina una dirección que puede (o no) validar ese registro, y cualquiera podría verificar quién hizo la validación y si confían en que esa dirección es quien dice ser. Por ejemplo:

> * Luciano Padovani
> * lucianito.eth (dirección: 0x936ed6f327b2d6fb9cdaf3ddfc9d5a4eb203cf93)
> * Registro: trabajó en Prutopia
> * Referencia a la organización: prutopia.eth (0xaa7B0ccb69E2Be14a2b19c3D265E5Cc2F18b1200)

Por otro lado, prutopia.eth puede validar o no esta experiencia on-chain.

Cualquier otra parte podría verificar que esta dirección es la que está validando, y si confían en que prutopia.eth es de hecho la organización Prutopia.

{% hint style="info" %}
La integración con ENS se implementará en un futuro muy cercano.
{% endhint %}


---

# Agent Instructions: 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://documentacion.prutopia.io/conceptos-clave/validacion.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.
