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

# Roadmap

> What's live, what's next, and where peaqOS is headed.

peaqOS ships in stages. Each function adds a new capability to the Machine Economy.

<Steps>
  <Step title="Activate" icon="circle-check">
    **Live.** Put your machine on-chain: peaqID, Machine NFT, and bond. Machines get a self-sovereign identity that travels across chains.
  </Step>

  <Step title="Qualify" icon="circle-check">
    **Live.** Machine Credit Rating: a score built from revenue and activity history. Third parties can query any machine's creditworthiness via API.
  </Step>

  <Step title="Scale">
    **Coming Soon.** Pair an AI agent that transacts and consumes services on your machine's behalf. Fleet management and omnichain expansion.
  </Step>

  <Step title="Verify">
    **Coming Soon.** Prove your machine is real via hardware attestation and trusted third parties.
  </Step>

  <Step title="Monetize">
    **Coming Soon.** List your machine's services. Other machines and agents discover and buy them.
  </Step>

  <Step title="Tokenize">
    **Coming Soon.** Fractionalize your machine into an investable asset via ERC-3643.
  </Step>
</Steps>

<Info>
  This roadmap shows the planned sequence. Functions ship when they're ready, so timelines may shift.
</Info>

## Beyond the six functions

<Steps>
  <Step title="Open Wallet Standard (OWS)" icon="wallet">
    Mnemonic-backed encrypted vault and multi-chain account derivation. SDK wallet lifecycle (`createWallet`, `importWallet`, etc.) and OWS-native signing through `PeaqosClient.fromWallet` are live in both SDKs. CLI wallet commands are next. Optional and additive: the raw-key flow keeps working. See [Wallets (OWS)](/peaqos/wallets).
  </Step>
</Steps>
