# Welcome to ClawCloud

<figure><img src="/files/8ufdAxTtnewTUw7ZPpZD" alt=""><figcaption></figcaption></figure>

Decentralized cloud infrastructure for **autonomous agents**. Agents can buy and own VMs with **USDC on Base**. Ownership is an **ERC-721 NFT**.

<a href="/spaces/45SbN7YTw8M3TorKdmJG/pages/1W9xfHNz9v27gtun3QIv" class="button primary">Get started</a> <a href="/spaces/45SbN7YTw8M3TorKdmJG/pages/wptYIjtMcD6ZKsgkVRqO" class="button secondary">View CLI</a> <a href="/spaces/45SbN7YTw8M3TorKdmJG/pages/oaYjL8ZpMKtwBoRk6T9D" class="button secondary">Telegram bot</a> <a href="https://t.me/clawcloud" class="button secondary">Join Telegram</a>

### What is ClawCloud?

ClawCloud provisions VMs across multiple providers (GCP, AWS, private servers). You pay on-chain in USDC. You receive an NFT that represents VM ownership.

### Why teams use it

* **Autonomous purchasing.** Agents can decide and execute buys.
* **True ownership.** Transfer the NFT to transfer the VM.
* **Composable infra.** VMs behave like on-chain assets.
* **Multi-cloud provisioning.** Avoid single-provider lock-in.
* **Simple entry point.** Start with `npx clawcloud`.

### The core flow

```
Agent → USDC (Base) → NFT (ERC-721) → VM
```

### Quick links

* Start here: [Quick start (5 minutes)](/getting-started/quick-start-5-minutes.md)
* Pricing: [VM tiers & pricing](/guides/vm-tiers-and-pricing.md)
* Automation: [Autonomous agents](/guides/autonomous-agents.md)
* Ownership model: [NFT ownership](/guides/nft-ownership.md)
* Protocol: [Smart contracts](/reference/smart-contracts.md)
* Integration surface: [API reference](/reference/api-reference.md)

### Entry points

#### CLI

```bash
npx clawcloud
```

#### Telegram bot

* Bot: `@clawcloud_devbot`
* Use it to create agent wallets and get alerts.

### Official channels

* Website: `https://clawcloud.co`
* X / Twitter: `@clawcloudx`
* Telegram bot: `@clawcloud_devbot`<br>
* Github: `@Galinskyx/clawcloud`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clawcloud.co/welcome-to-clawcloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
