Skip to content
@SolKernalXYZ

SolKernalXYZ

SolKernal
AI Skill Operating System on Solana

Website · Documentation · Main Repository · X


What is SolKernal?

SolKernal is a decentralized AI execution layer built on Solana. It provides a permissionless marketplace where developers publish prompt bundles as executable skills, users pay per execution, and stakers earn a share of protocol fees.

Each skill is a structured prompt template with metadata, pricing, and LLM provider configuration. Skills can be executed from the web app, API, or Solana Blinks — enabling AI actions from Twitter, Telegram, or any URL. Every execution produces an on-chain receipt with full provenance, and skills can call other skills as composable sub-routines.

The protocol uses Solana as its settlement layer, leveraging sub-second finality, sub-cent transaction costs, and the Token-2022 standard for native staking yield and transfer fee distribution. The primary LLM provider is Cloudflare Workers AI, with OpenAI as fallback for complex skills.

Why SolKernal exists

AI capabilities today are fragmented across closed platforms, proprietary APIs, and isolated tools. Developers have no open platform to package AI functionality as reusable, monetizable units that users can discover and pay for without intermediaries.

  • No open marketplace — AI tools live in walled gardens. There is no permissionless platform to publish, discover, and execute AI skills.
  • No micropayment infrastructure — Existing payment rails make per-execution pricing impractical. Solana's sub-cent fees enable pay-per-use AI at any scale.
  • No verifiable execution — Without on-chain receipts, users cannot audit or prove how an AI output was produced.
  • No builder revenue model — Developers building AI-powered tools lack a direct path to earn from each usage without platform gatekeeping.
  • No composability — AI capabilities are siloed. Skills cannot be chained or composed into pipelines.

Core capabilities

Capability Description
Skill Marketplace Browse, search, filter, and sort published skills across DeFi, NFT, Analytics, and Dev Tools categories
Skill Publishing Submit a prompt template with metadata, category, LLM provider, and price in USDC. Free on devnet
Execution Engine Routes prompts to the configured LLM — Cloudflare Workers AI with OpenAI fallback
Solana Blinks Every skill generates a Blink URL executable from Twitter, Telegram, or any surface
Staking Stake $SKRN tokens and earn 50% of protocol execution fees distributed in USDC. No lock-up period
On-Chain Receipts Every execution writes a provenance record to Solana
Wallet Support Connect via Phantom, Solflare, or any Solana wallet adapter
Builder Analytics Track execution volume, revenue, and usage metrics (in progress)

How it works

Publisher                    User
    |                          |
    ▼                          ▼
Publish skill ──►  SolKernal Core  ◄── Trigger via web / Blink / API
                  (marketplace +
                   execution
                   engine)
                       |
          ┌────────────┼────────────┐
          ▼            ▼            ▼
   On-Chain Layer   LLM Layer   Database Layer
   (registry,      (Cloudflare  (skill catalog,
    receipts,       Workers AI,  executions,
    fees)           OpenAI)      users, staking)
                       |
                       ▼
                Output delivered
                Fee split: 30% builder
                           50% staker
                           20% treasury
  1. Publish — A developer submits a skill with a prompt template, metadata, category, LLM provider, and price in USDC.
  2. Discover — Users browse the marketplace, filter by category, and select a skill.
  3. Execute — The user triggers execution via the web app, API, or a Solana Blink link. The connected wallet signs the transaction.
  4. Route — SolKernal Core sends the prompt to the configured LLM provider.
  5. Deliver — Results are returned to the user. An on-chain receipt records the execution with provenance.
  6. Settle — The execution fee is split: 30% to the skill builder, 50% to $SKRN stakers, 20% to protocol treasury.

Architecture overview

SolKernal is a full-stack application backed by Solana for settlement and identity, with a modular three-layer architecture.

User Layer — The web app provides interfaces for browsing skills, executing prompts, submitting new skills, and managing stakes. Solana Blinks extend execution to external surfaces without requiring the web app.

Core Layer — The marketplace module handles skill cataloging, search, and discovery. The execution engine receives prompts, routes them to the configured LLM provider, and returns results. The staking dashboard manages stake positions and reward claims. All modules share a Prisma-backed database for the skill catalog, execution logs, user data, and staking statistics.

Infrastructure Layer — The on-chain layer (Solana) hosts the skill registry, $SKRN Token-2022, execution log accounts, and fee splitter logic. The LLM layer uses Cloudflare Workers AI as the primary inference provider with OpenAI as fallback. The database layer uses SQLite in development and PostgreSQL in production.

Tech stack: Next.js 14, TypeScript 5, Tailwind CSS, Prisma 5, @solana/web3.js, Anchor Framework (Rust), Cloudflare Workers AI, OpenAI API.

Build with SolKernal

All repositories are open source under the MIT license. Anyone can publish a skill without approval. Developers can contribute to the core platform, build new skills, or integrate the execution API into their own applications.

To get started:

  • Clone the main repository
  • Follow the installation and development guide
  • Submit a skill on devnet at no cost
  • Read the contribution guidelines in the repository

Questions, feature requests, or security concerns? Reach out at hello@solkernal.xyz.

Project status and roadmap

Live (v1.0) — Skill marketplace, execution engine, staking dashboard, Cloudflare Workers AI integration, Phantom wallet support, Protocol stats, Responsive web app.

Building (v2.0) — Solana Anchor smart contracts, $SKRN Token-2022 deployment, USDC payment integration, Solana Blinks generation, on-chain execution receipts, skill chaining, builder analytics, Telegram bot.

Future (v3.0+) — Multi-LLM providers, skill versioning and forking, reputation system, on-chain governance, mobile app, enterprise API.

Explore SolKernal


© 2026 SolKernalXYZ

Popular repositories Loading

  1. web web Public

    TypeScript

  2. .github .github Public

    Organization profile and community health files for SolKernalXYZ.

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…