Introduction to LOCKR
LOCKR is the verifiable security standard for the Solana ecosystem. We provide on-chain proof of liquidity locks, developer wallet vesting, and fee routing integrity.
Quick Start
Install the LOCKR SDK to verify tokens in your dApp:
npm install @lockr/solana-sdkREST API
GET /v1/proof/:address
{
"status": "LOCKED",
"locks": [
{
"type": "LIQUIDITY",
"amount": "500000000",
"unlock_time": 1782938292
}
]
}