> For the complete documentation index, see [llms.txt](https://docs.zipper.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipper.trade/introduction/fabric-labs-ecosystem/fabric.md).

# Fabric

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

Fabric is an **AI-centric Layer 1 blockchain** designed to decentralize computation, enhance smart contract functionality, and integrate AI-driven reasoning into blockchain applications. It is **EVM-compatible, fast, and low-cost**, providing a scalable foundation for AI-powered dApps, DeFi protocols, and decentralized infrastructure.

At the core of Fabric is its **Micro-Networks** system, where nodes not only validate Fabric blocks but can also opt in to support **decentralized databases, autonomous servers and AI Agents**. With **built-in oracles that connect to OpenAI, xAI, web search and other AI services**, Fabric enables smart contracts to access real-time data and AI-powered decision-making, making blockchain applications more intelligent and capable than ever before.

***

#### **Fabric Network Details (Currently Fabric Testnet)**

To interact with the Fabric blockchain using MetaMask or any other Web3 wallet, you’ll need to manually add the network. Use the following details:

<table><thead><tr><th width="178.2109375">Name</th><th width="289.51953125">Value</th></tr></thead><tbody><tr><td><strong>Network Name:</strong></td><td>Fabric Testnet</td></tr><tr><td><strong>RPC URL:</strong></td><td><code>rpc.fabriclabs.org</code></td></tr><tr><td><strong>Chain ID:</strong></td><td><code>1584821</code></td></tr><tr><td><strong>Currency Symbol:</strong></td><td><code>tFAB</code></td></tr><tr><td><strong>Block Explorer URL:</strong></td><td><code>scan.fabriclabs.org</code></td></tr></tbody></table>

**How to Add Fabric to MetaMask:**

1. Open **MetaMask** and navigate to the **network selector dropdown** in the top-left corner.
2. Click on **"Add a custom network"** at the bottom of the dropdown.
3. Enter the Fabric network details above and click **Save**.
4. Switch to the **Fabric network** in MetaMask and start interacting!


---

# 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.zipper.trade/introduction/fabric-labs-ecosystem/fabric.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.
