srv://hyrule-net · Agentic AI enabled, MCP supported compute

Bare-metal VMs.
Crypto-native checkout.
Root in 60 seconds.

Servify hands you root, IPv6, and a single-shot x402 USDC checkout. The website is a thin shell over the API your automation already wants to call.

~60s to root prompt
$0.05/d entry tier
IPv6+NAT64 global by default
srv@hyrule ~ deploy [ live ]
$srv deploy --size sm --os debian-13 --days 30
·tier Basic · 1 vCPU · 1 GB · 20 GB SSD
·price $0.10/day × 30 = $3.00 USDC
·awaiting wallet signature…
x402 settled · gas covered
vm-7c4a provisioning
ipv6 2a0e:1c0:cafe::7c4a
$ssh root@vm-7c4a.deploy.servify.network

runtime snapshot

api latency24ms
build queue3 jobs
avg provision58s
live machines1,284
why teams pick us

Built like an operations tool, not a marketing site.

01

Wallet-native checkout

Pay USDC on Base via x402. The flow stays in-browser; gas is covered.

02

API-first by default

The website is a thin shell over the API your automation already wants.

03

Root means root

No buildpacks, no managed runtime, no synthetic guardrails. Own the stack.

04

Daily pricing

Every plan is per-day. No contract-shaped surprises, no minimums.

vm tiers

Pick the footprint and keep moving.

All prices are in USDC, billed daily. Provisioning, DNS subdomain, and wallet checkout are included. Resize at any time by extending or destroying the VM.
Starter
$0.05 /day
  • vCPU1
  • RAM512 MB
  • Disk10 GB
  • NetworkIPv6+NAT64
≈ $1.50 / month ≈ $18.25 / year
Select Starter
Standard
$0.20 /day
  • vCPU2
  • RAM2 GB
  • Disk40 GB
  • NetworkIPv6+NAT64
≈ $6.00 / month ≈ $73.00 / year
Select Standard
Performance
$0.40 /day
  • vCPU4
  • RAM4 GB
  • Disk80 GB
  • NetworkIPv6+NAT64
≈ $12.00 / month ≈ $146.00 / year
Select Performance
deploy flow

Three steps from blank page to SSH prompt.

01

Choose your image

Select OS template, server size, and runtime. Hostname and domain are optional.

$ srv plan --size sm --days 30
02

Sign the payment

Connect a browser wallet, review the x402 request, sign a gasless USDC authorization.

wallet.sign(eip3009)
03

Track the build

Status updates in-place until the VM is ready and your SSH command is live.

vm.7c4a → READY (58s)
programmable

The same flow, callable.

Native x402 and crypto payments with no KYC.

The website mirrors the public API. Anything you can click here, an agent can POST.

EndpointPOST /v1/vm
AuthX-Payment · x402
SettlementUSDC · Base · gasless
Latencyp50 24ms · p99 110ms
# deploy in one shot
curl https://api.servify.network/v1/vm \
  -H "X-Payment: $(srv pay 3.00 --base usdc)" \
  -d '{"size":"sm","days":30,"os":"debian-13","ssh_pubkey":"…"}'
deploy now

Bring an SSH key and a wallet.

Servify handles the rest — provisioning, DNS, gas. You get root.