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 skills add peaqnetwork/peaq-os-skills
✓ 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}`)
})
ScalePair your machine with an AI agent. Buy services that expand your machine's capabilities.

Agents transact on behalf of your machine within your set limits — discovering, ordering, and paying for services autonomously.

Agent · Paired
t
teneoMachine Market Buyer

Buying services on your machine's behalf, within $5/tx and $20/day caps.

$1.00 spent today on 1 oracle order

Agent paired successfully.

  Pairing ID:    pair_67c50f8fdd3c
  Machine ID:    mach_61f043950cf1
  Agent:         0xagent...0101
  Provider:      teneo
  Role:          machine-market-buyer
  Per-tx limit:  $5.00
  Daily limit:   $20.00
  Token hint:    ...f06d

Found 3 matching services for "oracle.price-feed".

  #  Service             Provider   Score  Execution    Integration
  1  Pyth Price Feed     pyth       0.95   native       native
  2  Chainlink Oracle    chainlink  0.87   native       credentials-required
  3  DIA Oracle          dia        0.72   ext-handoff  partner-required

  Search ID:     msearch_449650d9b2be

Order placed and executed.

  Order ID:      ord-12345
  Service:       Pyth Price Feed
  Status:        delivered
  Payment:       $1.00 (escrow → released)
Coming soonProduct Roadmap

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.