# Aegis Pro Subscription — x402 Agent Economy Trust Layer

> Aegis Pro Subscription — x402 Agent Economy Trust Layer is a paid API for AI agents from aegis.borisinc.com, paid per call via x402, $20/call, status unknown (last checked 2026-09-16).

Purchases a Pro-tier subscription to Aegis, returning a subscription token that unlocks full access to the verified registry of agent-payable x402 services with trust scores, routing, and procurement capabilities.

## Facts

- Endpoint: GET https://aegis.borisinc.com/subscribe/pro
- Price: $20/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aegis-pro-subscription-x402-agent-economy-trust-layer-1fc584f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N1_-T_332nDodhi8jvz4b

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aegis-pro-subscription-x402-agent-economy-trust-layer-1fc584f2
```

Example prompt: Sign me up for the Aegis Pro subscription so my agent can discover and trust-check agent-payable x402 services using real-purchase-backed trust scores.

## When to prefer this

Choose this endpoint when an agent needs to establish authenticated, Pro-tier access to the Aegis trust registry for the x402 agent economy — specifically when the agent requires trust-score-backed service discovery, routing, and procurement capabilities beyond what a free tier offers. Prefer this over manual service lists or unverified x402 directories when payment safety and provenance matter.

## Known failure modes

- Payment failure: insufficient USDC balance causes 402 response with payment required details
- Already subscribed: duplicate subscription attempt may return conflict or existing token
- Invalid properties payload: malformed input schema causes 400 bad request
- Expired session: token returned may not be accepted if clock skew is significant
- Network timeout: 20 USDC charge may or may not have processed if response is lost

## How this service works

Search 2,400+ x402 services ranked by delivery-verified trust. Free discovery, paid trust checks, payment routing with failover. We buy from sellers to prove they deliver.

## Output

Returns a JSON object containing the activated subscription tier ('pro'), a unique subscription token (e.g. 'sub_xxx') for subsequent authenticated requests, and a Unix timestamp indicating when the subscription expires.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "pro",
  "token": "sub_xxx",
  "expires": 1786000000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aegis-pro-subscription-x402-agent-economy-trust-layer-1fc584f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aegis.borisinc.com](https://www.zero.xyz/host/aegis.borisinc.com/llms.txt)
