x402 Machine Registry

Selun Public Endpoints

Payment-gated x402 endpoints exposing Sagitta AAA's quant allocator, market regime engine, policy envelope logic, asset scorecard, and rebalancing engine — plus three SCE preflight safety endpoints (continuity-mode, risk-evaluate, case-relevance) powered by the Sagitta Continuity Engine.

Resources9
Networkbase-mainnetsolana-mainnet
CatalogLoading

Discovery Root

https://selun.sagitta.systems/.well-known/x402

Transport

PAYMENT-REQUIRED / PAYMENT-SIGNATURE

Facilitator

https://api.cdp.coinbase.com/platform/v2/x402https://facilitator.payai.network

Catalog

Endpoint Pricing

Allocation endpoints are async and return a `statusPath`. Tool endpoints settle and return the result immediately.

POST

Selun Allocation

19 USDC$19.00

Portfolio allocation engine. Call this when an automated portfolio workflow needs a target crypto allocation for a specified risk tolerance and timeframe. Returns an accepted allocation job with a statusPath for asynchronous completion.

/agent/x402/allocateAsync
Inputs

decisionId, riskTolerance, timeframe | optional: portfolioSegment, referralCode

Product ID

allocate

POST

Selun Allocation With Report

34 USDC$34.00

Portfolio allocation and report engine. Call this when an automated portfolio workflow needs the target allocation plus a certified decision record. Returns an accepted allocation job with a statusPath for asynchronous completion.

/agent/x402/allocate-with-reportAsync
Inputs

decisionId, riskTolerance, timeframe | optional: portfolioSegment, referralCode

Product ID

allocate_with_report

POST

Selun Market Regime

0.25 USDC$0.25

Market regime classifier. Call this before allocation or rebalancing. Returns volatility, liquidity, sentiment, and allocation authorization inputs for automated portfolio workflows.

/agent/x402/market-regimeSync
Inputs

decisionId, riskTolerance, timeframe | optional: portfolioSegment

Product ID

market_regime

POST

Selun Policy Envelope

0.25 USDC$0.25

Risk policy engine. Call this when portfolio constraints must be computed for a supplied risk tolerance and timeframe. Returns exposure caps, stablecoin floor, risk budget, and authorization constraints.

/agent/x402/policy-envelopeSync
Inputs

decisionId, riskTolerance, timeframe | optional: portfolioSegment

Product ID

policy_envelope

POST

Selun Asset Scorecard

0.5 USDC$0.50

Asset scoring engine. Call this before asset selection or allocation. Returns liquidity, structural stability, role classification, and composite quality scores for candidate assets.

/agent/x402/asset-scorecardSync
Inputs

decisionId, riskTolerance, timeframe | optional: portfolioSegment, assets

Product ID

asset_scorecard

POST

Selun Rebalance

1 USDC$1.00

Portfolio rebalance engine. Call this after allocation or on a monitoring schedule with current holdings. Returns target-vs-current drift and the adjustments required to rebalance within policy constraints.

/agent/x402/rebalanceSync
Inputs

decisionId, riskTolerance, timeframe, holdings | optional: portfolioSegment

Product ID

rebalance

POST

Selun SCE Continuity Mode

0.01 USDC$0.01

Pre-execution safety check. Returns mode (NORMAL / INCIDENT / DEGRADED), recommended_posture, reason_codes, and per-domain risk signals. Call before any protocol interaction or capital movement.

/agent/x402/sce/continuity-modeSync
Inputs

decisionId | optional: scope, chain_id, threat_family, doctrine_tag, requested_action

Product ID

sce_continuity_mode

POST

Selun SCE Case Relevance

0.05 USDC$0.05

Classifies whether a protocol, asset type, or threat family is relevant to active SCE intelligence. Returns relevance_score, relevance_level, matched threat families, and matched doctrine tags.

/agent/x402/sce/case-relevanceSync
Inputs

decisionId | optional: protocol_name, chain_id, asset_types, threat_families, doctrine_tags, requested_action

Product ID

sce_case_relevance

POST

Selun SCE Risk Evaluate

0.25 USDC$0.25

Protocol risk gate. Returns doctrine_action (BLOCK / ALLOW / ESCALATE), risk_level, risk_score, and per-domain risk breakdown. If doctrine_action is BLOCK, halt execution.

/agent/x402/sce/risk-evaluateSync
Inputs

decisionId | optional: protocol_name, chain_id, addresses, asset_types, threat_families, doctrine_tags, requested_action, risk_tolerance

Product ID

sce_risk_evaluate

Integration

Scan and Consume

x402scan originhttps://selun.sagitta.systems
Capabilitieshttps://selun.sagitta.systems/agent/x402/capabilities
Discovery aliashttps://selun.sagitta.systems/agent/x402/discovery

Learn More

Human-Readable Explainers

This page is the machine-facing endpoint catalog. The pages below explain each capability in plain language.

Product overviewWhat Is Selun? →
Capability explainersAll Capabilities →
Endpoint pricingPricing →
Developer guideFor Developers →
Decision reportAbout the Report →