How SolKernal works
The complete lifecycle from skill publication to execution, receipt creation, and revenue distribution.
Last updated July 2, 2026
Execution lifecycle
01
Publish
Builder submits skill metadata and prompt.
02
Discover
User opens marketplace, API, or Blink.
03
Execute
Input routes through SolKernal to the LLM.
04
Receipt
Result and output hash are recorded.
05
Settle
Fee attribution updates protocol stats.
- 1A builder publishes a skill with name, description, category, prompt template, model provider, fee, and wallet address.
- 2A user discovers the skill in the marketplace, opens a Blink, or calls the API.
- 3The app validates input, wallet identity, skill status, rate limits, and payment assumptions.
- 4The LLM engine injects user input into the skill prompt and routes to the configured provider.
- 5The result is returned to the user and an execution receipt is saved with fee, wallet, provider, output hash, and timestamp.
- 6Protocol stats update and the fee model attributes value to builder, stakers, and treasury.
Fee split
Stakers
50%
Builder
30%
Treasury
20%
| Recipient | Share | Reason |
|---|---|---|
| Builder | 30% | Rewards the author of the skill that generated value. |
| Stakers | 50% | Turns protocol usage into non-inflationary $SKRN yield. |
| Protocol treasury | 20% | Funds infrastructure, moderation, audits, and ecosystem growth. |
What SolKernal is not
- It is not an LLM host. It coordinates execution across external or configured providers.
- It is not a centralized SaaS subscription bundle. Pricing is attached to each skill execution.
- It is not an EVM marketplace in v1. The product is designed around Solana primitives.
- It is not a place to store private user data on-chain. Receipts should contain hashes and metadata, not sensitive content.
Related pages
SkillsA skill is a versioned AI capability with metadata, prompt instructions, input expectations, routing, pricing, and ownership.Execution receiptsReceipts create a verifiable trail for skill runs, payments, providers, and output hashes.Treasury and revenueHow execution fees create builder income, staker yield, and protocol runway.