Powered by Solana

Master Solana Development

Learn, build, and earn on-chain credentials through interactive courses and challenges.

Start Learning

40+

Courses

2,500+

Learners

1.2M

XP Awarded

lib.rs
use anchor_lang::prelude::*;
 
#[program]
pub mod superteam_academy {
pub fn complete_lesson(
ctx: Context<CompleteLessonCtx>,
xp_reward: u64
) -> Result<()> {
let learner = &mut ctx.accounts.learner;
learner.xp += xp_reward;
emit!(LessonCompleted {
learner: learner.key(),
xp_earned: xp_reward
});
Ok(())
}
}

+250 XP

Lesson Complete

Curated Curriculum

Hands-on courses designed by Solana ecosystem builders. Each course rewards you with on-chain XP and verifiable credentials.

250 XP
BeginnerSolana Core
Solana Fundamentals

Understand accounts, transactions, and the Solana runtime from first principles.

5 lessons

600 XP
IntermediateDeFi
Building a DEX with Anchor

Create a fully functional decentralized exchange with order books and AMM pools.

8 lessons

525 XP
IntermediateNFT & Metaplex
NFT Collections with Metaplex

Mint, manage, and trade NFT collections using the Metaplex Core standard.

7 lessons

800 XP
AdvancedSecurity
Smart Contract Auditing

Master security patterns and learn to identify common Solana program vulnerabilities.

8 lessons

Simple Process

How It Works

From wallet connection to on-chain credentials in three simple steps.

1

Connect & Enroll

Connect your wallet and enroll in courses tailored to your skill level.

2

Learn & Build

Complete interactive lessons with hands-on code challenges.

3

Earn & Prove

Earn soulbound XP tokens and verifiable credential NFTs.

Structured Learning

Learning Tracks

Follow curated tracks from beginner to expert, or pick individual courses that match your goals.

8 courses
Solana Core
Accounts, transactions, PDAs, CPIs, and the Solana runtime. The essential foundation for every Solana developer.
Beginner – IntermediateExplore
10 courses
DeFi Development
AMMs, lending protocols, order books, and token economics. Build the financial primitives of tomorrow.
Intermediate – AdvancedExplore
6 courses
NFT & Metaplex
Core NFTs, collections, candy machines, and marketplace integrations using the Metaplex standard.
Beginner – IntermediateExplore
5 courses
Security & Auditing
Vulnerability patterns, exploit analysis, secure coding practices, and formal verification techniques.
AdvancedExplore
Gamified Learning

Level Up Your Skills

Every lesson completed earns you soulbound XP tokens. Level up, unlock achievements, and mint verifiable credential NFTs.

2,450 XP

2,500 XP to next level

4
Engineer

94% to Level 5

12

day streak

Keep learning daily to maintain your streak

Superteam Academy

Solana Core Credential

Issued on Solana Devnet

Earned by

7xKt...3mRe

Soulbound NFTVerified

Achievement Badges

First Lesson

Complete your first lesson

Earned

Week Warrior

7-day learning streak

Earned

DeFi Builder

Complete the DeFi track

Earned

Bug Hunter

Find 5 vulnerabilities

Locked

Top Learners

19kYt...4dReLv.1215,400 XP
23mBf...7nLsLv.1112,800 XP
37xKt...3mReLv.99,200 XP
Community

Join the Community

Join thousands of Solana developers building the future of decentralized applications.

2,500+

Active Learners

40+

Interactive Courses

95%

Completion Rate

500+

Credentials Minted

Superteam Academy gave me the structured path I needed. I went from zero Rust knowledge to deploying my first program in two weeks.
A

Alex K.

Solana Developer4xRt...

The XP system kept me motivated. Earning real on-chain credentials I can show to employers made every lesson feel valuable.
M

Maria S.

DeFi Builder9kBm...

The security track opened my eyes to how many subtle vulnerabilities exist. Best investment in my career as an auditor.
C

Chen W.

Security Researcher2nLe...

Trusted by the Solana ecosystem

S
Solana Foundation
M
Metaplex
H
Helius
J
Jupiter
P
Phantom
ST
Superteam

Ready to Start Building?

Join thousands of developers learning Solana.

2,500+ developers already learning. No cost to start.