> ## 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 overview

> The machine economy runs on peaqOS.

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.

<CardGroup cols={3}>
  <Card title="Register" icon="id-card">
    Your machine gets a peaqID and Machine NFT on peaq chain.
  </Card>

  <Card title="Build Credit" icon="chart-line">
    Revenue and activity events feed into a Machine Credit Rating.
  </Card>

  <Card title="Go Omnichain" icon="globe">
    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.
  </Card>
</CardGroup>

## Functions

<AccordionGroup>
  <Accordion title="Activate" icon="bolt">
    Put your machine on-chain: peaqID, Machine NFT, and bond. Self-managed and proxy operator onboarding patterns both supported.

    Read the [Activate function](/peaqos/functions/activate).
  </Accordion>

  <Accordion title="Qualify" icon="gauge">
    Machine Credit Rating built from a machine's revenue and activity history. The MCR API exposes ratings to any chain.

    Read the [Qualify function](/peaqos/functions/qualify).
  </Accordion>

  <Accordion title="Scale (coming soon)" icon="network-wired">
    Pair an AI agent that transacts and consumes services on your machine's behalf. Fleet orchestration and omnichain expansion.

    Read the [Scale function](/peaqos/functions/scale).
  </Accordion>

  <Accordion title="Verify (coming soon)" icon="shield-check">
    Prove a machine is real via hardware attestation and trusted third parties.

    Read the [Verify function](/peaqos/functions/verify).
  </Accordion>

  <Accordion title="Monetize (coming soon)" icon="coins">
    List your machine's services. Other machines and agents discover and buy them.

    Read the [Monetize function](/peaqos/functions/monetize).
  </Accordion>

  <Accordion title="Tokenize (coming soon)" icon="layer-group">
    Fractionalize your machine into an investable asset via ERC-3643.

    Read the [Tokenize function](/peaqos/functions/tokenize).
  </Accordion>
</AccordionGroup>

## Two onboarding patterns

<CardGroup cols={2}>
  <Card title="Self-managed" icon="user" href="/peaqos/guides/self-managed-onboarding">
    Owner equals operator. One machine, one wallet, `registerMachine`.
  </Card>

  <Card title="Proxy operator" icon="layer-group" href="/peaqos/guides/proxy-operator-fleet">
    One owner runs a fleet. Register many machines via `registerFor`.
  </Card>
</CardGroup>

## Keep going

<CardGroup cols={3}>
  <Card title="SDK reference" icon="code" href="/peaqos/sdk-reference/sdk-js">
    TypeScript, Python, and ROS 2 signatures, parameters, returns, errors.
  </Card>

  <Card title="ROS 2" icon="robot" href="/peaqos/sdk-reference/ros2/overview">
    Run peaqOS from robot-native ROS 2 services with local key custody.
  </Card>

  <Card title="API reference" icon="server" href="/peaqos/api-reference/overview">
    Query MCR and machine profiles from any chain.
  </Card>

  <Card title="Guides" icon="book-open" href="/peaqos/guides/self-managed-onboarding">
    Onboarding, fleets, event submission.
  </Card>
</CardGroup>
