# Overview

LazAI is a decentralized platform that combines AI, blockchain, and data ownership to enable verifiable, privacy-preserving intelligence on-chain.

This documentation provides developers with the tools and workflows to:

* Build and deploy smart contracts on the LazAI Network
* Contribute encrypted data and mint Data Anchor Tokens (DATs)
* Create AI-powered agents and Digital Twins using on-chain compute
* Integrate private inference APIs within decentralized applications

***

### Key Concepts

#### 1. Decentralized AI

AI models and computations are executed within trusted environments (TEE), ensuring that sensitive data never leaves secure execution zones. This architecture supports verifiable inference without exposing raw data.

#### 2. Data Ownership

Contributors retain full control over their data through tokenized certificates called Data Anchor Tokens (DATs).

Each DAT records provenance, permissions, and rewards for data usage.

#### 3. On-Chain Agents

LazAI supports deploying AI agents on-chain using smart contracts. Developers can build autonomous, verifiable agents that interact with blockchains and external data sources.

***

### Network Overview

Use these parameters to connect your wallet or development environment to the LazAI Testnet.

#### LazAI Testnet

| **Chain ID**        | 133718                                                |
| ------------------- | ----------------------------------------------------- |
| **Currency Symbol** | LAZAI                                                 |
| **RPC**             | <https://testnet.lazai.network>                       |
| **Block Explorer**  | <https://explorer.testnet.lazai.network>              |
| **Faucet**          | [LazAI Testnet Faucet](https://faucet.lazai.network/) |

**LazAI Mainnet**

| **Chain ID**        | 52924                                                                               |
| ------------------- | ----------------------------------------------------------------------------------- |
| **Currency Symbol** | METIS                                                                               |
| **RPC**             | ​[https://mainnet.lazai.network](https://mainnet.lazai.network/)​                   |
| **Block Explorer**  | ​[https://explorer.mainnet.lazai.network](https://explorer.mainnet.lazai.network/)​ |


---

# 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://docs.lazai.network/quickstart/overview.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.
