AUTONOMOUS SOFTWARE · HUMAN-DEFINED LIMITS

Better purchases.
Not bigger budgets.

A procurement layer for agents that checks the route
before money moves. Explicit contracts. Bounded spend.
Every decision, traceable.

v3.0 · Release candidate Mainnet activation requires validation.
procurement / decision-previewILLUSTRATIVE
// Same approved contract. Lower quoted cost.
const plan = await acqpath.quote({
  capability: "search.web",
  contract: "search.web.v1",
  baseline_provider: "primary-search",
  max_total_micro: "20000"
});
QUALIFIED ALTERNATIVE
Baseline offer$0.020000
Selected offer$0.010000
Planning fee$0.001500
Estimated net saving42.5%

Example values. Not live transactions or a performance claim.

01 / DECISION BEFORE EXECUTION

Less blind spending.
More explicit control.

AcqPath selects from approved, contract-compatible providers. It does not pretend that two different APIs are interchangeable just because one is cheaper.

01

Compare a real baseline

Fresh origin offers, explicit contract matching and a visible planning fee. An estimate stays an estimate.

No invented savings
02

Keep the keys local

The client signs its payments. AcqPath returns a plan and never needs your wallet's private key.

Non-custodial execution
03

Fail closed

Unknown rights, stale offers or unresolved payments stop the relevant operation instead of silently taking a risk.

Bounded autonomy
02 / A SMALL, DELIBERATE CORE

Built to observe.
Designed to stop.

Provider health adapts automatically. New policies remain candidates until evidence supports changing them. Wallet destinations and security boundaries are never optimizer decisions.

Read the operating boundaries ↗
01Agent + explicit budgetINPUT
02Approved contract routesFILTER
03AcqPath procurement planQUOTE
04Client-side payment & deliveryEXECUTE
05Evidence + outcome separationLEARN
03 / START WITH PROOF

First a valid purchase.
Then a larger system.

Test the integration locally, verify on testnet and activate only the routes you have reviewed.

Read the deployment guide