Sentinel Helium Intelligence
https://a2a.sntl.siteskills: {'id': 'query-datalake', 'name': 'Query the Helium intelligence datalake', 'description': 'Run a read-only SQL SELECT over enriched Helium/Solana events (SELECT-only, LIMIT<=1000, allow-listed tables). Returns rows + rowCount. $0.01 USDC per call.', 'tags': ['helium', 'depin', 'solana', 'sql', 'enriched-events', 'threat-intel', 'anomaly'], 'examples': ['SELECT transaction_id, threat_assessment, anomaly_score, summary FROM enriched_events_base WHERE anomaly_score > 0.8 ORDER BY block_time DESC LIMIT 50'], 'input_modes': None, 'output_modes': None}, {'id': 'lookup-event', 'name': 'Look up one enriched event', 'description': 'Fetch a single enriched event object by its transaction_id. $0.01 USDC per call.', 'tags': ['helium', 'event-lookup', 'forensics', 'solana'], 'examples': ['GET /api/v1/event/<transaction_id>'], 'input_modes': None, 'output_modes': None}, {'id': 'wallet-history', 'name': 'Wallet intelligence history (free)', 'description': "FREE transparency surface: a wallet's payment + query history against our flagged dataset. Run a suspect list against our anomaly record.", 'tags': ['transparency', 'wallet', 'history', 'aml', 'free'], 'examples': ['GET /api/v1/ledger/<wallet_address>'], 'input_modes': None, 'output_modes': None}; conformance: fail
How to connect
https://a2a.sntl.site
curl -X POST https://a2a.sntl.site \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'