> For the complete documentation index, see [llms.txt](https://docs.n01zet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n01zet.com/spanish/documentacion/la-aplicacion-del-ico.md).

# La aplicación del ICO

### &#x20;1. Seguridad en el ICO

La ciberseguridad debe considerarse en profundidad a la hora de preparar el ICO: es una prioridad en la planificación de la financiación de N01zet.

<figure><img src="/files/schoUfsIkyykMPk64SFX" alt=""><figcaption></figcaption></figure>

### 2. Las fases del proyecto N01zet

<figure><img src="/files/KlQXiqBg2tdlKmuKAjcw" alt=""><figcaption></figcaption></figure>

### 3. Contrato inteligente y documento de oferta de tokens (TOD)

El contrato inteligente utiliza algoritmos deterministas (es decir, predeterminados y no modificables) para determinar las condiciones en las que se produce la relación entre los fondos recaudados y los tokens emitidos.

En este sentido, el libro blanco proporciona una base importante para la futura relación entre la empresa y las fichas.

El TOD contiene referencias detalladas a la estructura jurídica de las propias fichas y a todas las cuestiones jurídicas relacionadas con ellas.

### 4. Planificación de tokens ICO

Si la ICO ha tenido éxito, los fondos adquiridos pueden invertirse en el desarrollo del producto, tal y como se describe en el libro blanco. Se debe mantener siempre informados a los inversores de los avances del proyecto y mantener una comunicación constante en diferentes canales.

<figure><img src="/files/en4IwpzY6ZgU0oJSZj5z" alt=""><figcaption></figcaption></figure>


---

# 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.n01zet.com/spanish/documentacion/la-aplicacion-del-ico.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.
