一键导入
sentinel
Autonomous security oracle on X Layer — monitors tokens, publishes on-chain verdicts, invests in safe tokens via Uniswap LP. Skin in the game.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous security oracle on X Layer — monitors tokens, publishes on-chain verdicts, invests in safe tokens via Uniswap LP. Skin in the game.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
View the last 20 published verdicts from the Sentinel oracle. Color-coded by verdict level.
View Executor LP positions on Uniswap v3. Shows tokens invested, amounts, and PnL.
Get a detailed security report for a specific token. Includes full security analysis, liquidity data, and holder concentration.
Trigger a deep security scan for a token on X Layer. Returns risk score, verdict, honeypot status, and developer info.
Aggregate Sentinel statistics -- tokens scanned, threats found, LP invested, verdict accuracy.
| name | sentinel |
| description | Autonomous security oracle on X Layer — monitors tokens, publishes on-chain verdicts, invests in safe tokens via Uniswap LP. Skin in the game. |
| model | opus |
| version | 1.0.0 |
Sentinel is a self-funding security oracle on X Layer (chain ID 196). Three autonomous agents work in sequence: the Scanner discovers new tokens, the Analyst performs deep security analysis and publishes on-chain verdicts, and the Executor invests in tokens deemed safe via Uniswap v3 LP positions.
The difference from every other security tool: Sentinel puts its own money where its verdicts are. If a token is rated SAFE, the Executor stakes real capital into its liquidity pool. If the verdict is wrong, Sentinel loses money. Skin in the game.
┌──────────────────────────────────────────────┐
│ Sentinel Pipeline │
│ │
New tokens │ ┌──────────┐ ┌──────────┐ ┌────────┐ │
on X Layer ────► │ │ Scanner │──►│ Analyst │──►│Executor│ │
│ │ discover │ │ verdict │ │ invest │ │
│ └──────────┘ └────┬─────┘ └───┬────┘ │
│ │ │ │
│ ▼ ▼ │
│ VerdictRegistry Uniswap v3 │
│ (on-chain) LP Positions │
└──────────────────────────────────────────────┘
│ │
▼ ▼
x402 Paywall LP Fee Yield
(earn revenue) (earn from safety)
| Command | Description | x402 Cost |
|---|---|---|
/sentinel scan <token> | Trigger deep security scan for a token | 0.10 USDT |
/sentinel feed | View last 20 published verdicts | Free |
/sentinel report <token> | Get detailed security report for a token | 0.50 USDT |
/sentinel portfolio | View Executor LP positions and PnL | Free |
/sentinel status | Aggregate stats: scans, threats, accuracy | Free |
okx-agentic-wallet -- agent identity and wallet management
okx-x402-payment -- sign and verify x402 payment proofs
okx-dex-swap -- execute token swaps on X Layer DEX
okx-dex-token -- token metadata, prices, liquidity
okx-dex-market -- real-time pricing and market data
okx-dex-signal -- on-chain trade signals and momentum
okx-security -- token and contract security scanning
okx-onchain-gateway -- raw contract read/write via RPC
okx-defi-invest -- DeFi pool search and investment
okx-defi-portfolio -- track LP positions and DeFi holdings
okx-wallet-portfolio -- aggregate wallet balances
okx-dex-trenches -- trending tokens and narratives
okx-audit-log -- log and review agent actions
swap-integration -- execute swaps through Uniswap v3
liquidity-planner -- plan, add, and remove LP positions
OKX_API_KEY=your_api_key
OKX_SECRET_KEY=your_secret_key
OKX_PASSPHRASE=your_passphrase
OKX_PROJECT_ID=your_project_id
| Contract | Address |
|---|---|
| Registry | 0xDd0FF50142Ab591D2Bc0D0AF5Bf230A9f2B84E86 |
| Escrow | 0xa80066f2fd7efdFB944ECcb16f67604D33C34333 |
| Treasury | 0x69558a9B4BfE9c759797F5F22896ADB9d509Cb44 |
| VerdictRegistry | TBD |
| USDT | 0x1E4a5963aBFD975d8c9021ce480b42188849D41d |
| Uniswap Router | 0x7078c4537C04c2b2E52ddBa06074dBdACF23cA15 |
| Endpoint | Method | Description | x402 |
|---|---|---|---|
/api/verdicts | GET | Public verdict feed (last 20) | Free |
/api/verdicts/:token | GET | Detailed report for a token | 0.50 USDT |
/api/scan/:token | POST | Manual scan request | 0.10 USDT |
/api/agents | GET | Agent overview | Free |
/api/portfolio | GET | Executor LP positions | Free |
/api/stats | GET | Aggregate statistics | Free |
/api/events | WS | Real-time event feed | Free |
See references/api.md for full endpoint documentation.