Lucida Developer Platform

Build vault, yield, and rewards experiences on Lucida.

A developer surface for integrating Lucida vault data, unsigned transaction generation, position accounting, LUX rewards, and event streams into wallets, dashboards, and treasury tools.

Scoped access

API access

Project keys

Create separate keys for server, staging, and analytics integrations.

Low latency

Vault data

Live rates

Read estimated APY, supported assets, liquidity status, and vault capacity.

Signed events

Events

Webhooks

Subscribe to deposit, withdrawal, settlement, and LUX activity streams.

Console Preview

Project controls for production integrations.

The Lucida console is designed around scoped keys, environment separation, rate limits, webhook signatures, and simulation-first transaction flows.

Lucida Vault Integration

Server key · devnet

Active

Requests

48.2k

Latency

132ms

Success

99.8%

Read vault ratesAllowed
Generate unsigned transactionsSimulation required
Webhook deliverySigned with Ed25519

API Reference

Everything needed for a Lucida integration.

Follow developer updates

Vaults

Discover supported Lucida vaults, accepted assets, capacity, strategy labels, and risk metadata.

GET/v1/vaults
GET/v1/vaults/{vaultId}

Rates

Fetch estimated APY, recent rate windows, benchmark context, and provider-level allocation summaries.

GET/v1/rates
GET/v1/rates/history

Transactions

Generate unsigned deposit and withdrawal transactions for your wallet flow, then simulate before submission.

POST/v1/transactions/deposit
POST/v1/transactions/withdraw

Positions

Resolve wallet-level vault shares, pending withdrawals, claimable balances, and live accounting previews.

GET/v1/accounts/{wallet}/positions
GET/v1/accounts/{wallet}/activity

LUX

Query points, leaderboards, settlement windows, and referral attribution for Lucida rewards surfaces.

GET/v1/lux/{wallet}
GET/v1/lux/leaderboard

Webhooks

Receive signed event callbacks for deposits, withdrawals, strategy settlements, and user rewards.

POST/v1/webhooks
GET/v1/webhooks/events

Ready to connect Lucida?

Start with protocol documentation, then wire a devnet integration around vault reads, quote generation, and wallet-owned transaction signing.

Read Docs