Introduction
SolKernal is a web marketplace for Solana-oriented AI skills. Payments, staking, and on-chain registry are planned — not live yet.
Last updated July 12, 2026
What is SolKernal
SolKernal is a web marketplace and execution layer for AI skills aimed at Solana users. A skill is a versioned prompt bundle with metadata, inputs, listed pricing, provider routing, and a public run surface.
Live today: browse skills, free guest trial runs (rate-limited), multi-provider LLM routing, optional live tools, app-database receipts, and optional SOL pay-per-run after free quota on Rug Risk Scanner (when treasury is configured). Not live: $SKRN fee payouts, staking vaults, Blinks, or on-chain skill accounts.
- Builders can publish prompt bundles to the off-chain registry.
- Users can run skills for free under rate limits; listed fees are not charged yet.
- Staking and 50% fee share are planned designs only — not active.
- Each execution can create an app receipt (input/output). On-chain hashes are not live.
Who it is for
| Audience | What SolKernal gives them today |
|---|---|
| AI builders | A place to list reusable prompt/tool skills (earnings when settlement ships). |
| End users | Decision tools (e.g. mint risk) without claiming paid or staked utility yet. |
| Protocol teams | A web surface that can grow into Blinks and embeds — roadmap, not shipped. |
| Token holders | No enforced product utility today; planned utility is not a promise of yield. |
The mental model
Three primitives: skills, executions, and (later) revenue routing. Skills define what can run. Executions record what happened in the app. Revenue routing to builders/stakers/treasury is designed for when on-chain settlement exists — it does not run today.
Skills
Versioned prompt bundles with pricing, ownership, routing, and public metadata.
Executions
Wallet-triggered runs through the LLM adapter, saved with receipt metadata.
Revenue
Fees split to builders, $SKRN stakers, and protocol treasury.
V1 implementation
The current app includes the marketplace, execution API, staking dashboard, submission flow, database receipts, and mock-safe LLM fallback. Full Anchor programs, Token-2022 mint deployment, and production Solana settlement are the next protocol layer.
Start here
- Use Quickstart to run the app locally and seed the first skills.
- Read Free trial & Live data for guest limits, mock vs live, and the desk wedge.
- Read How SolKernal works for the end-to-end execution lifecycle.
- Open API overview when wiring an external client or agent.
- Use Production checklist before mainnet or public beta deployment.