Machines become trusted financial assetsand actors.peaqOS is how.

Getting started is easy

Install the SDK locally or add the agent skill

or
Available nowStart building with peaqOS
ActivateOne integration, one entry point. Everything else builds on top.

One call gives your machine a decentralized identity, omnichain wallets, and an NFT. Everything else builds on top.

Machine QR code
DesignationHumanoid Robot #4821
Activated
DIDdid:peaq:0x3f8a...c7d2
Machine NFT#4821
Omnichain wallets
EVM 0x7b2...f4
SOL Hk3...9x
// 1. Install the skill once
$ npx @peaqos/skills add peaqos
✓ peaqos installed for Claude Code

// 2. Invoke in your agent
> /peaqos

// 3. Agent walks you through onboarding
peaqID, Machine NFT, MCR — let's get you set up.
DID     → did:peaq:0x3f8a...c7d2
Wallets → EVM 0x7b2...f4
          SOL Hk3...9x
NFT     → #4821 · tx 0xab3f...99e1
MCR     → 72 / Trusted
✓ Machine activated on-chain
QualifyMake machines rateable for lenders and investors.

Moody's-style rating from on-chain activity. Revenue, uptime, trust — one queryable score.

Machine Credit RatingAAA
verified machinedid:peaq:0x3f8a...c7d2
const mcr = await peaqOS.getMCR(machine.did)

mcr.rating    // 'AAA'
mcr.score     // 100
mcr.breakdown // { revenue, activity, trust }

// Subscribe to rating changes
peaqOS.onMCRChange(machine.did, (u) => {
  console.log(`Rating: ${u.rating}`)
})
Coming soonProduct Roadmap

Scale

AI agent with delegated wallet permissions. Transacts DeFi, compute, and storage autonomously.

Verify

OEM co-signing + peaq attestation. MCR says "makes money" — Verify says "is real."

Monetize

Register services with pricing. Agents discover and consume from an on-chain registry.

Tokenize

Fractionalize the Machine NFT via ERC-3643. Co-ownership with automated revenue splits.

Build, explore, and learn.