Dashboard

Monitor Vincent infrastructure and operations

What You're Looking At

Real infrastructure running on Lit Protocol. This is what policy-controlled wallets and distributed key management look like in practice.

  • Network Health — Lit nodes, RPC endpoints, and chain connectivity status
  • Vincent Status — Policy engine health and SDK configuration
  • PKP Wallet — The distributed key that powers secure signing
Explore|See different aspects of the system

Pipeline Status

Connect
Connect to Lit Network
1/4
Configure
Load PKP and abilities
2/4
Execute
Run Lit Action
3/4
Verify
Check policy & sign
4/4

Market Snapshot

View Details

Quick Actions

API Examples

Get Status
curl /api/v1/status
Get Health
curl /api/v1/health
Get Executions
curl /api/v1/executions?limit=10
Send (Auth)
curl -X POST /api/v1/vincent/send \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Idempotency-Key: unique-key-123" \
  -H "Content-Type: application/json" \
  -d '{"to":"0x...", "amount":"0.01"}'

Recent Executions