Developers

Prompt in. Receipt out. Ten lines between them.

One API from natural language to settled transaction. SDKs for seven frameworks, templates for the common intents, and a skill file your agent can read by itself.

Open the docs Get an API key
quickstart
# 1 — compile an intent
curl -X POST https://api.matrix.paxeer.network/v1/intents \
  -H "Authorization: Bearer $MATRIX_KEY" \
  -d '{"say":"swap 250 USDC to PAX, slippage under 0.5%"}'

# 2 — review the IR + simulation diff, then approve
curl -X POST https://api.matrix.paxeer.network/v1/intents/{id}/approve

# → 200 { "status":"settled", "finality_ms":400,
#         "tx":"https://paxscan.paxeer.app/tx/0x7f3a…c41e" }
Docs

Documentation

Concepts, IR spec, API reference, guardrail profiles.

docs.matrix →
SDK

@paxeer/sdk

TypeScript-first, adapters for 7 frameworks, fully typed IR.

npm →
Agents

skill.md

Machine-readable onboarding. Your agent reads it and goes.

View →
Contracts

Tachyon tools

Agent-native Solidity toolchain — compile, deploy, verify via intent.

GitHub →

Intent templates

Canonical intents with their IR shown. Copy, scope, run.

dca

DCA into PAX weekly

schedule + swap — standing buy via 0x0905.

View IR →
lp

Rebalance LP on drift

watch + rebalance — trigger at your IL threshold.

View IR →
payroll

Stream payroll

stream.open — continuous PAX via 0x0906.

View IR →
hedge

Hedge below a price

watch + hedge — oracle-conditioned protection.

View IR →
audit

Audit before deploy

hire + deploy — gate deployment on a Deus scan.

View IR →
invoice

Pay invoice on receipt

watch + send — settle when the attestation lands.

View IR →
Changelog
Jun 9, 2026

Planner upgrade — multi-verb latency −31%

Jun 4, 2026

Deus lazy-net settlement GA

May 28, 2026

Rate table v3 on-chain

May 21, 2026

skill.md + scoped sessions

Ship something that settles.

Get access Join the Discord