{"success":true,"executionModelVersion":"Selun-1.0.0","data":{"discoverable":true,"name":"Selun | Sagitta AAA Portfolio Infrastructure","description":"Payment-gated x402 endpoints for Sagitta AAA portfolio intelligence and SCE execution preflight. Includes allocation, market regime, policy envelope, asset scoring, rebalance, continuity mode, case relevance, and doctrine-based risk evaluation for autonomous agents.","provider":{"name":"Sagitta AAA","url":"https://selun.sagitta.systems"},"x402Version":2,"versions":{"executionModelVersion":"Selun-1.0.0"},"pricing":{"allocationOnlyUsdc":"19","allocationWithReportUsdc":"34","formula":"chargedAmountUsdc = structuredAllocationPriceUsdc + (withReport ? certifiedDecisionRecordFeeUsdc : 0)","callerProvidedAmountAccepted":false,"marketRegimeUsdc":"0.25","policyEnvelopeUsdc":"0.25","assetScorecardUsdc":"0.5","rebalanceUsdc":"1","sceContinuityModeUsdc":"0.01","sceCaseRelevanceUsdc":"0.05","sceRiskEvaluateUsdc":"0.25"},"resources":[{"endpoint":"/agent/x402/allocate","method":"POST","productId":"allocate","title":"Selun Allocation","description":"Portfolio allocation engine. Call this when an automated portfolio workflow needs a target crypto allocation for a specified risk tolerance, timeframe, and optional portfolio segment. Returns an accepted allocation job with a statusPath for asynchronous completion.","pricing":{"amountUsdc":"19","price":"$19.00"},"accepts":[{"optionId":"allocation_only","amountUsdc":"19","amount":"19000000","price":"$19.00","withReport":false,"scheme":"exact","network":"base-mainnet","caip2Network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120}],"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"19000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"optionId":"allocation_only","withReport":false,"name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}]},{"endpoint":"/agent/x402/allocate-with-report","method":"POST","productId":"allocate_with_report","title":"Selun Allocation With Report","description":"Portfolio allocation and report engine. Call this when an automated portfolio workflow needs the target allocation plus a certified decision record for a specified risk tolerance, timeframe, and optional portfolio segment. Returns an accepted allocation job with a statusPath for asynchronous completion.","pricing":{"amountUsdc":"34","price":"$34.00"},"accepts":[{"optionId":"allocation_with_report","amountUsdc":"34","amount":"34000000","price":"$34.00","withReport":true,"scheme":"exact","network":"base-mainnet","caip2Network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120}],"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"34000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"optionId":"allocation_with_report","withReport":true,"name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}]},{"endpoint":"/agent/x402/market-regime","method":"POST","productId":"market_regime","title":"Selun Market Regime","description":"Market regime classifier. Call this before allocation or rebalancing. Returns volatility, liquidity, sentiment, and allocation authorization inputs for automated portfolio workflows, plus the requested portfolio segment context.","category":"finance:market-regime","tags":["portfolio","market-regime","volatility","sentiment","x402"],"pricing":{"amountUsdc":"0.25","price":"$0.25"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"250000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"market_regime","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"riskTolerance":{"enum":["Conservative","Balanced","Growth","Aggressive"]},"timeframe":{"enum":["<1_year","1-3_years","3+_years"]},"portfolioSegment":{"enum":["Bluechips","Memecoins","Gaming","Yield Farm"]}},"required":["decisionId","riskTolerance","timeframe"]},"exampleInput":{"decisionId":"market-regime-001","riskTolerance":"Balanced","timeframe":"1-3_years","portfolioSegment":"Bluechips"},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/market-regime","decisionId":"market-regime-001","productId":"market_regime","result":{"regime":"defensive","marketCondition":{"volatility_state":"elevated","liquidity_state":"stable","risk_appetite":"defensive","confidence":0.74}}}},{"endpoint":"/agent/x402/policy-envelope","method":"POST","productId":"policy_envelope","title":"Selun Policy Envelope","description":"Risk policy engine. Call this when portfolio constraints and segment filters must be computed for a supplied risk tolerance, timeframe, and optional portfolio segment. Returns exposure caps, stablecoin floor, risk budget, authorization constraints, and segment-aware universe guidance.","category":"finance:policy-envelope","tags":["portfolio","policy-engine","risk-budget","exposure-caps","x402"],"pricing":{"amountUsdc":"0.25","price":"$0.25"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"250000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"policy_envelope","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"riskTolerance":{"enum":["Conservative","Balanced","Growth","Aggressive"]},"timeframe":{"enum":["<1_year","1-3_years","3+_years"]},"portfolioSegment":{"enum":["Bluechips","Memecoins","Gaming","Yield Farm"]}},"required":["decisionId","riskTolerance","timeframe"]},"exampleInput":{"decisionId":"policy-envelope-001","riskTolerance":"Growth","timeframe":"3+_years","portfolioSegment":"Yield Farm"},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/policy-envelope","decisionId":"policy-envelope-001","productId":"policy_envelope","result":{"policyMode":"balanced_growth","policyEnvelope":{"risk_budget":0.62,"stablecoin_minimum":0.18}}}},{"endpoint":"/agent/x402/asset-scorecard","method":"POST","productId":"asset_scorecard","title":"Selun Asset Scorecard","description":"Asset scoring engine. Call this before asset selection or allocation. Returns liquidity, structural stability, role classification, and composite quality scores for candidate assets, shaped by the requested portfolio segment.","category":"finance:asset-scorecard","tags":["portfolio","asset-scoring","liquidity","quality","x402"],"pricing":{"amountUsdc":"0.5","price":"$0.50"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"500000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"asset_scorecard","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"riskTolerance":{"enum":["Conservative","Balanced","Growth","Aggressive"]},"timeframe":{"enum":["<1_year","1-3_years","3+_years"]},"portfolioSegment":{"enum":["Bluechips","Memecoins","Gaming","Yield Farm"]},"assets":{"type":"array","items":{"type":"string"},"maxItems":12}},"required":["decisionId","riskTolerance","timeframe"]},"exampleInput":{"decisionId":"scorecard-001","riskTolerance":"Balanced","timeframe":"1-3_years","portfolioSegment":"Gaming","assets":["BTC","ETH","SOL"]},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/asset-scorecard","decisionId":"scorecard-001","productId":"asset_scorecard","result":{"scorecards":[{"asset":"BTC","role":"core","riskClass":"large_cap_crypto","compositeScore":0.91}]}}},{"endpoint":"/agent/x402/rebalance","method":"POST","productId":"rebalance","title":"Selun Rebalance","description":"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 for the requested portfolio segment.","category":"finance:rebalance","tags":["portfolio","rebalance","drift-analysis","allocation-target","x402"],"pricing":{"amountUsdc":"1","price":"$1.00"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"rebalance","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"riskTolerance":{"enum":["Conservative","Balanced","Growth","Aggressive"]},"timeframe":{"enum":["<1_year","1-3_years","3+_years"]},"portfolioSegment":{"enum":["Bluechips","Memecoins","Gaming","Yield Farm"]},"holdings":{"type":"array","minItems":1,"items":{"type":"object","properties":{"asset":{"type":"string"},"name":{"type":"string"},"usdValue":{"type":"number"},"allocationPct":{"type":"number"}},"required":["asset","usdValue"]}}},"required":["decisionId","riskTolerance","timeframe","holdings"]},"exampleInput":{"decisionId":"rebalance-001","riskTolerance":"Balanced","timeframe":"1-3_years","portfolioSegment":"Bluechips","holdings":[{"asset":"BTC","usdValue":4300},{"asset":"ETH","usdValue":3700},{"asset":"USDC","usdValue":2000}]},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/rebalance","decisionId":"rebalance-001","productId":"rebalance","result":{"currentPortfolioUsd":10000,"recommendations":[{"asset":"BTC","currentAllocationPct":43,"targetAllocationPct":36,"action":"reduce"}]}}},{"endpoint":"/agent/x402/sce/continuity-mode","method":"POST","productId":"sce_continuity_mode","title":"Selun SCE Continuity Mode","description":"Pre-execution safety check. Returns `mode` (NORMAL | INCIDENT | DEGRADED), `recommended_posture`, `reason_codes`, and per-domain `risk_domains`. If mode !== NORMAL or recommended_posture is require_review or pause, call /agent/x402/sce/risk-evaluate before proceeding. Call this before any protocol interaction, routing, rebalance, or capital movement.","category":"intelligence:continuity-mode","tags":["sce","continuity-mode","active-intelligence","agent-safety","execution-preflight","continuity-intelligence","doctrine-action","protocol-risk","x402"],"pricing":{"amountUsdc":"0.01","price":"$0.01"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"sce_continuity_mode","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"scope":{"type":"string","enum":["global","chain","threat_family","doctrine_tag"]},"chain_id":{"type":"integer"},"threat_family":{"type":"string"},"doctrine_tag":{"type":"string"},"requested_action":{"type":"string"}},"required":["decisionId"]},"exampleInput":{"decisionId":"sce-continuity-001","scope":"global"},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/sce/continuity-mode","decisionId":"sce-continuity-001","productId":"sce_continuity_mode","result":{"sce":{"schema_version":"sce.continuity_mode.v1","mode":"INCIDENT","recommended_posture":"require_review","confidence":{"score":0.85,"label":"high","basis":"Pipeline healthy with adequate corpus coverage"},"reason_codes":["critical_cases_present","high_severity_cases_present","threat_matrix_pressure_elevated"],"risk_domains":{"authority":"warning","governance":"warning","oracle":"normal","bridge":"warning","dependency":"warning","treasury":"unknown","frontend":"warning","keeper":"normal","stablecoin":"warning"},"recommended_next":{"sce_endpoint":"/v1/sce/risk/evaluate","selun_wrapper_path":"/agent/x402/sce/risk-evaluate","reason":"Runtime risk evaluation recommended before protocol-specific execution.","estimated_price_usdc_min":"0.10","estimated_price_usdc_max":"0.50"},"valid_until":"2026-06-17T11:41:37Z"},"sceSourceEndpoint":"/v1/sce/continuity-mode","sceEvaluationId":"sce_continuity_31f0ba501e1849c5","validUntil":"2026-06-17T11:41:37Z","selunWrapper":true}}},{"endpoint":"/agent/x402/sce/case-relevance","method":"POST","productId":"sce_case_relevance","title":"Selun SCE Case Relevance","description":"Classifies whether a protocol or threat family is active in the SCE corpus. Returns `relevance_level` (NONE | LOW | MEDIUM | HIGH), `relevance_score`, `matched_threat_families`, and `matched_doctrine_tags`. Only call when you already have specific threat context to evaluate — not a default preflight. Pass `threat_families`, `doctrine_tags`, or `protocol_name` to get a meaningful result.","category":"intelligence:case-relevance","tags":["sce","case-relevance","active-intelligence","agent-safety","execution-preflight","case-library","protocol-risk","x402"],"pricing":{"amountUsdc":"0.05","price":"$0.05"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"sce_case_relevance","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"protocol_name":{"type":"string"},"chain_id":{"type":"integer"},"asset_types":{"type":"array","items":{"type":"string"}},"threat_families":{"type":"array","items":{"type":"string"}},"doctrine_tags":{"type":"array","items":{"type":"string"}},"requested_action":{"type":"string"}},"required":["decisionId"]},"exampleInput":{"decisionId":"sce-case-001","protocol_name":"Uniswap","chain_id":8453,"asset_types":["ERC20","oracle"],"threat_families":["DeFi Protocol Incident","Admin Key / Access Control"],"requested_action":"swap"},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/sce/case-relevance","decisionId":"sce-case-001","productId":"sce_case_relevance","result":{"sce":{"schema_version":"sce.case_relevance.v1","relevance_score":82,"relevance_level":"HIGH","confidence":{"score":0.78,"label":"high","basis":"Matched indexed threat families and doctrine tags"},"matched_threat_families":["DeFi Protocol Incident","Admin Key / Access Control"],"matched_doctrine_tags":["emergency_rotation_policy","user_warning_policy"],"reason_codes":["family_match","doctrine_tag_match","high_severity_cases_present"],"valid_until":"2026-06-17T11:56:44Z"},"sceSourceEndpoint":"/v1/sce/case-relevance","sceEvaluationId":"sce_relevance_8a66e19f06184e1e","validUntil":"2026-06-17T11:56:44Z","selunWrapper":true}}},{"endpoint":"/agent/x402/sce/risk-evaluate","method":"POST","productId":"sce_risk_evaluate","title":"Selun SCE Risk Evaluate","description":"Protocol risk gate. Returns `doctrine_action` (BLOCK | ALLOW | ESCALATE), `risk_level`, `risk_score`, and per-domain `risk_domains`. If doctrine_action === BLOCK, halt the action and return `reason_codes` and `recommended_next` to the user. Recheck after `valid_until`. Call this when continuity-mode returns mode !== NORMAL or recommended_posture is require_review or pause.","category":"intelligence:risk-evaluate","tags":["sce","risk-evaluate","active-intelligence","agent-safety","execution-preflight","doctrine-action","case-library","protocol-risk","x402"],"pricing":{"amountUsdc":"0.25","price":"$0.25"},"paymentRequirementsV2":[{"scheme":"exact","network":"eip155:8453","amount":"250000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xac6aA71c4b48b75d2dFF70a4Bc7a0F5D547c302f","maxTimeoutSeconds":120,"extra":{"productId":"sce_risk_evaluate","name":"USD Coin","version":"2","executionModelVersion":"Selun-1.0.0"}}],"inputSchema":{"type":"object","properties":{"decisionId":{"type":"string"},"protocol_name":{"type":"string"},"chain_id":{"type":"integer"},"addresses":{"type":"array","items":{"type":"string"}},"asset_types":{"type":"array","items":{"type":"string"}},"threat_families":{"type":"array","items":{"type":"string"}},"doctrine_tags":{"type":"array","items":{"type":"string"}},"requested_action":{"type":"string"},"risk_tolerance":{"type":"string"}},"required":["decisionId"]},"exampleInput":{"decisionId":"sce-risk-001","protocol_name":"Aave","chain_id":8453,"addresses":["0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8"],"requested_action":"deposit"},"exampleOutput":{"status":"completed","endpoint":"/agent/x402/sce/risk-evaluate","decisionId":"sce-risk-001","productId":"sce_risk_evaluate","result":{"sce":{"schema_version":"sce.risk_evaluate.v1","doctrine_action":"BLOCK","recommended_posture":"pause","risk_score":60,"risk_level":"HIGH","confidence":{"score":0.82,"label":"high","basis":"Pipeline healthy; composite evaluation complete"},"reason_codes":["critical_cases_present","high_severity_cases_present","threat_matrix_pressure_elevated","doctrine_action_block","risk_level_high"],"risk_domains":{"authority":"warning","governance":"warning","oracle":"normal","bridge":"warning","dependency":"warning","treasury":"unknown","frontend":"warning","keeper":"normal","stablecoin":"warning"},"continuity_mode":{"mode":"INCIDENT","recommended_posture":"require_review"},"recommended_next":{"sce_endpoint":"/v1/sce/escalation-brief","selun_wrapper_path":"/agent/x402/sce/escalation-brief","reason":"Action blocked. Escalation brief recommended before any protocol interaction.","estimated_price_usdc_min":"1.00","estimated_price_usdc_max":"10.00"},"valid_until":"2026-06-17T11:41:52Z"},"sceSourceEndpoint":"/v1/sce/risk/evaluate","sceEvaluationId":"sce_risk_a1ace5b8f5144d88","validUntil":"2026-06-17T11:41:52Z","selunWrapper":true}}}],"paymentTransport":{"facilitatorUrl":"https://api.cdp.coinbase.com/platform/v2/x402","facilitators":["https://api.cdp.coinbase.com/platform/v2/x402","https://facilitator.payai.network"],"headers":{"paymentRequired":"PAYMENT-REQUIRED","paymentSignature":"PAYMENT-SIGNATURE","paymentResponse":"PAYMENT-RESPONSE"},"requestScopedRequirements":{"boundFields":["decisionId","quoteExpiresAt","request input fingerprint"],"mismatchBehavior":"server returns 402 with a fresh PAYMENT-REQUIRED challenge"}},"limits":{"ipBurstLimit":{"requests":60,"windowMs":60000},"fromAddressDailyCap":20,"globalConcurrencyCap":8},"idempotency":{"required":true,"acceptedKeys":["decisionId","Idempotency-Key"],"conflictBehavior":"same decisionId + different inputs => 409"},"discovery":{"type":"http","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402","transportVersion":2,"network":"base-mainnet","caip2Network":"eip155:8453","networks":["base-mainnet","solana-mainnet"],"metadataRefreshCadenceHours":6,"category":"agent-safety:defi-preflight","categories":["agent-safety:defi-preflight","finance:portfolio-agent"],"tags":["portfolio","allocation","market-regime","policy-engine","asset-scoring","rebalance","sce","active-intelligence","agent-safety","execution-preflight","defi-safety","doctrine-action","protocol-risk","case-library","x402"]},"agentPolicy":{"name":"SCE Preflight Policy","intent":"Before autonomous capital movement or protocol interaction, perform a continuity check and gate execution on doctrine_action.","defaultFirstCall":"/agent/x402/sce/continuity-mode","escalationCall":"/agent/x402/sce/risk-evaluate","haltCondition":"doctrine_action === 'BLOCK'","recheckRule":"Recheck after valid_until.","agent_preflight_policy":"SCE continuity-mode is the default pre-execution check. SCE risk-evaluate is the action gate.","recommended_call_order":[{"step":1,"endpoint":"/agent/x402/sce/continuity-mode","productId":"sce_continuity_mode","when":"Before any protocol interaction, routing, rebalance, allocation, or capital movement.","escalate_if":"mode !== 'NORMAL' || recommended_posture === 'require_review' || recommended_posture === 'pause'"},{"step":2,"endpoint":"/agent/x402/sce/risk-evaluate","productId":"sce_risk_evaluate","when":"When continuity-mode returns mode !== NORMAL or recommended_posture is require_review or pause.","halt_if":"doctrine_action === 'BLOCK'","return_on_halt":["reason_codes","risk_domains","recommended_next","valid_until"]},{"step":3,"endpoint":"/agent/x402/sce/case-relevance","productId":"sce_case_relevance","when":"Only when the agent already has threat context: asset categories, doctrine tags, or specific protocol context to evaluate."}],"sce_policy_snippet":"Before any protocol interaction, routing, rebalance, allocation, or capital movement:\n1. Call /agent/x402/sce/continuity-mode.\n   If mode !== 'NORMAL' or recommended_posture is 'require_review' or 'pause', proceed to step 2.\n2. Call /agent/x402/sce/risk-evaluate.\n   If doctrine_action === 'BLOCK', halt the action.\n   Return reason_codes, risk_domains, recommended_next, and valid_until to the user.\n   Recheck after valid_until.\nUse /agent/x402/sce/case-relevance only when you already have threat context,\nasset categories, doctrine tags, or protocol context to evaluate.","failure_handling":{"sce_upstream_error":"Log the error. Do not block execution solely on SCE unavailability unless policy requires it.","sce_upstream_timeout":"Treat as degraded. Proceed with caution or surface to user.","valid_until_expired":"Recheck: re-call the same endpoint before acting."}}},"logs":[{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:03:22.464Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:03:22.877Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:04:05.014Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:04:05.778Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:04:05.805Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:04:05.993Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:04:10.120Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:04:38.522Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:08:17.443Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:08:17.860Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:08:45.695Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:09:48.161Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:09:48.358Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:09:48.454Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:13:12.619Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:13:12.856Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:14:23.738Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:15:36.612Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:15:36.860Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:15:36.969Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:15:52.220Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:27.793Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:29.856Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:31.278Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:32.590Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:34.828Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:36.230Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:37.553Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:46.656Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:16:59.881Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:17:11.078Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:17:20.129Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:17:50.835Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:18:14.107Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:18:14.323Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:18:48.951Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:18:50.986Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:18:51.479Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:18:52.045Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:21:29.225Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:21:29.256Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:21:29.265Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:21:57.211Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:21:57.751Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:23:18.827Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:23:19.219Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:27:28.231Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:27:28.238Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:27:28.432Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:28:25.177Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:28:25.383Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:29:40.352Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:29:40.550Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:33:13.184Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:33:13.198Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:33:13.368Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:33:16.469Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:33:16.692Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:35:01.038Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:35:08.626Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:35:35.037Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:37:00.692Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:37:35.528Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:38:14.142Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:38:14.533Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:38:57.601Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:38:57.628Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:38:57.796Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:40:49.674Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:40:49.884Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:41:39.373Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:42:01.130Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:43:11.962Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:43:12.159Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:44:41.000Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:44:41.002Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:44:41.173Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:45:04.889Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:16.646Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:17.043Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:19.753Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:20.113Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:27.384Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:32.303Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:46.210Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:46.695Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:53.327Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:48:57.331Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:49:01.847Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:49:08.565Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:50:29.760Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:50:29.914Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:50:29.917Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:52:48.238Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:53:12.624Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:53:12.950Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:56:19.849Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:56:20.011Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:56:20.015Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:58:18.460Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T22:58:18.875Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:01:32.868Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:01:33.153Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:02:10.876Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:02:10.886Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:02:11.056Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:02:30.504Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:03:16.110Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:03:16.309Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:05:13.322Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:05:27.087Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:05:32.864Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:05:58.685Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:07:58.737Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:07:58.743Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:07:58.926Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:08:18.144Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:08:18.340Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:10:14.765Z","executionModelVersion":"Selun-1.0.0"},{"phase":"WALLET","action":"get_address","status":"success","transactionHash":null,"timestamp":"2026-07-26T23:10:37.396Z","executionModelVersion":"Selun-1.0.0"}]}