daylight
x402/daylightDAY — non-custodial capital rail for autonomous agents (public mirror) [x402: $0.001/call on base, category=agent]
Tools · 42
DAY skill `routeYield` → POST /api/v1/wallets/{address}/route. auth: owner. Owner only. Deposit liquid; stake only if Auto Yield enabled. Wallet-only identity. Never custody principal. Fees: GET /api/…
DAY skill `harvest` → POST /api/v1/wallets/{address}/harvest. auth: permissionless. claim → apply fee schedule (GET /api/v1/day/fees) → compound residual. Wallet-only identity. Never custody principal…
DAY skill `withdraw` → POST /api/v1/wallets/{address}/withdraw. auth: owner. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code a rate.
DAY skill `getPosition` → GET /api/v1/wallets/{address}/position. auth: public. Public on-chain position scan; owner/agent keys add private stored balances and estimates. Wallet-only identity. Never c…
DAY skill `enableAutoPay` → POST /api/v1/wallets/{address}/auto-pay. auth: owner. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code a r…
DAY skill `previewRoute` → POST /api/v1/wallets/{address}/preview. auth: owner_or_agent. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-c…
DAY skill `rebalance` → POST /api/v1/wallets/{address}/rebalance. auth: owner. Move stake between allowlisted protocols on same home chain. Wallet-only identity. Never custody principal. Fees: GET /ap…
DAY skill `listOpportunities` → GET /api/v1/day/opportunities. auth: public. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code a rate.
DAY skill `enableAutoYield` → PUT /api/v1/wallets/{address}/auto-yield. auth: owner. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code …
DAY skill `enableAutopilot` → POST /api/v1/wallets/{address}/autopilot/enable. auth: owner. Owner arms Autopilot under current policy (OFF by default). Optional armAutoYield.. Wallet-only identity. Ne…
DAY skill `disableAutopilot` → POST /api/v1/wallets/{address}/autopilot/disable. auth: owner. Pause brain; positions unchanged. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fee…
DAY skill `previewAutopilot` → POST /api/v1/wallets/{address}/autopilot/preview. auth: owner_or_agent. Dry-run: proposals for stake/harvest/auto_pay/rebalance (within-chain only). Wallet-only identity…
DAY skill `tickAutopilot` → POST /api/v1/wallets/{address}/autopilot/tick. auth: owner_or_agent. One decision cycle; execute:true applies prepare path when armed. Wallet-only identity. Never custody p…
DAY skill `getAutopilot` → GET /api/v1/wallets/{address}/autopilot. auth: owner_or_agent. Status: enabled, goal, last action, next run. Wallet-only identity. Never custody principal. Fees: GET /api/v1…
DAY skill `getAutopilotHistory` → GET /api/v1/wallets/{address}/autopilot/history. auth: owner_or_agent. Decision log (propose/reject/execute). Wallet-only identity. Never custody principal. Fees: GET…
DAY skill `stake` → POST /api/v1/wallets/{address}/auto-yield/stake. auth: owner. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code a r…
DAY skill `unstake` → POST /api/v1/wallets/{address}/auto-yield/unstake. auth: owner. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code…
DAY skill `survivalUnstake` → POST /api/v1/wallets/{address}/auto-yield/survival. auth: keeper. Keeper or owner (manifest: keeper allows owner). Wallet-only identity. Never custody principal. Fees: GE…
DAY skill `autopilotDecide` → POST /api/v1/wallets/{address}/autopilot/decide. auth: owner_or_agent. DAY-255 within-chain only; never bridge/cross-chain REBALANCE. See docs/45-autopilot-api.md. Wallet…
DAY skill `opsHealth` → GET /api/v1/day/ops/health. auth: owner_or_keeper. DAY-222/182 Autopilot failures, reverts, N/A blocks, keeper tick metrics. Wallet-only identity. Never custody principal. Fees…
DAY skill `jupiterSwapPlan` → POST /api/v1/day/jupiter/plan. auth: public. DAY-245 Solana Jupiter prepare-only; 100 bps protocol fee + pool fees; owner signs. Wallet-only identity. Never custody princ…
DAY skill `turbosSwapPlan` → POST /api/v1/day/turbos/plan. auth: public. DAY-246 Sui Turbos prepare-only; same fee/slippage bar as Jupiter. Wallet-only identity. Never custody principal. Fees: GET /ap…
DAY skill `evmSwapPlan` → POST /api/v1/day/evm/swap/plan. auth: public. DAY-247 Base/Arb USDC↔native or stable↔stable; prepare-only until chain GO. Wallet-only identity. Never custody principal. Fees:…
DAY skill `packages` → GET /api/v1/day/packages. auth: public. Map vs Executable labels; phase1Homes + expansionHomes. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the …
DAY skill `enablement` → GET /api/v1/day/enablement. auth: public. Global go/no-go; broadcast kill-switch. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of tr…
DAY skill `baseEnablement` → GET /api/v1/day/base/enablement. auth: public. Map surface; stubs never imply broadcast. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the s…
DAY skill `arbitrumEnablement` → GET /api/v1/day/arbitrum/enablement. auth: public. Map surface; stub + global broadcast ≠ Arb broadcast. Wallet-only identity. Never custody principal. Fees: GET /api/…
DAY skill `turbosPlan` → POST /api/v1/day/turbos/plan. auth: public. Sui in-chain swap plan (prepare-only). Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of t…
DAY skill `jupiterPlan` → POST /api/v1/day/jupiter/plan. auth: public. Solana in-chain swap plan (prepare-only). Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source…
DAY skill `bridgePlan` → POST /api/v1/day/bridge/plan. auth: public. Mayan bridge plan — separate E2E lane from deposit→harvest. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fe…
DAY skill `walletBalanceSui` → GET /api/v1/day/sui/wallet-balance. auth: public. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code a ra…
DAY skill `walletBalanceSol` → GET /api/v1/day/solana/wallet-balance. auth: public. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth — never hard-code a…
DAY skill `depositPlan` → POST /api/v1/day/strategies/deposit/plan. auth: public. Principal fee 0; ownerMustSign. Takes opportunityId (a dayop handle); strategyId is a deprecated input alias. Wallet-o…
DAY skill `getHome` → GET /api/v1/day/home. auth: public. Everything the homepage renders, in one call. Wallet-only identity. Never custody principal. Fees: GET /api/v1/day/fees is the source of truth…
DAY skill `getPortfolio` → GET /api/v1/day/portfolio. auth: public. Open positions for a wallet: what was deposited, what it is worth now, ROI, and the deposit txId as on-chain proof. Unknown value → …
DAY skill `getActivity` → GET /api/v1/day/activity. auth: public. Every leg of every action (bridge/swap/deposit/withdraw/harvest), linked by planId, each independently verifiable on-chain. Failed leg…
DAY skill `updateWalletProfile` → PUT /api/v1/wallets/{address}/profile. auth: owner. Editable wallet display name for Strategy Lead surfaces; wallet-only identity.. Wallet-only identity. Never custod…
DAY skill `listWalletStrategies` → GET /api/v1/wallets/{address}/strategies. auth: owner_or_agent. Wallet-bound Strategy records; off-chain registry, Guardrails immutable.. Wallet-only identity. Never…
DAY skill `createWalletStrategy` → POST /api/v1/wallets/{address}/strategies. auth: owner. Create Strategy with Guardrails; returns unsigned_tx + AgentCap contract; no on-chain publish.. Wallet-only i…
DAY skill `getWalletStrategy` → GET /api/v1/wallets/{address}/strategies/{id}. auth: owner_or_agent. Read one wallet-bound Strategy by strategyId.. Wallet-only identity. Never custody principal. Fees:…
DAY skill `updateWalletStrategy` → PATCH /api/v1/wallets/{address}/strategies/{id}. auth: owner. Update Strategy metadata only; Guardrails hash is immutable.. Wallet-only identity. Never custody princ…
DAY skill `deleteWalletStrategy` → DELETE /api/v1/wallets/{address}/strategies/{id}. auth: owner. Tombstone Strategy; returns revoke-capability unsigned_tx.. Wallet-only identity. Never custody princi…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"daylight": {
"url": "https://dayprotocol.com/mcp",
"transport": "http"
}
}
}