# 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/)​ |
