# Welcome to DI Network

Welcome to the comprehensive documentation for DI Network, a next-generation cross-chain protocol that enables seamless multi-chain interoperability and synthetic asset trading.

## What is DI Network?

DI Network is a decentralized protocol that provides:

* **Cross-Chain Infrastructure**: Bridge, gasless transactions, cross-chain swaps, and earning opportunities
* **Synthetic Asset Trading**: Trade stocks, commodities, forex, and crypto without custody
* **Perpetual Futures**: CEX-style order book trading with up to 100x leverage
* **DUSD Stablecoin**: Algorithmic stablecoin backed by over-collateralization

## Key Features

### 🌉 Cross-Chain Infrastructure

Comprehensive multi-chain ecosystem including bridge, gasless transactions, cross-chain swaps, and earning opportunities.

### 🔄 Synthetic Assets(DAssets) and ⚡ Perpetual Trading (DPerp)

Trade synthetic versions of real-world assets with oracle-based pricing and zero slippage. Professional perpetual futures trading with CEX-style order books and trader-to-trader matching.

### 💰 DUSD Stablecoin

Algorithmic stablecoin with dynamic backing and advanced risk management.

## Getting Started

{% content-ref url="/pages/aoJBkGgAx9ioHfrsKMp3" %}
[Quick Start Guide](/introduction/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/QcdeFRvjiE2KR3FjWVWt" %}
[Protocol Overview](/introduction/protocol-overview.md)
{% endcontent-ref %}

## Core Components

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Cross-Chain Infrastructure</strong></td><td>Bridge, gasless transactions, cross-chain swaps, and earning opportunities</td><td><a href="/pages/SCOvbQqaXzPrAtb0FWWu">/pages/SCOvbQqaXzPrAtb0FWWu</a></td></tr><tr><td><strong>DAssets - Synthetic Trading</strong></td><td>Trade synthetic assets with virtual positions and dynamic risk management</td><td><a href="/pages/9560yCRhKPgZcxaj2OZr">/pages/9560yCRhKPgZcxaj2OZr</a></td></tr><tr><td><strong>DPerp - Perpetual Futures</strong></td><td>CEX-style order book trading with up to 100x leverage</td><td><a href="/pages/ThJUi2blN0hqDNIfOKtl">/pages/ThJUi2blN0hqDNIfOKtl</a></td></tr><tr><td><strong>DUSD Stablecoin</strong></td><td>Algorithmic stablecoin with collateral backing and interest rates</td><td><a href="/pages/LOJNMfCprwEMYtVxaI5K">/pages/LOJNMfCprwEMYtVxaI5K</a></td></tr></tbody></table>

## Architecture Overview

{% @mermaid/diagram content="flowchart TB
A\[DI Network Protocol] --> B\[Core Infrastructure]
A --> C\[Synthetic Assets]
A --> D\[Cross-Chain Infrastructure]

```
B --> B1[DI Token]
B --> B2[DUSD Stablecoin]
B --> B3[Oracle System]

C --> C1[DSwap - DAssets Spot Trading]
C --> C2[DPerp - DAssets Perpetual Trading]
C --> C3[DUSD Staking]

D --> D1[Bridge]
D --> D2[Gasless Transactions]
D --> D3[Cross-Chain Swap]
D --> D4[Smart Earn]" %}
```

## Quick Navigation

### For Traders

* [Getting Started Guide](/user-guides/getting-started.md)
* [Spot Trading Tutorial](/user-guides/trading/spot.md)
* [Perpetual Trading Guide](/user-guides/trading/perpetuals.md)
* [Risk Management](/user-guides/trading/risk.md)

### For Developers

* [Development Setup](/developer-documentation/setup.md)
* [SDK Reference](/developer-documentation/sdk.md)
* [Smart Contracts](https://github.com/DINetworks/DI-Docs/blob/main/developers/contracts/README.md)
* [API Documentation](https://github.com/DINetworks/DI-Docs/blob/main/developers/api/README.md)

### For Stakers

* [DUSD Staking Guide](/synthetic-assets-dassets/dusd-staking.md)
* [Governance Participation](/user-guides/governance.md)
* [Rewards System](/user-guides/staking/rewards.md)

## Community & Support

* **Discord**: [Join our community](https://discord.gg/dinetwork)
* **Twitter**: [@DINetwork](https://twitter.com/dinetwork)
* **GitHub**: [DI Network](https://github.com/di-network)
* **Documentation**: [GitBook](https://docs.dinetwork.org)

## Security & Audits

DI Network prioritizes security through:

* Multiple security audits by leading firms
* Formal verification of critical functions
* Comprehensive testing and bug bounty programs
* Gradual rollout with conservative parameters

{% content-ref url="/pages/xZWHuv9f0CEgjLMTasfg" %}
[Security Overview](/security-and-audits/security.md)
{% endcontent-ref %}

***

**Ready to get started?** Check out our [Quick Start Guide](/introduction/quick-start.md) or explore the [Protocol Overview](/introduction/protocol-overview.md) to learn more about DI Network's innovative approach to synthetic asset trading.


---

# 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://doc.dinetwork.xyz/introduction/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.
