SelunSelun

Endpoint Capabilities

Selun Capabilities

Selun exposes six capabilities as payment-gated endpoints. Two are asynchronous allocation engines. Four are synchronous tool endpoints that return immediately. Each can be called independently via x402 or through the guided allocation wizard.

$19.00 USDC · Async

Allocation

Endpoint/agent/x402/allocate
What it doesGenerates a target portfolio allocation based on your risk tolerance, investment timeframe, and current market conditions. The engine runs market regime classification, policy scoping, and asset scoring internally before producing the final weights.
When to use itUse this when you need a fresh target allocation and do not need a documented record of the decision. It is the primary allocation endpoint for automated workflows.
OutputA structured allocation with target weights per asset, within policy constraints. Returned asynchronously — poll the status path for the result.
Best forCrypto investors, treasury operators, agent-based workflows needing target weights.

$34.00 USDC · Async

Allocation with Report

Endpoint/agent/x402/allocate-with-report
What it doesSame as Allocation, but also produces a certified decision report — a structured PDF record capturing the regime snapshot, policy constraints, asset scores, and decision rationale at the time of the call.
When to use itUse this when the allocation will be presented to stakeholders, used in a governance vote, stored for audit purposes, or when the decision-maker needs a verifiable, time-stamped record.
OutputAllocation result plus a signed, downloadable decision report. Returned asynchronously.
Best forDAOs, treasury committees, institutional operators, any context requiring documented allocation decisions.

$0.25 USDC · Sync

Market Regime

Endpoint/agent/x402/market-regime
What it doesClassifies the current crypto market environment across volatility, liquidity, and sentiment dimensions. Returns regime-level signals that inform downstream allocation and rebalancing decisions.
When to use itUse this before an allocation or rebalancing call when you want explicit regime context, or as a standalone signal for your own decision logic. Also useful for monitoring: call it on a schedule to track how market conditions are shifting.
OutputRegime classification with volatility level, liquidity score, sentiment signal, and authorization inputs for allocation.
Best forQuant workflows, monitoring systems, any agent that needs market-state awareness before making a portfolio decision.

$0.25 USDC · Sync

Policy Envelope

Endpoint/agent/x402/policy-envelope
What it doesComputes the risk policy envelope for a given risk tolerance and timeframe. Returns the maximum exposure caps by asset class, the minimum stablecoin floor, and the risk budget — the hard constraints any compliant allocation must satisfy.
When to use itUse this when you want to know what an allocation for a given risk profile is allowed to look like before running a full allocation. Also useful for governance workflows that need to confirm policy parameters independently.
OutputExposure caps per asset class, stablecoin floor percentage, risk budget, and constraint summary.
Best forDevelopers building allocation logic, DAOs that want to validate policy constraints, risk-aware treasury operators.

$0.50 USDC · Sync

Asset Scorecard

Endpoint/agent/x402/asset-scorecard
What it doesEvaluates a list of candidate assets across liquidity, structural stability, role classification (store of value, yield, speculative), and a composite quality score. Lower-quality assets receive lower scores and are less likely to receive meaningful allocation weights.
When to use itUse this before an allocation to understand asset quality, or as a standalone screening tool when selecting which assets to include in a portfolio strategy.
OutputPer-asset scores for liquidity, structural stability, role classification, and a composite quality score.
Best forInvestors building a custom asset list, developers selecting inputs for allocation, anyone who needs objective scoring before committing to an asset set.

$1.00 USDC · Sync

Rebalance

Endpoint/agent/x402/rebalance
What it doesTakes your current holdings and a risk profile, then computes the drift between your current portfolio and the optimal target allocation. Returns the adjustments — buy, sell, or hold — needed to bring the portfolio back within policy.
When to use itUse this on a monitoring schedule (daily, weekly) after an initial allocation to detect drift and produce actionable rebalancing instructions. Also use it after market conditions shift significantly.
OutputDrift analysis per asset and a set of rebalancing trade instructions ordered by priority.
Best forInvestors with existing holdings who want to maintain policy alignment, automated rebalancing bots, treasury operators running regular portfolio reviews.

Machine-facing catalog

This page explains each capability in human terms. If you are building an agent or need the full technical spec — input schemas, pricing, discovery root, and payment transport details — see the x402 endpoint catalog.