> For the complete documentation index, see [llms.txt](https://docs.decrypt0.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decrypt0.com/readme.md).

# Developer Platform

## Decrypt0 & AGNI — Security, Risk & Trust Infrastructure for Web3

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-lock-keyhole">:lock-keyhole:</i></h4></td><td><strong>Decrypt0 Core</strong></td><td>Understand "How Decrypt0 Works"</td><td><a href="/spaces/jKvBQg24OtGgjdFsDaiD">/spaces/jKvBQg24OtGgjdFsDaiD</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>AGNI Platform</strong></td><td>Learn more about the AGNI  platform.</td><td><a href="/spaces/jKvBQg24OtGgjdFsDaiD">/spaces/jKvBQg24OtGgjdFsDaiD</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-dollar-sign">:dollar-sign:</i></h4></td><td><strong>AGNI Token</strong></td><td>Learn How we are engaging with scaling market</td><td><a href="/spaces/jKvBQg24OtGgjdFsDaiD">/spaces/jKvBQg24OtGgjdFsDaiD</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Security shouldn’t be mysterious.\
This white paper is structured so you can quickly understand how Decrypt0 operates.

If you only read three sections:

1. **The Trust Gap in Web3 Infrastructure** – Why audits alone fail
2. **AGNI Architecture** – How continuous visibility is structured
3. **Security & Standards** – The frameworks guiding execution

Everything else builds on that foundation.

<a href="/spaces/jKvBQg24OtGgjdFsDaiD" class="button primary" data-icon="rocket-launch">Get started</a> <a href="/spaces/40ufPrSe2zWp2uJOV6nj" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/ioyTN7fcKEvKJWA7id3U" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn More about AGNI Platform:

<a href="/spaces/jKvBQg24OtGgjdFsDaiD" class="button primary" data-icon="rocket-launch">Get started</a>&#x20;

{% endcolumn %}
{% endcolumns %}


---

# 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://docs.decrypt0.com/readme.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.
