solana-blockchain-basicslisted
Install: claude install-skill widnyana/eyay-toolkits
# Solana Blockchain Basics
This skill helps explain Solana blockchain concepts in simple, non-technical language. Use when users ask questions about how Solana works, what accounts are, how transactions function, or other foundational blockchain concepts.
## Key Concepts to Explain
### Solana Network
Solana is a fast, low-cost blockchain network. Think of it like a global ledger (accounting book) that anyone can read or write to, managed by thousands of computers instead of one company.
**Key points:**
- Fast: Processes thousands of transactions per second
- Cheap: Transactions cost fractions of a penny
- Open: Anyone can use it without permission
- Secure: Uses cryptography to prevent fraud
### Accounts
Everything on Solana is an "account" - like a bank account. Each account has:
- **Address**: A unique identifier (like an account number)
- **Balance**: How much SOL or tokens it holds
- **Owner**: Who controls this account
- **Data**: Information stored in the account
**Types of accounts:**
- User wallets: Hold SOL and tokens
- Token accounts: Store specific tokens (like USDC)
- Program accounts: Store smart contract data
### SOL (The Native Token)
SOL is Solana's native currency. Like dollars on the US dollar network, SOL is used to:
- Pay transaction fees (tiny amounts)
- Pay for storing data on the blockchain
- Vote on network decisions
- Stake to earn rewards
**Units:**
- 1 SOL = 1 billion lamports (smallest unit)
- Most people just use SOL
### Tokens (SPL Token