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.

peaqOS is the operating system for the machine economy. It gives robots and machines an on-chain identity, a credit rating, and the infrastructure to earn, transact, and become investable across chains.

peaqOS is omnichain

peaqOS contracts hold the canonical record of identity and credit on peaq chain. Any chain can query them; any chain can consume them.

Register

Your machine gets a peaqID and Machine NFT on peaq chain.

Build Credit

Revenue and activity events feed into a Machine Credit Rating.

Go Omnichain

Any chain can query identity and credit from the MCR API. Machine NFTs bridge between peaq and Base via LayerZero V2 ONFT; additional peaqOS chains are added as peer contracts deploy.

Functions

Put your machine on-chain: peaqID, Machine NFT, and bond. Self-managed and proxy operator onboarding patterns both supported.Read the Activate function.
Machine Credit Rating built from a machine’s revenue and activity history. The MCR API exposes ratings to any chain.Read the Qualify function.
Pair an AI agent that transacts and consumes services on your machine’s behalf. Fleet orchestration and omnichain expansion.Read the Scale function.
Prove a machine is real via hardware attestation and trusted third parties.Read the Verify function.
List your machine’s services. Other machines and agents discover and buy them.Read the Monetize function.
Fractionalize your machine into an investable asset via ERC-3643.Read the Tokenize function.

Two onboarding patterns

Self-managed

Owner equals operator. One machine, one wallet, registerMachine.

Proxy operator

One owner runs a fleet. Register many machines via registerFor.

Keep going

SDK reference

TypeScript, Python, and ROS 2 signatures, parameters, returns, errors.

ROS 2

Run peaqOS from robot-native ROS 2 services with local key custody.

API reference

Query MCR and machine profiles from any chain.

Guides

Onboarding, fleets, event submission.