🔨 Builder Onboarding

Step 1: Define Your Address Space Strategy

Choose 3 coordinates for your infrastructure. CLI-style input with validation.

Primary Coordinate (Your Home Base):

Format: library.shelf.series/collection.volume.book/chapter.section.scroll

Development Namespace:

Production Namespace:

Step 2: Deploy Your First Phext (5 Min Quickstart)

Get up and running with SQ Cloud in under 5 minutes.

# Install SQ CLI
$ cargo install libphext

# Create your first scroll
$ echo "Hello from the lattice" > test.phext

# Upload to SQ Cloud
$ sq write --coord 1.1.1/1.1.1/1.1.1 --file test.phext

# Read it back
$ sq read --coord 1.1.1/1.1.1/1.1.1
> Hello from the lattice

Performance Metrics:

Read latency: <100ms p95 Write latency: <50ms p95 Storage: 4MB overhead for 4.3MB dataset View Full API Docs →

Step 3: Subscribe to SQ Cloud

Production-ready phext storage with multi-tenant isolation and monitoring.

View SQ Cloud Pricing →

Optional: Explore Mytheon Arena

See how other builders are using the substrate. Coordinate with the community.

Visit Arena →

← Change Profile | Join Discord #builders