/tasks/market-scan
Market regime, trend basket, source-quality labels, and missing data disclosure.
Synapsek Labs builds the Paragon product family. These docs start with Paragon Core and Task API because they power the agents, DEX handoff surfaces, templates, and future protocol rails. The API can research, score, preview, and monitor. It cannot custody funds, sign transactions, or override Guardian.
{
"prompt": "use 100 USDT to buy XPGN",
"chainId": 56,
"executionMode": "preview_only"
}Use the protected Task API from a server process. Do not expose admin or read API keys in a browser. Public adapters can expose limited safe tasks, but premium route, wallet, and Guardian work should remain authenticated.
const res = await fetch(
"https://api.paragonchain.org/api/paragon/tasks/route-check",
{
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-KEY": process.env.PARAGON_READ_API_KEY
},
body: JSON.stringify({
prompt: "use 100 USDT to buy XPGN",
chainId: 56,
executionMode: "preview_only"
})
}
);
const result = await res.json();
console.log(result.core.schema);
console.log(result.guardianAction);
console.log(result.handoffScope);Every successful task should expose Core proof, service proof, access proof, a verdict, evidence, missing proof, and the Guardian handoff boundary.
Market regime, trend basket, source-quality labels, and missing data disclosure.
BTC, ETH, and major-asset research with levels, scenarios, and no execution authority.
Exact EVM contract or Solana mint intelligence with provider proof and forensic gaps.
Preview-only route readiness, spend-token preservation, pool proof, and Guardian scope.
Chain, gas, balance, allowance, spender, and high-allowance review gates.
Deterministic policy decision for research, preview, wallet review, or blocked handoff.
Staged plan using available market and route context; never executes automatically.
Informational monitor rules for market, route, liquidity, Guardian, or watchlist events.
The model can explain. It cannot invent safety, liquidity, holder proof, approvals, wallet readiness, or execution permission when provider rails are missing.
Research, evidence collection, route preview, wallet readiness, alerts, and Guardian scoring.
Custody, private key access, agent signing, automatic approvals, transfers, swaps, or bridges.
research_only, preview_only, wallet_review, or blocked. The user wallet remains the signer.
Agentverse can expose the Paragon public profile, manifest, chat protocol, test prompts, and a safe task adapter. Formal agent1 identity is still pending, and public tasks cannot bypass Task API access policy or Guardian.
Safe market-scan is public. Premium route-check remains authenticated.
Provider status is visible because missing proof should reduce confidence, not get hidden by polished model text.
Market data, CMC/CG/DexScreener style source labels, route and wallet proof surfaces.
Holder concentration, deployer history, LP lock/burn, launch-flow proof, and pool depth.
Fresh-wallet clusters, sniper/bundle behavior, honeypot, tax, blacklist, and buy/sell simulation.
Paragon Core already has Task API, Core envelope, Guardian boundary, Agentverse public adapter, route and wallet proof, alert contracts, and template foundations. This is the base for Paragon Agents and DEX handoff surfaces. Still in progress: deeper forensics, formal Agentverse identity, Trust Wallet TWAK runtime, optional BNBAgent testnet sidecar, standalone Paragon runtime, and future protocol or chain infrastructure.
Choose a builder path