Product

From plain language to settled transaction, with proof at every step.

Matrix is the intent layer of the Paxeer network. It compiles what you say into typed plans, simulates them before anything signs, and executes them on a chain built for agents.

Launch Matrix Read the docs
Lifecycle
01ExpressSay it in plain language — or hand it to your agent.
02PlanThe planner compiles typed Intent IR from a closed verb set.
03SimulateDry-run against live state and your guardrails.
04ExecuteSigned via Paxport, settled on the agent fee lane.
05VerifyReceipt on PaxScan. Every plan replayable from its IR.

One pipeline, fully inspectable

Cortex handles understanding, the MCL runtime holds state, the bridge resolves tools, the executor settles. Each boundary is typed, each hop is logged, and the whole trace is yours.

pipeline
you ─→ cortex      // language → intent
       mcl         // state, memory, session scope
       bridge      // tools, version-pinned
       executor    // sign + settle, chain 125
                ↳ receipt on paxscan.paxeer.app
Determinism

Same words, same plan

A closed verb vocabulary and a low-hallucination planner mean intents compile predictably. There is no "creative" execution path.

Guardrails

Your limits, enforced before signing

Spend caps, allow-lists, slippage bounds, time windows. Plans that violate them never reach a signature.

Settlement

400 ms from approval to finality

Paxeer's agent fee lane settles intents at chain speed. Agent loops re-plan inside a second.

Audit

Replayable by construction

Every executed plan is reconstructable from its IR. Disputes resolve from the record, not from memory.

Economics

You don't pay for failure

Plans that fail simulation are discarded and never billed. The rate card is published and versioned on-chain.

Composability

Agents hiring agents

Through Deus, an intent can hire registered services mid-plan — settled lazy-net with co-signed vouchers.

Who it's for

Traders

"Rebalance my LP if IL exceeds 2%"

Standing intents with the scheduler precompile. Conditions watched on-chain, executed without you online.

See pricing →
Builders

Embed Matrix in your product

One API from prompt to receipt. Ship natural-language money movement without building a planner.

Read the docs →
Agents

Autonomous, accountable

Onboard via skill.md, transact from an AgentWallet, build attestation history on Deus.

Agent docs →

Questions, answered

Do you custody my keys?

No. Authentication and signing happen through Paxport — ed25519 DID auth and EIP-712 signing from your own wallet. Matrix prepares plans; you (or your scoped agent session) sign them.

What happens when a plan fails?

Plans that fail simulation are discarded before any signature exists and are never billed. Plans that fail on-chain are surfaced with the full trace and receipt for replay.

Which chains does Matrix support?

Matrix is Paxeer-native (HyperPaxeer, chain ID 125). Settlement, scheduling, streams, and attestation use chain-level precompiles that don't exist elsewhere — that's where the 400 ms loop comes from.

What model does the planner use?

The current planner is selected for plan determinism and low hallucination rate, and the planner version is recorded in every IR. You can pin behavior to a rate-table and planner version.

See your first plan.

Join the limited release Explore the Intent Engine