> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/espanol/products/auditors/nature-tokens.md).

# Fichas de naturaleza

Los usuarios que no tienen acceso a un activo muy valioso para tokenizar aún pueden tokenizar documentos/fotos/videos/etc. embarazosos o comprometedores sobre sí mismos. El objetivo es crear un colateral que no quieran perder. Luego podrán usar esos tokens como colateral para pedir prestado dinero, colaterales de confianza, etc.

Otras formas de tokens de naturaleza podrían tokenizar el tiempo de sus propietarios y básicamente cualquier cosa que un auditor esté en capacidad de tokenizar para usuarios que no tengan acceso a ningún activo valioso.

Si esos tokens se utilizan como colaterales para préstamos y sus propietarios no reembolsan los préstamos, los tokens serían entregados a los prestamistas, quienes pueden reclamar el activo subyacente al auditor que mintió el token NFT. En el caso de que el token tokenice el tiempo del propietario inicial, el nuevo propietario podría reclamar ese tiempo y hacer que el propietario inicial trabaje para él/ella de forma gratuita durante la duración del tiempo tokenizado.

¡Todo puede ser tokenizado! Se invita a los auditores a pensar fuera de la caja para ayudar a las personas que no pueden tokenizar activos valiosos a que aún puedan pedir prestado dinero con colaterales.

Para implementar tu contrato de Auditor de Naturaleza, sigue la guía en la página a continuación:

{% content-ref url="/pages/ufp2ixfRkRRwtkNbdrY8" %}
[Auditores](/espanol/products/auditors.md)
{% endcontent-ref %}


---

# 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.payswap.org/espanol/products/auditors/nature-tokens.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.
