Solana Blinks
Expose SolKernal skills as shareable Solana Actions links that can run from social and wallet surfaces.
Last updated July 2, 2026
Blink model
A Blink turns a skill into a URL that a Blink-aware client can render as an action card. The client fetches metadata, shows inputs and fee context, and submits the user's signed action back to the execution endpoint.
https://api.solkernal.xyz/blink/{skill_id}Implementation notes
- Metadata should include title, icon, description, labels, and expected input fields.
- POST handlers must verify signed transaction payloads before execution.
- Blink responses should return concise outputs because clients may have limited display space.
- Every Blink execution should still create a normal SolKernal receipt.