# want to launch an appchain

> Orbit provides the chain stack, Hyperlane connects the chain, Goldsky handles data, and Safe secures operations.

## Recommended stack

- **Arbitrum Orbit** (supporting_protocol) — readiness 94/100, difficulty high
- **Hyperlane** (supporting_protocol) — readiness 84/100, difficulty high
- **Goldsky** (supporting_protocol) — readiness 79/100, difficulty medium
- **Safe** (supporting_protocol) — readiness 80/100, difficulty low

## What the agent receives

```json
{
  "intent": "I want to launch an appchain",
  "matched_intent": "launch-an-appchain",
  "recommended_stack": [
    {
      "slug": "arbitrum-orbit",
      "name": "Arbitrum Orbit",
      "role": "supporting_protocol",
      "readiness_score": 94,
      "integration_difficulty": "high",
      "reason": ""
    },
    {
      "slug": "hyperlane",
      "name": "Hyperlane",
      "role": "supporting_protocol",
      "readiness_score": 84,
      "integration_difficulty": "high",
      "reason": ""
    },
    {
      "slug": "goldsky",
      "name": "Goldsky",
      "role": "supporting_protocol",
      "readiness_score": 79,
      "integration_difficulty": "medium",
      "reason": ""
    },
    {
      "slug": "safe",
      "name": "Safe",
      "role": "supporting_protocol",
      "readiness_score": 80,
      "integration_difficulty": "low",
      "reason": ""
    }
  ],
  "excluded_candidates": [],
  "risks": [],
  "next_steps": [],
  "generated_with": "composewith.eth",
  "registry_version": "2026.06.10-8752c9d"
}
```

---
Canonical: https://composewith.eth/intents/launch-an-appchain
