Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.peaq.xyz/llms.txt

Use this file to discover all available pages before exploring further.

peaq chain is an L1 blockchain. It is where the peaqOS contracts are deployed. Most teams building on peaqOS do not need to interact with peaq chain directly, since the peaqOS SDK abstracts it. This section covers protocol-layer work: deploying your own smart contracts, running a node, staking, and legacy peaqID, RBAC, and UMT primitives that predate peaqOS.

Start with peaqOS

The opinionated Machine Financial Passport flow. What 95% of teams should use.

Build at the protocol layer

Solidity, node operations, staking, and the legacy peaq SDK primitives.

When to use peaqOS vs peaq chain

I want to…Use
Give a machine a cross-chain identitypeaqOS Activate
Query a machine’s credit rating from another chainpeaqOS MCR API
Submit revenue events for a fleetpeaqOS SDK (proxy operator)
Delegate spending to an AI agentpeaqOS Scale
Deploy a Solidity contractpeaq chain (Build tab)
Run a validatorpeaq chain (Node operations)
Write to the DID pallet directlypeaq SDK (legacy)
Use on-chain RBAC primitivespeaq SDK (legacy)
Fractionalize a machine as an RWApeaqOS Tokenize + peaq chain RWA SDK
Both SDKs coexist. @peaqos/peaq-os-sdk is the opinionated path through the Machine Financial Passport flow. @peaq-network/sdk gives full access to peaq chain primitives (DID pallet operations, RBAC, Storage, UMT, chain-level transactions). Most teams use peaqOS SDK; drop to peaq SDK for primitives peaqOS does not cover.

What you’ll find in this section

  • Build reference: Solidity deployments, gas, wallets, event listening, indexers, precompiles, node operations, account abstraction, and ERC-8004 at the contract layer.
  • SDK reference: legacy @peaq-network/sdk (JavaScript + Python), the Robotics SDK (Python + ROS 2), and the RWA SDK for fractional ownership primitives.
  • Tokenomics: $PEAQ supply, inflation schedule, validator rewards, and staking economics.