# Introduction
Source: https://docs.validator.com/api-reference/introduction
Example section for showcasing API endpoints
If you're not looking to build API reference documentation, you can delete
this section by removing the api-reference folder.
## Welcome
There are two ways to build API documentation: [OpenAPI](https://mintlify.com/docs/api-playground/openapi/setup) and [MDX components](https://mintlify.com/docs/api-playground/mdx/configuration). For the starter kit, we are using the following OpenAPI specification.
View the OpenAPI specification file
## Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
```json theme={null}
"security": [
{
"bearerAuth": []
}
]
```
# Validator Status
Source: https://docs.validator.com/api-reference/validator-status
Get current validator status and performance metrics
## Get Validator Status
Retrieve the current status and performance metrics for Validator.com.
### Endpoint
```http theme={null}
GET /v1/status
```
### Parameters
No parameters required.
### Response
Current validator status: `active`, `inactive`, or `maintenance`
Validator uptime percentage over the last 30 days
Commission rate percentage (5%)
Total SOL currently staked with the validator
Validator vote account address
Validator identity key
### Example Request
```bash theme={null}
curl https://api.validator.com/v1/status
```
### Example Response
```json theme={null}
{
"status": "success",
"data": {
"status": "active",
"uptime": 99.97,
"commission": 5.0,
"active_stake": 2500000.5,
"vote_account": "VoteAccount1234567890abcdef",
"identity": "ValidatorCom1234567890abcdef",
"last_updated": "2024-01-15T10:30:00Z"
},
"timestamp": "2024-01-15T10:30:00Z"
}
```
## Get Validator Performance
Get detailed performance metrics for a specific time period.
### Endpoint
```http theme={null}
GET /v1/performance
```
### Parameters
Time period for metrics: `1d`, `7d`, `30d`, `90d`, `1y`
Data granularity: `hourly`, `daily`, `weekly`
### Response
Array of uptime percentages over the time period
Array of block production rates
Array of vote participation percentages
Array of reward amounts per period
### Example Request
```bash theme={null}
curl "https://api.validator.com/v1/performance?timeframe=30d&granularity=daily"
```
### Example Response
```json theme={null}
{
"status": "success",
"data": {
"timeframe": "30d",
"granularity": "daily",
"uptime": [99.98, 99.97, 99.99, 99.96, 99.98],
"block_production": [99.8, 99.9, 99.7, 99.8, 99.9],
"vote_participation": [100, 100, 100, 100, 100],
"rewards": [125.5, 127.2, 124.8, 126.1, 125.9],
"periods": [
"2024-01-10T00:00:00Z",
"2024-01-11T00:00:00Z",
"2024-01-12T00:00:00Z",
"2024-01-13T00:00:00Z",
"2024-01-14T00:00:00Z"
]
},
"timestamp": "2024-01-15T10:30:00Z"
}
```
## Get Validator Alerts
Retrieve recent alerts and notifications for the validator.
### Endpoint
```http theme={null}
GET /v1/alerts
```
### Parameters
Maximum number of alerts to return (1-100)
Filter by alert severity: `critical`, `warning`, `info`
Return alerts since this timestamp (ISO 8601 format)
### Response
Array of alert objects
Unique alert identifier
Alert severity level
Alert message description
When the alert was triggered
Whether the alert has been resolved
### Example Request
```bash theme={null}
curl "https://api.validator.com/v1/alerts?limit=5&severity=critical"
```
### Example Response
```json theme={null}
{
"status": "success",
"data": {
"alerts": [
{
"id": "alert_123456",
"severity": "critical",
"message": "Validator offline - investigating",
"timestamp": "2024-01-15T09:15:00Z",
"resolved": true,
"resolved_at": "2024-01-15T09:25:00Z"
},
{
"id": "alert_123457",
"severity": "warning",
"message": "Uptime below 99% threshold",
"timestamp": "2024-01-14T14:30:00Z",
"resolved": true,
"resolved_at": "2024-01-14T15:00:00Z"
}
]
},
"timestamp": "2024-01-15T10:30:00Z"
}
```
## Error Responses
### Invalid Parameters
```json theme={null}
{
"status": "error",
"error": {
"code": "INVALID_PARAMETER",
"message": "Invalid timeframe parameter",
"details": "timeframe must be one of: 1d, 7d, 30d, 90d, 1y"
},
"timestamp": "2024-01-15T10:30:00Z"
}
```
### Rate Limit Exceeded
```json theme={null}
{
"status": "error",
"error": {
"code": "RATE_LIMIT_EXCEEDED",
"message": "Rate limit exceeded",
"details": "Too many requests. Please try again later."
},
"timestamp": "2024-01-15T10:30:00Z"
}
```
# validator.com
Source: https://docs.validator.com/index
High-performance Solana validator for secure and reliable blockchain operations
## Welcome to validator.com
validator.com is a leading Solana validator providing secure, reliable, and high-performance blockchain validation services. Our validator operates with 99.9% uptime and offers competitive staking rewards for delegators.
Begin earning rewards by delegating your SOL tokens to our validator.
## Why Choose validator.com?
Experience the benefits of staking with a trusted and reliable validator.
Industry-leading uptime and performance metrics with advanced monitoring.
Enterprise-grade security with redundant infrastructure and failover systems.
Earn attractive staking rewards with transparent fee structure.
Dedicated support team available around the clock for assistance.
## Getting Started
Everything you need to start staking and earning rewards.
Learn about our validator architecture and performance metrics.
Complete setup instructions for validator configuration.
Step-by-step guide to delegate your SOL tokens.
Track validator performance and staking rewards in real-time.
## Key Features
Our validator runs on enterprise-grade infrastructure with redundant systems, ensuring maximum uptime and reliability for your staked tokens.
Multi-layered security approach including hardware security modules, encrypted communications, and regular security audits.
Real-time monitoring and alerting system to track validator performance, block production, and network participation.
Active community on Discord with regular updates, educational content, and direct support from our team.
## Ready to Start?
Connect with other stakers and get support from our community.
# Monitoring Dashboard
Source: https://docs.validator.com/monitoring/dashboard
Track validator performance and staking rewards in real-time
## Dashboard Overview
The Validator.com monitoring dashboard provides comprehensive real-time insights into validator performance, staking rewards, and network participation.
### Accessing the Dashboard
1. **Visit**: [dashboard.validator.com](https://dashboard.validator.com)
2. **Enter**: Your wallet address or stake account
3. **View**: Real-time performance metrics
4. **Track**: Historical data and trends
Access our real-time monitoring dashboard.
## Key Metrics
### Validator Performance
**99.97%**
Last 30 days
**99.8%**
Vote participation
**5%**
Competitive rate
**2.5M SOL**
Total delegated
### Network Metrics
**Current Epoch**: 123,456
**Epoch Progress**: 45%
**Network Uptime**: 99.9%
**Total Validators**: 1,500+
**7-Day Uptime**: 99.98%
**30-Day Uptime**: 99.97%
**90-Day Uptime**: 99.95%
**1-Year Uptime**: 99.92%
## Dashboard Features
### Real-Time Monitoring
**Real-time Updates**
**Performance Alerts**
**Status Notifications**
**Network Health**
**30-Day History**
**Performance Trends**
**Reward Tracking**
**Comparative Analysis**
### Staking Information
* Current stake amount - Pending rewards - Historical rewards - Performance
comparison
* Daily reward trends - APY calculations - Compound growth tracking - Fee
analysis
* Current epoch progress - Reward distribution timeline - Performance per
epoch - Historical epoch data
## Performance Alerts
### Alert Types
Our monitoring system provides several types of alerts:
**Validator Offline**: Immediate notification if validator goes offline
**Performance Drop**: Alert if uptime drops below 99%
**Network Issues**: Notifications for network-wide problems
**Uptime Changes**: Notifications for significant uptime changes
**Reward Changes**: Alerts for unusual reward patterns
**Commission Updates**: Notifications for commission rate changes
**Epoch Updates**: Regular epoch completion notifications
**Maintenance Windows**: Advance notice of planned maintenance
**Network Updates**: Important network and protocol updates
### Alert Channels
**Critical Issues**
**Daily Summaries**
**Weekly Reports**
**Real-time Updates**
**Community Alerts**
**Support Channel**
## Mobile Access
### Mobile Dashboard
Access the dashboard on mobile devices:
1. **Visit**: [dashboard.validator.com](https://dashboard.validator.com) on mobile
2. **Bookmark**: Add to home screen for quick access
3. **Notifications**: Enable push notifications for alerts
4. **Offline**: View cached data when offline
### Mobile Features
* **Responsive Design**: Optimized for all screen sizes
* **Touch-Friendly**: Easy navigation on mobile devices
* **Push Notifications**: Real-time alerts on mobile
* **Offline Support**: View cached data without internet
## API Access
### Programmatic Access
Access dashboard data programmatically:
```bash theme={null}
# Get validator status
curl https://api.validator.com/status
# Get staking information
curl https://api.validator.com/stake/
# Get performance metrics
curl https://api.validator.com/metrics
```
### API Documentation
Complete API documentation for programmatic access.
## Troubleshooting Dashboard
### Common Issues
**Possible Causes:** - Browser compatibility issues - Network connectivity
problems - Server maintenance **Solutions:** - Try different browser - Check
internet connection - Clear browser cache - Check maintenance status
**Possible Causes:** - Cached data issues - API synchronization delays -
Network latency **Solutions:** - Refresh the page - Clear browser cache -
Wait for data sync - Contact support if persistent
**Possible Causes:** - Network congestion - API rate limiting - Server load
issues **Solutions:** - Wait for next update cycle - Check network status -
Try again later - Contact support if critical
## Best Practices
### Monitoring Tips
**Monitoring Best Practices:** - Check dashboard regularly for performance
updates - Set up alerts for critical notifications - Monitor trends over time,
not just daily metrics - Compare performance with network averages - Keep
contact information updated for alerts
### Data Interpretation
* **Uptime**: Higher is better (aim for 99%+)
* **Commission**: Lower is better for delegators
* **Stake Amount**: Larger stakes indicate confidence
* **Performance**: Consistent performance over time
* **Rewards**: Compare with network averages
## Support
Need help with the dashboard?
Get help from our community and support team.
Contact us for technical assistance with the dashboard.
# Quickstart
Source: https://docs.validator.com/quickstart
Get started staking with validator.com in minutes
## Start Staking in Three Steps
Begin earning rewards by delegating your SOL tokens to validator.com.
### Step 1: Choose Your Wallet
Select a compatible Solana wallet to manage your tokens and staking operations.
The most popular Solana wallet with built-in staking features. 1. Download Phantom from [phantom.app](https://phantom.app) 2. Create a new wallet or import existing 3. Fund your wallet with SOL tokens 4. Navigate to the staking section
Feature-rich wallet with advanced staking options. 1. Visit [solflare.com](https://solflare.com) 2. Install browser extension or mobile app 3. Set up your wallet and add SOL 4. Access staking dashboard
For advanced users who prefer command-line tools. 1. Install Solana CLI tools 2. Configure your wallet 3. Use `solana stake` commands 4. Monitor via command line
### Step 2: Delegate to validator.com
Delegate your SOL tokens to our validator using your chosen method.
1. Open Phantom wallet
2. Click "Stake" in the main menu
3. Click "Stake with Validator"
4. Search for "Validator.com" or use our validator ID
5. Enter amount to stake (minimum 0.1 SOL)
6. Confirm the transaction
1. Open Solflare wallet
2. Navigate to "Staking" section
3. Click "Delegate Stake"
4. Enter our validator identity: `ValidatorCom1234567890abcdef`
5. Specify stake amount
6. Review and confirm transaction
```bash theme={null}
# Create a stake account
solana create-stake-account --from
# Delegate to our validator
solana delegate-stake ValidatorCom1234567890abcdef
# Check stake status
solana stake-account
```
### Step 3: Monitor Your Rewards
Track your staking rewards and validator performance.
Most wallets provide built-in staking dashboards:
* View current stake amount
* Track pending rewards
* Monitor validator performance
* Access historical data
```bash theme={null}
# Check stake account balance
solana balance
# View stake account details
solana stake-account
# Check validator information
solana validators --output json | grep ValidatorCom1234567890abcdef
```
## Important Information
### Staking Basics
**Minimum Stake**: 0.1 SOL
**Commission**: 5% of rewards
**Reward Frequency**: Every epoch (\~2 days)
**Unstaking Period**: \~2-3 days
**Validator Identity**: `ValidatorCom1234567890abcdef`
### Understanding Rewards
Staking rewards are calculated based on:
* **Network Inflation**: Current Solana inflation rate (\~6.5%)
* **Validator Performance**: Our uptime and participation
* **Commission**: 5% fee deducted from rewards
* **Stake Weight**: Your stake relative to total validator stake
### Security Best Practices
**Important Security Tips:** - Never share your private keys or seed phrases - Always verify validator identity before staking - Use official wallet applications only - Enable two-factor authentication where available - Keep your wallet software updated
## Next Steps
Now that you're staking with Validator.com, explore these additional features:
Track validator performance and your staking rewards in real-time.
Learn how staking rewards are calculated and distributed.
Common issues and solutions for staking operations.
Connect with other stakers and get support from our community.
## Need Help?
Contact our support team for assistance with staking or any questions.
# Solana DeFi
Source: https://docs.validator.com/solana/defi
How to get started
A Beginner-Friendly Guide
Decentralized Finance — often called **DeFi** — is one of the biggest innovations in the blockchain world. It replaces traditional financial services (like exchanges, lending, borrowing, trading, and earning yield) with open, permissionless tools built on-chain.
Solana has quickly become one of the most popular places for DeFi because it offers fast transactions, low fees, and a growing ecosystem of apps that anyone can use.
This guide explains DeFi on Solana in plain, beginner-friendly language.
***
## What Is DeFi?
DeFi stands for **Decentralized Finance** — financial services built on public blockchains instead of being controlled by banks or institutions.
In DeFi, you can:
* Swap tokens
* Earn yield
* Provide liquidity
* Borrow and lend
* Trade assets
* Manage portfolios
All without creating an account or asking permission.
Everything is transparent, programmable, and secured by blockchain.
***
## Why Solana Is Popular for DeFi
Solana’s design makes it ideal for high-volume financial applications:
### **1. Extremely low fees**
Most transactions cost less than \$0.01, making it affordable for everyday use.
### **2. Fast transactions**
Trades, swaps, or liquidity actions confirm in less than a second.
### **3. Smooth user experience**
Apps on Solana feel closer to traditional fintech apps than old-school blockchain tools.
### **4. Scalable architecture**
Solana is built to support thousands of transactions per second — perfect for trading activity, orderbooks, and real-time financial apps.
These advantages have made Solana home to some of the most widely-used DeFi platforms in the world.
***
## Key Concepts in Solana DeFi (Explained Simply)
You don’t need technical knowledge — just the basics.
### **1. Swapping**
Swapping means exchanging one token for another.\
Instead of using a centralized exchange, you use an on-chain swap tool (like Jupiter).
### **2. Liquidity Pools**
When people deposit tokens into a pool so others can trade, they become **liquidity providers (LPs)** and earn fees.
### **3. Yield**
You can earn rewards through staking, lending, LP fees, or participating in various DeFi protocols.
### **4. Staking**
This is not strictly DeFi, but it’s a foundational part of Solana. Staking SOL helps secure the network and earns staking rewards.
### **5. Smart Contracts**
Automated programs that execute financial actions without middlemen.
***
## Popular DeFi Apps on Solana
Here are some of the core platforms beginners often start with:
### **1. Jupiter**
The leading swap aggregator.\
Helps you find the best price when swapping any Solana token.
### **2. Raydium & Orca**
Automated Market Makers (AMMs) where you can trade or provide liquidity.
### **3. Kamino**
Deposit assets to earn a yield, borrow against your assets. The best place to lending and borrowing on Solana
### 4. Meteora
A more advanced platform to provide liquidity on Solana. Has multiple free bootcamps you can participate in to learn.
You don’t need all of them — just knowing these categories helps you navigate DeFi better.
***
## What Can You Do in Solana DeFi?
### **Swap Tokens**
Trade one asset for another instantly.
### **Earn Yield**
Deposit tokens to earn interest or reward tokens.
### **Lend or Borrow**
Lend your assets for yield or borrow tokens by providing collateral.
### **Participate in LP Pools**
Provide liquidity to earn trading fees.
***
## What Makes Solana DeFi Beginner-Friendly?
* No need for complex gas management
* Fees are too small to worry about
* Most apps load instantly
* Wallet apps (Phantom, Solflare, Backpack) integrate seamlessly
* Great UX compared to older DeFi ecosystems
Many beginners are surprised by how simple it feels.
***
## Risks You Should Know (No Sugarcoating)
DeFi is powerful — but not risk-free.
### **1. Smart contract risk**
Bugs or vulnerabilities can cause funds to be lost.
### **2. Market risk**
Token prices can move quickly.
### **3. Liquidation risk**
If you borrow and your collateral falls in value, you may be liquidated.
### **4. Impermanent Loss**
Happens when providing liquidity to AMMs; prices move and reduce your returns.
Always start small and learn the basics before diving deep.
***
## A Simple DeFi Example (For Newcomers)
Here’s what a typical beginner might do:
1. Create a Phantom wallet
2. Buy SOL on an exchange and send it to the wallet
3. Use Jupiter to swap a small amount of SOL for another token
4. Try staking SOL to earn passive rewards
5. Explore lending platforms to see how deposits & yields work
This gives you hands-on understanding without taking major risks.
***
## In Summary
DeFi on Solana is:
* Fast
* Cheap
* User-friendly
* High-performance
* Accessible to anyone
You can trade, earn yield, borrow, lend, and participate in a global financial system built on open-code and decentralization.
Solana’s speed and low fees make it one of the best ecosystems for beginners taking their first steps into decentralized finance.
# Introduction to Solana
Source: https://docs.validator.com/solana/introduction
Learn the basics about the blockchain
### What is Solana?
Solana is a public blockchain platform. Think of it like a global digital ledger that anyone can use to build applications or exchange value without relying on a single company or bank.\
Unlike older blockchains that can get slow and expensive when lots of people use them, Solana was designed from the start to be fast and low-cost.
### Who started it and why?
The project behind Solana began with Anatoly Yakovenko and his colleagues at the company Solana Labs, with help from Raj Gokal and others.\
Yakovenko’s idea emerged around 2017: How can a blockchain process thousands of transactions per second, settle quickly, and keep the cost of each transaction very low? \
Solana’s network launched its mainnet in March 2020.
### What makes it different?
There are a few technical ideas behind Solana — here’s a simple version:
* **Proof of Stake (PoS)** – Many modern blockchains use this mechanism: holders of the native token (SOL) “stake” it as part of validating or securing the network.
* **Proof of History (PoH)** – This is Solana’s special twist: it introduces a kind of cryptographic “clock” or timestamp that helps the network know the order of events before they’re fully processed. It’s like pre-ordering the queue to speed things up. \
Because of these, Solana can handle many transactions very quickly, and with lower fees compared to some other blockchains.
### Why it matters (even if you’re not into crypto)
* If you’ve ever used an app that felt slow or expensive because of “blockchain fees” or delays, the promise of Solana is to reduce those frictions.
* It opens up possibilities for new applications: things like digital marketplaces, tokenised assets, games that run on blockchain, or even financial services that don’t need traditional banks.
* For everyday users, it could mean faster, cheaper digital experiences when interacting with technology anchored in a blockchain.
### A few caveats (to keep in mind)
* “Faster” and “cheaper” are relative. The technology is still evolving, and there have been times when Solana’s network faced disruptions.
* Just because something runs on Solana, or any blockchain,doesn’t guarantee it’s safe or well-designed. As always: explore carefully if you’re participating.
* As with all new tech, trade-offs exist (complexity, security, ecosystem maturity) and things can change quickly.
### In short
If you imagine a blockchain as a **digital “railway system”** for value, apps and data:
* Solana set out to build a **high-speed express line**, rather than a local commuter track.
* Founded by people who believed the “one-train-fits-all” model (old slower blockchains) wasn’t enough for the next generation of apps.
* And its promise: faster trips, lower ticket price (fees), open to more users building more things.
***
# What Is a Solana Wallet?
Source: https://docs.validator.com/solana/wallet
A Simple Guide for Beginners
A **Solana wallet** is your personal gateway to the Solana blockchain. It lets you store SOL, interact with apps, trade tokens, mint NFTs, and manage your digital identity — all from one place.
But if you’re new to crypto, “wallet” can be a confusing word. It doesn’t actually **hold** your crypto. Instead, it helps you **access** it.
Let’s break it down in simple terms.
***
## What Exactly *Is* a Solana Wallet?
A Solana wallet is a tool (usually an app or browser extension) that:
* Stores your **private keys** securely
* Allows you to send and receive SOL
* Connects you to Solana apps
* Displays your tokens, NFTs and activity
* Helps you stake SOL with validators
Think of it like your **online banking app**, but for blockchain — except **you** control it, not a bank.
***
## Key Concept: Your Wallet Doesn’t Hold Your Crypto
This is the part most beginners misunderstand.
Your crypto lives **on the Solana blockchain** — not inside the wallet app.
Your wallet simply stores the **private key** that proves those assets belong to you.\
If someone gets your private key or recovery phrase, they can take everything.
That’s why security matters so much.
***
## Private Keys & Recovery Phrases (Explained Simply)
When you create a wallet, it gives you a **12–24 word recovery phrase**.
This phrase is the master key to your wallet.
* Lose it → You lose access
* Share it → Someone else gets access
* Store it safely → Your funds stay safe
A wallet app is just a tool.\
Your recovery phrase is the real ownership.
***
## Types of Solana Wallets
### 1. **Browser Wallets**
Examples: *Phantom, Solflare, Backpack*\
Great for beginners. Install as an extension and connect to apps instantly.
* Easy to use
* Quick transactions
* Works well with DeFi, NFTs, and dApps
### 2. **Mobile Wallets**
Examples: *Phantom Mobile, Solflare Mobile*\
Perfect for people who prefer using their phone.
* Biometric unlock
* Instant notifications
* Portable and convenient
### 3. **Hardware Wallets**
Examples: *Ledger Nano X, Ledger Nano S Plus*\
Best for long-term storage.
* Stores your private key offline
* Most secure option
* Ideal for higher amounts of SOL
Many Solana browser wallets support Ledger, so you can combine convenience and security.
***
## Why Do You Need a Wallet?
If you want to do anything on Solana, a wallet is essential:
* Sending or receiving SOL
* Purchasing tokens
* Trading on Jupiter
* Minting or collecting NFTs
* Playing Solana games
* Using decentralized apps
* Staking SOL for rewards
It’s your identity — your key to interacting with the Solana ecosystem.
***
## How to Choose the Right Wallet
Here’s a simple decision guide:
* **Just getting started:** Phantom or Solflare
* **Active trader / DeFi user:** Backpack or Phantom
* **Long-term holder:** Ledger (hardware)
* **NFTs + social features:** Backpack
* **Mobile-first user:** Phantom Mobile
All wallets do the basics — but each shines in different areas.
***
## Setting Up a Wallet (Beginner Walkthrough)
Regardless of which app you choose, the setup flow looks like this:
1. **Download the official app or extension**\
(Always double-check the website; avoid fake apps.)
2. **Create a new wallet**\
The app will generate your private key and recovery phrase.
3. **Write down your recovery phrase**\
Store it on paper. Never online. Never send it to anyone.
4. **Create a password**\
This protects the wallet on your device.
5. **Add some SOL**\
You can buy SOL on an exchange and send it to your new address.
Once that’s done — you’re in.\
You can now explore the entire Solana ecosystem.
***
## Security Tips (Non-Negotiable for Beginners)
* Never share your recovery phrase — with anyone.
* Don’t store it in Notes, screenshots, email, or cloud storage.
* Only download wallets from official websites.
* Always triple-check website URLs before connecting your wallet.
* Use a hardware wallet for large amounts.
A little caution goes a long way.
***
## In Summary
A Solana wallet is:
* Your identity on the Solana blockchain
* Your access point to apps, NFTs, tokens, and DeFi
* A secure tool that stores your private keys
* Something only *you* control — no bank, no middleman
For beginners, a wallet is the first essential step.\
Once you have one set up, the entire world of Solana becomes accessible.
***
If you want, I can write **follow-up Mintlify articles** on:
* How to create a Phantom wallet
* How to stake SOL safely
* How Solana transactions work
* Beginner mistakes to avoid
* Solana vs Ethereum explained simply
Just tell me which one you want next.
# Delegate Tokens
Source: https://docs.validator.com/staking/delegate-tokens
Step-by-step guide to delegating SOL tokens to Validator.com
## Delegation Methods
Choose the method that best suits your needs and technical expertise.
### Method 1: Phantom Wallet (Recommended)
Phantom is the most popular Solana wallet with built-in staking features.
#### Step-by-Step Instructions
1. **Install Phantom Wallet**
* Visit [phantom.app](https://phantom.app)
* Download for your browser or mobile device
* Create a new wallet or import existing
2. **Fund Your Wallet**
* Purchase SOL from an exchange
* Transfer SOL to your Phantom wallet address
* Ensure you have enough SOL for staking (minimum 0.1 SOL)
3. **Access Staking Section**
* Open Phantom wallet
* Click on "Stake" in the main navigation
* Select "Stake with Validator"
4. **Find Validator.com**
* Search for "Validator.com" in the validator list
* Or use our validator identity: `ValidatorCom1234567890abcdef`
* Verify the commission rate shows 5%
5. **Delegate Your Tokens**
* Enter the amount of SOL you want to stake
* Review the transaction details
* Confirm the delegation transaction
* Wait for confirmation (usually 1-2 minutes)
**Transaction Fee**: \~0.000005 SOL
**Confirmation Time**: 1-2 minutes
**Minimum Stake**: 0.1 SOL
### Method 2: Solflare Wallet
Solflare offers advanced staking features and detailed analytics.
#### Step-by-Step Instructions
1. **Install Solflare Wallet**
* Visit [solflare.com](https://solflare.com)
* Install browser extension or mobile app
* Set up your wallet and secure your seed phrase
2. **Navigate to Staking**
* Open Solflare wallet
* Click on "Staking" in the main menu
* Select "Delegate Stake"
3. **Enter Validator Information**
* Paste our validator identity: `ValidatorCom1234567890abcdef`
* Verify the validator details are correct
* Check commission rate (5%)
4. **Configure Stake Amount**
* Enter the amount of SOL to stake
* Review estimated rewards
* Set up automatic restaking (optional)
5. **Execute Delegation**
* Review all transaction details
* Confirm the delegation
* Monitor transaction status
### Method 3: Command Line Interface (CLI)
For advanced users who prefer command-line tools.
#### Prerequisites
```bash theme={null}
# Install Solana CLI tools
curl -sSf https://release.solana.com/v1.17.0/install | sh
# Add to PATH
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
# Verify installation
solana --version
```
#### Step-by-Step Instructions
1. **Configure Solana CLI**
```bash theme={null}
# Set cluster (mainnet-beta for production)
solana config set --url https://api.mainnet-beta.solana.com
# Set keypair
solana config set --keypair ~/.config/solana/id.json
# Check balance
solana balance
```
2. **Create Stake Account**
```bash theme={null}
# Create stake account keypair
solana-keygen new --outfile ~/.config/solana/stake-account.json
# Create stake account
solana create-stake-account ~/.config/solana/stake-account.json 1.0
```
3. **Delegate to Validator.com**
```bash theme={null}
# Delegate stake to our validator
solana delegate-stake ~/.config/solana/stake-account.json ValidatorCom1234567890abcdef
# Verify delegation
solana stake-account ~/.config/solana/stake-account.json
```
4. **Monitor Stake Account**
```bash theme={null}
# Check stake account status
solana stake-account ~/.config/solana/stake-account.json
# View validator information
solana validators --output json | grep ValidatorCom1234567890abcdef
```
## Verification Steps
### Confirm Successful Delegation
After delegating, verify your stake is active:
In your wallet's staking section:
* Your stake should show as "Active"
* Validator should display as "Validator.com"
* Commission should show 5%
* Rewards should start accumulating after 1-2 epochs
Use Solana block explorers:
1. Visit [explorer.solana.com](https://explorer.solana.com)
2. Search for your wallet address
3. Navigate to "Stake Accounts" tab
4. Verify delegation to Validator.com
```bash theme={null}
# Check stake account details
solana stake-account
# View validator performance
solana validators --output json | grep ValidatorCom1234567890abcdef
```
## Managing Your Stake
### Adding More Stake
To increase your stake with Validator.com:
1. **Create Additional Stake Account**
```bash theme={null}
# Create new stake account
solana create-stake-account ~/.config/solana/stake-account-2.json 1.0
# Delegate to same validator
solana delegate-stake ~/.config/solana/stake-account-2.json ValidatorCom1234567890abcdef
```
2. **Merge Stake Accounts** (Optional)
```bash theme={null}
# Merge stake accounts
solana merge-stake ~/.config/solana/stake-account.json ~/.config/solana/stake-account-2.json
```
### Withdrawing Stake
To withdraw your stake:
**Important**: Withdrawing stake takes 2-3 days (cooling-off period) before
tokens become available.
```bash theme={null}
# Deactivate stake account
solana deactivate-stake ~/.config/solana/stake-account.json
# Wait for cooling-off period (2-3 days)
# Withdraw stake
solana withdraw-stake ~/.config/solana/stake-account.json
```
## Troubleshooting
### Common Issues
**Possible Causes:** - Insufficient SOL for transaction fees - Network
congestion - Invalid validator identity **Solutions:** - Ensure you have at
least 0.01 SOL for fees - Retry transaction during less busy periods -
Double-check validator identity
**Possible Causes:** - Delegation still processing - Validator temporarily
offline - Network issues **Solutions:** - Wait 1-2 epochs for activation -
Check validator status - Monitor network status
**Possible Causes:** - Stake recently delegated - Validator performance
issues - Network-wide issues **Solutions:** - Wait 2-3 epochs for first
rewards - Check validator performance metrics - Monitor network status
## Best Practices
### Security Tips
**Security Best Practices:** - Never share your private keys or seed phrases -
Always verify validator identity before staking - Use official wallet
applications only - Enable two-factor authentication where available - Keep
your wallet software updated - Use hardware wallets for large amounts
### Optimization Tips
* **Stake Amount**: Consider staking 1+ SOL for optimal rewards
* **Timing**: Stake during low network congestion for lower fees
* **Monitoring**: Regularly check validator performance
* **Diversification**: Consider multiple validators for risk management
## Support
Need help with delegation?
Get help from our community and support team.
Contact us directly for technical assistance.
# Staking Introduction
Source: https://docs.validator.com/staking/introduction
Complete guide to staking with validator.com
## What is Staking?
Staking is the process of delegating your SOL tokens to a validator to help secure the Solana network and earn rewards in return. When you stake with Validator.com, you're contributing to network security while earning passive income.
### How Staking Works
By staking your SOL tokens, you're helping to secure the Solana blockchain. Validators use staked tokens to participate in consensus and validate transactions.
Stakers earn rewards from network inflation and transaction fees. These rewards are distributed proportionally based on your stake amount and validator performance.
Solana operates on epochs (approximately 2 days). Rewards are calculated and distributed at the end of each epoch based on validator performance.
## Why Stake with validator.com?
### Competitive Advantages
**99.97% Uptime**
**Low Commission** (5%)
**Fast Block Production**
**Reliable Infrastructure**
**Hardware Security Modules**
**Encrypted Communications**
**Regular Security Audits**
**Air-Gapped Operations**
### Transparent Operations
* **Public Metrics**: All performance data is publicly available
* **Regular Updates**: Monthly transparency reports
* **Community Governance**: Community input on major decisions
* **Open Source**: Monitoring tools and configurations
## Staking Process Overview
### Step-by-Step Process
1. **Choose Your Wallet**: Select a compatible Solana wallet
2. **Fund Your Wallet**: Ensure you have SOL tokens to stake
3. **Select Validator**: Choose validator.com as your validator
4. **Delegate Tokens**: Transfer your SOL to our validator
5. **Monitor Rewards**: Track your staking performance
### Minimum Requirements
**Minimum Stake**: 0.1 SOL
**Recommended Stake**: 1+ SOL for optimal rewards
**Maximum Stake**: No limit
**Staking Duration**: No minimum lock period
## Understanding Rewards
### Reward Calculation
Staking rewards are calculated using the following formula:
```
Reward = (Your Stake / Total Validator Stake) × Validator Rewards × (1 - Commission)
```
### Factors Affecting Rewards
Solana's current inflation rate is approximately 6.5% annually. This creates the base reward pool for all validators.
Our validator's uptime, block production rate, and network participation directly impact reward distribution.
We charge a 5% commission on rewards, which is competitive in the market and covers operational costs.
Your rewards are proportional to your stake relative to our total validator stake.
### Expected Returns
Based on current network conditions:
* **Annual Percentage Yield (APY)**: 7-8%
* **Daily Rewards**: \~0.02% of staked amount
* **Epoch Rewards**: \~0.04% of staked amount
* **Compound Effect**: Rewards can be automatically restaked
## Risk Considerations
### Understanding Risks
**Important Risk Information:** - **Slashing Risk**: Minimal on Solana (rare penalty for malicious behavior) - **Validator Downtime**: Temporary loss of rewards during downtime - **Network Risk**: General blockchain and cryptocurrency risks - **Commission Changes**: Validator may adjust commission rates with notice
### Risk Mitigation
Our validator implements several risk mitigation strategies:
* **Redundant Infrastructure**: Multiple backup systems
* **24/7 Monitoring**: Continuous system monitoring
* **Professional Operations**: Experienced team managing infrastructure
* **Insurance Coverage**: Comprehensive insurance for operational risks
## Staking Strategies
### Basic Staking
Simple delegation of SOL tokens to earn rewards:
* **Suitable for**: Beginners and passive investors
* **Effort Required**: Minimal
* **Expected APY**: 7-8%
* **Risk Level**: Low
### Compound Staking
Automatically reinvesting rewards to maximize returns:
* **Suitable for**: Long-term investors
* **Effort Required**: Low (automated)
* **Expected APY**: 7.5-8.5%
* **Risk Level**: Low
### Advanced Strategies
For experienced users seeking optimization:
* **Multiple Validators**: Diversify across several validators
* **Timing Optimization**: Stake during high-reward periods
* **Liquidity Management**: Balance staked vs. liquid tokens
## Getting Started
Ready to start staking? Follow our comprehensive guides:
Step-by-step guide to delegating your SOL tokens.
Detailed explanation of reward calculation and distribution.
Track your staking rewards and validator performance.
Common issues and solutions for staking operations.
## Support and Resources
### Getting Help
Join our active Discord community for support and updates.
Contact our support team directly for assistance.
### Educational Resources
* **Solana Documentation**: [docs.solana.com](https://docs.solana.com)
* **Staking Guide**: [solana.com/staking](https://solana.com/staking)
* **Validator List**: [validators.app](https://validators.app)
* **Network Status**: [status.solana.com](https://status.solana.com)
# Staking Rewards
Source: https://docs.validator.com/staking/rewards
Understanding staking rewards calculation and distribution
## How Rewards Work
Staking rewards on Solana are generated through network inflation and distributed to validators and their delegators based on performance and stake weight.
### Reward Sources
Solana's current inflation rate is approximately 6.5% annually. This creates
new SOL tokens that are distributed as staking rewards to maintain network
security.
A portion of transaction fees collected by the network is also distributed
as rewards to validators and their delegators.
Rewards are distributed based on validator uptime, block production, and
network participation. Higher performance means more rewards.
## Reward Calculation
### Basic Formula
Your staking rewards are calculated using this formula:
```
Your Rewards = (Your Stake / Total Validator Stake) × Validator Rewards × (1 - Commission)
```
### Detailed Breakdown
The amount of SOL you've delegated to Validator.com. Larger stakes receive
proportionally more rewards.
Our validator's uptime, block production rate, and network participation
directly impact total rewards earned.
We charge 5% commission on rewards, which is competitive and covers
operational costs.
Overall network performance and inflation rate affect the total reward pool
available.
## Expected Returns
### Current Performance Metrics
Based on our validator's performance and current network conditions:
**7-8%**
Expected annual return
**\~0.02%**
Of staked amount
**\~0.04%**
Every 2 days
**5%**
Deducted from rewards
### Historical Performance
**APY**: 7.2%
**Total Rewards**: 1,250 SOL distributed
**Uptime**: 99.97%
**Average Stake**: 2.1M SOL
**APY**: 7.5%
**Total Rewards**: 3,750 SOL distributed
**Uptime**: 99.95%
**Average Stake**: 2.3M SOL
**APY**: 7.8%
**Total Rewards**: 15,000 SOL distributed
**Uptime**: 99.92%
**Average Stake**: 2.5M SOL
## Reward Distribution
### Epoch System
Solana operates on epochs (approximately 2 days each):
1. **Epoch Start**: New epoch begins
2. **Block Production**: Validators produce blocks and vote
3. **Performance Calculation**: Network calculates validator performance
4. **Reward Distribution**: Rewards distributed at epoch end
5. **Next Epoch**: Process repeats
### Distribution Timeline
**Reward Timeline:** - **Epoch Duration**: \~2 days - **Reward Calculation**:
End of each epoch - **Distribution**: Automatic to stake accounts - **First
Rewards**: 1-2 epochs after delegation - **Compound Effect**: Rewards can be
automatically restaked
## Factors Affecting Rewards
### Network-Level Factors
Solana's inflation rate affects the total reward pool. Currently at \~6.5%
annually, decreasing over time.
As more SOL is staked across the network, individual rewards may decrease
due to dilution.
Overall network health and performance can impact reward distribution
mechanisms.
### Validator-Level Factors
Our validator's uptime directly impacts rewards. Higher uptime = more
rewards.
Consistent block production and voting participation maximizes reward
potential.
Our validator's total stake affects our share of network rewards.
### Individual Factors
Larger stakes receive proportionally more rewards, but smaller stakes still
earn competitive returns.
Longer staking periods allow for compound growth and consistent reward
accumulation.
Automatically restaking rewards can increase overall returns through
compound growth.
## Monitoring Your Rewards
### Wallet Dashboards
Most Solana wallets provide built-in reward tracking:
* **Current Rewards**: Pending rewards from current epoch
* **Historical Data**: Past reward distributions
* **Performance Metrics**: Validator uptime and performance
* **Projected Returns**: Estimated future rewards
### Validator.com Dashboard
Our dedicated dashboard provides detailed analytics:
1. **Visit**: [dashboard.validator.com](https://dashboard.validator.com)
2. **Enter**: Your wallet address
3. **View**: Detailed staking information
4. **Track**: Performance metrics and rewards
### Command Line Monitoring
```bash theme={null}
# Check stake account balance
solana balance
# View detailed stake account info
solana stake-account
# Check validator performance
solana validators --output json | grep ValidatorCom1234567890abcdef
```
## Reward Optimization
### Maximizing Returns
Automatically restaking rewards can increase overall returns through
compound growth over time.
Longer staking periods allow for consistent reward accumulation and compound
growth.
Staking 1+ SOL typically provides optimal reward-to-fee ratios and better
performance tracking.
### Risk Management
**Important Considerations:** - Rewards are not guaranteed and depend on
network and validator performance - Commission rates may change with advance
notice - Network conditions can affect reward distribution - Past performance
doesn't guarantee future results
## Tax Considerations
### Reward Taxation
**Tax Information:** - Staking rewards are generally considered taxable income
* Rewards are typically taxed when received - Keep detailed records of all
reward transactions - Consult a tax professional for specific guidance - Use
tools like Koinly or CoinTracker for tax reporting
### Record Keeping
Maintain records of:
* Initial stake amounts
* Reward distributions
* Commission fees paid
* Unstaking transactions
* Transaction timestamps and amounts
## Troubleshooting Rewards
### Common Issues
**Possible Causes:** - Recently delegated (wait 1-2 epochs) - Validator
temporary downtime - Network-wide issues **Solutions:** - Wait 2-3 epochs
for first rewards - Check validator status - Monitor network status
**Possible Causes:** - Network performance issues - Increased total network
stake - Validator performance dip **Solutions:** - Check network status -
Review validator metrics - Compare with historical averages
**Possible Causes:** - Network congestion - Epoch boundary delays -
Technical issues **Solutions:** - Wait for next epoch - Check network status
* Contact support if persistent
## Support
Need help understanding your rewards?
Join our community for reward discussions and support.
Contact us for detailed reward analysis and assistance.
# Common Issues
Source: https://docs.validator.com/troubleshooting/common-issues
Troubleshooting guide for common staking and validator issues
## Staking Issues
### Transaction Problems
**Symptoms:** - Transaction shows as failed in wallet - Error message
displayed - SOL not staked **Common Causes:** - Insufficient SOL for
transaction fees - Network congestion - Invalid validator identity - Wallet
connection issues **Solutions:** 1. Ensure you have at least 0.01 SOL for
fees 2. Retry during less busy periods 3. Double-check validator identity 4.
Refresh wallet connection 5. Try different wallet if persistent
**Symptoms:** - Transaction stuck in pending state - No confirmation
received - Balance not updated **Common Causes:** - Network congestion - Low
transaction fee - Wallet synchronization issues **Solutions:** 1. Wait 5-10
minutes for confirmation 2. Check network status 3. Increase transaction fee
if possible 4. Refresh wallet 5. Check transaction on block explorer
**Symptoms:** - "Insufficient balance" error - Cannot complete staking
transaction **Common Causes:** - Not enough SOL for stake amount - Not
enough SOL for transaction fees - Account locked or frozen **Solutions:** 1.
Check available SOL balance 2. Ensure minimum 0.1 SOL + fees 3. Reduce stake
amount if needed 4. Add more SOL to wallet 5. Check account status
### Stake Account Issues
**Symptoms:** - Stake shows as inactive - No rewards being earned -
Validator not showing delegation **Common Causes:** - Recent delegation
(waiting for activation) - Validator temporarily offline - Network
synchronization issues **Solutions:** 1. Wait 1-2 epochs for activation 2.
Check validator status 3. Verify delegation on block explorer 4. Contact
support if persistent
**Symptoms:** - Stake active but no rewards - Rewards stopped appearing -
Lower than expected rewards **Common Causes:** - Recently staked (first
rewards take 1-2 epochs) - Validator performance issues - Network-wide
problems - Commission rate changes **Solutions:** 1. Wait 2-3 epochs for
first rewards 2. Check validator performance metrics 3. Monitor network
status 4. Compare with historical averages 5. Contact support for analysis
**Symptoms:** - Unstaking transaction fails - Stake remains active - Error
messages during unstaking **Common Causes:** - Stake account not properly
deactivated - Cooling-off period not completed - Network issues -
Insufficient fees **Solutions:** 1. Ensure stake is deactivated first 2.
Wait for cooling-off period (2-3 days) 3. Check network status 4. Ensure
sufficient SOL for fees 5. Try again during stable network conditions
## Validator Performance Issues
### Uptime Problems
**Symptoms:** - Dashboard shows offline status - No block production - Stake
shows as inactive **Common Causes:** - Hardware failure - Network
connectivity issues - Software bugs - Maintenance windows **Solutions:** 1.
Check validator status page 2. Monitor Discord for updates 3. Wait for
automatic recovery 4. Contact support if prolonged
**Symptoms:** - Lower uptime percentage - Missed votes - Reduced rewards
**Common Causes:** - Network congestion - Hardware issues - Software updates
* External dependencies **Solutions:** 1. Monitor performance trends 2.
Check for maintenance announcements 3. Compare with network averages 4.
Contact support for investigation
## Wallet Issues
### Connection Problems
**Symptoms:** - Cannot connect to Solana network - Balance not loading -
Transaction errors **Common Causes:** - Network connectivity issues - RPC
endpoint problems - Wallet configuration issues **Solutions:** 1. Check
internet connection 2. Try different RPC endpoint 3. Restart wallet
application 4. Clear wallet cache 5. Update wallet software
**Symptoms:** - Balance shows old amount - Recent transactions not visible -
Staking status outdated **Common Causes:** - Wallet synchronization issues -
RPC endpoint delays - Cache problems **Solutions:** 1. Refresh wallet 2.
Clear cache and restart 3. Check block explorer for transactions 4. Try
different RPC endpoint 5. Update wallet software
## Network Issues
### Solana Network Problems
**Symptoms:** - Slow transaction processing - High transaction fees - Failed
transactions **Common Causes:** - High network usage - Spam transactions -
Network upgrades **Solutions:** 1. Wait for congestion to clear 2. Increase
transaction fees 3. Try during off-peak hours 4. Monitor network status
**Symptoms:** - Cannot connect to network - All transactions failing -
Wallets not responding **Common Causes:** - Network-wide issues - Protocol
upgrades - Critical bugs **Solutions:** 1. Check Solana status page 2.
Monitor official announcements 3. Wait for network recovery 4. Follow
updates on Discord/Twitter
## Getting Help
### Self-Service Resources
Check validator and network status.
Verify transactions and stake accounts.
### Community Support
**#support Channel**: Get help from community and team
**#announcements**: Important updates and notifications
**#staking-help**: Staking-specific assistance
Join: [discord.gg/validator](https://discord.gg/validator)
**Technical Issues**: [support@validator.com](mailto:support@validator.com)
**General Questions**: [info@validator.com](mailto:info@validator.com)
**Business Inquiries**: [business@validator.com](mailto:business@validator.com) Response time: 24-48 hours
### Escalation Process
**When to Escalate:** - Critical issues affecting multiple users - Security
concerns - Prolonged validator downtime - Significant reward discrepancies -
Urgent technical problems
## Prevention Tips
### Best Practices
**Prevention Tips:** - Always verify validator identity before staking - Keep
wallet software updated - Monitor validator performance regularly - Use
official wallet applications only - Enable notifications for important updates
* Maintain backup of wallet information - Test with small amounts first
### Regular Maintenance
* **Weekly**: Check validator performance
* **Monthly**: Review staking rewards
* **Quarterly**: Assess validator performance trends
* **As Needed**: Update wallet software
* **Always**: Monitor network status
## Emergency Contacts
**Email**: [emergency@validator.com](mailto:emergency@validator.com)
**Discord**: #emergency channel
**Response**: Within 2 hours
**Email**: [security@validator.com](mailto:security@validator.com)
**Discord**: DM @security-team
**Response**: Immediate
# Frequently Asked Questions
Source: https://docs.validator.com/troubleshooting/faq
Common questions and answers about Validator.com staking
## General Questions
### What is Validator.com?
Validator.com is a high-performance Solana validator that provides secure, reliable blockchain validation services. We offer competitive staking rewards with 99.9% uptime and enterprise-grade security infrastructure.
### Why should I stake with Validator.com?
We maintain 99.97% uptime with industry-leading performance metrics and
reliable block production.
Enterprise-grade security with hardware security modules, encrypted
communications, and regular security audits.
Low 5% commission rate with transparent fee structure and no hidden costs.
24/7 support team and active community on Discord for assistance.
### How do I find Validator.com?
**Validator Identity**: `ValidatorCom1234567890abcdef`
**Vote Account**: `VoteAccount1234567890abcdef`
**Commission**: 5%
**Minimum Stake**: 0.1 SOL
## Staking Questions
### How much SOL do I need to stake?
* **Minimum**: 0.1 SOL
* **Recommended**: 1+ SOL for optimal rewards
* **Maximum**: No limit
* **Transaction Fees**: \~0.000005 SOL per transaction
### How often are rewards distributed?
Rewards are distributed every epoch (approximately 2 days):
* **Epoch Duration**: \~2 days
* **First Rewards**: 1-2 epochs after delegation
* **Distribution**: Automatic to your stake account
* **Compound**: Rewards can be automatically restaked
### What is the expected return?
Based on current network conditions:
* **Annual APY**: 7-8%
* **Daily Rewards**: \~0.02% of staked amount
* **Commission**: 5% deducted from rewards
* **Network Inflation**: \~6.5% annually
### Can I unstake my SOL?
Yes, you can unstake your SOL at any time:
* **Process**: Deactivate stake account, then withdraw after cooling-off period
* **Cooling-off Period**: 2-3 days
* **Fees**: Minimal transaction fees only
* **No Penalties**: No slashing penalties for normal unstaking
## Technical Questions
### What wallets are supported?
We support all major Solana wallets:
* **Phantom**: Most popular, user-friendly
* **Solflare**: Feature-rich with advanced options
* **Command Line**: For advanced users
* **Hardware Wallets**: Ledger, Trezor support
### How do I verify my stake is active?
Check your wallet's staking section for active stake status and validator
information.
Visit [explorer.solana.com](https://explorer.solana.com) and search for your
wallet address.
Use our dashboard at
[dashboard.validator.com](https://dashboard.validator.com) for detailed
analytics.
### What happens if Validator.com goes offline?
**Offline Scenarios:** - **Temporary**: You won't earn rewards during
downtime, but stake remains safe - **Prolonged**: We have redundant systems
and failover procedures - **Recovery**: Automatic recovery with minimal impact
on delegators - **Communication**: Regular updates via Discord and email
during issues
## Security Questions
### Is my SOL safe with Validator.com?
Yes, your SOL is secure:
* **Non-Custodial**: We never hold your private keys
* **On-Chain**: Your SOL remains on the Solana blockchain
* **Slashing Risk**: Minimal on Solana (rare penalty for malicious behavior)
* **Insurance**: Comprehensive insurance coverage for operational risks
### What security measures do you have?
Private keys stored in FIPS 140-2 Level 3 certified hardware security
modules.
All communications use TLS 1.3 encryption with perfect forward secrecy.
Critical operations performed on air-gapped systems to prevent remote
attacks.
Multi-factor authentication and hardware security keys for all
administrative access.
### Can Validator.com access my private keys?
**No, absolutely not.** We never have access to your private keys:
* **Non-Custodial**: Your keys remain in your wallet
* **Delegation Only**: We only receive delegation, not custody
* **Your Control**: You maintain full control of your SOL
* **Security**: Your security is maintained by your wallet, not us
## Performance Questions
### How do you maintain high uptime?
Multiple servers across different geographic locations with automatic
failover.
Continuous monitoring with immediate alerting for any issues.
Regular maintenance during low-activity periods to minimize impact.
Experienced operations team managing infrastructure around the clock.
### What if rewards are lower than expected?
Rewards can vary due to:
* **Network Conditions**: Overall network performance affects all validators
* **Validator Performance**: Temporary performance dips
* **Stake Changes**: Increased total network stake
* **Commission**: Our 5% commission is deducted from rewards
**Solutions**: Monitor trends over time, compare with network averages, contact support for analysis.
## Support Questions
### How can I get help?
Join our active Discord for community support and updates.
Contact our support team directly for assistance.
### What information should I include when contacting support?
When contacting support, please include:
* **Wallet Address**: Your Solana wallet address
* **Stake Account**: Your stake account address (if different)
* **Issue Description**: Detailed description of the problem
* **Steps Taken**: What you've already tried
* **Screenshots**: If applicable, include relevant screenshots
* **Transaction IDs**: For transaction-related issues
### How quickly do you respond to support requests?
* **Discord**: Usually within hours during business hours
* **Email**: 24-48 hours response time
* **Emergency**: Critical issues addressed within 2 hours
* **Security**: Security issues addressed immediately
## Advanced Questions
### Can I run my own validator?
Yes, you can run your own Solana validator:
* **Requirements**: Significant technical expertise and infrastructure
* **Costs**: Hardware, bandwidth, and operational costs
* **Competition**: High competition for stake delegation
* **Resources**: See Solana documentation for detailed requirements
### How do I become a validator operator?
**Validator Requirements:** - Technical expertise in blockchain technology -
Significant infrastructure investment - 24/7 monitoring and maintenance -
Strong security practices - Community building and marketing - Compliance with
network requirements
### What's the difference between staking and running a validator?
**Effort**: Minimal
**Cost**: Low (just SOL)
**Control**: Delegated to validator
**Rewards**: Shared with validator
**Risk**: Low
**Effort**: High (24/7 operations)
**Cost**: High (infrastructure)
**Control**: Full control
**Rewards**: Keep all rewards (minus costs)
**Risk**: Higher
## Still Have Questions?
Can't find the answer you're looking for? Contact our support team for
personalized assistance.
# Validator Overview
Source: https://docs.validator.com/validator-overview
Comprehensive overview of validator.com architecture and performance
## Validator Architecture
validator.com operates a robust, enterprise-grade Solana validator infrastructure designed for maximum reliability and performance.
### Infrastructure Components
**CPU**: Intel Xeon Gold processors
**RAM**: 128GB DDR4 ECC
**Storage**: NVMe SSD with RAID 10
**Network**: 10Gbps redundant connections
**Primary**: US East Coast
**Secondary**: US West Coast
**Backup**: European data center
**CDN**: Global edge locations
### Security Features
Our validator implements multiple layers of security to protect your staked assets:
Private keys are stored in FIPS 140-2 Level 3 certified hardware security modules, ensuring maximum protection against unauthorized access.
All network communications use TLS 1.3 encryption with perfect forward secrecy to prevent eavesdropping and man-in-the-middle attacks.
Critical operations are performed on air-gapped systems to prevent remote attacks and unauthorized access.
All administrative access requires multi-factor authentication with hardware security keys.
## Performance Metrics
### Uptime Statistics
**99.97%**
Last 30 days
**99.8%**
Vote participation
**5%**
Competitive fees
**2.5M SOL**
Total delegated
### Network Performance
Our validator consistently maintains excellent performance across all key metrics:
* **Vote Latency**: \< 100ms average
* **Skip Rate**: \< 0.1%
* **Delinquency**: 0 incidents in last 6 months
* **Network Participation**: 100% epoch participation
## Validator Identity
**Validator Identity**: `ValidatorCom1234567890abcdef`
**Vote Account**: `VoteAccount1234567890abcdef`
**Commission**: 5%
**Minimum Stake**: 0.1 SOL
## Staking Rewards
### Expected Returns
Based on current network conditions and our performance metrics:
* **Annual Percentage Yield (APY)**: \~7-8%
* **Reward Frequency**: Every epoch (\~2 days)
* **Compound Staking**: Automatic reinvestment available
* **Fee Structure**: 5% commission on rewards
### Historical Performance
Average APY: 7.2%
Total rewards distributed: 1,250 SOL
Uptime: 99.97%
Average APY: 7.5%
Total rewards distributed: 3,750 SOL
Uptime: 99.95%
Average APY: 7.8%
Total rewards distributed: 15,000 SOL
Uptime: 99.92%
## Monitoring & Alerts
### Real-Time Monitoring
Our validator is monitored 24/7 with comprehensive alerting:
* **Uptime Monitoring**: Ping checks every 30 seconds
* **Performance Metrics**: Block production tracking
* **Resource Monitoring**: CPU, memory, and disk usage
* **Network Monitoring**: Latency and connectivity checks
### Alert System
We maintain multiple alert channels to ensure rapid response to any issues: - **PagerDuty**: Critical alerts for immediate response - **Slack**: Team notifications for operational updates - **Email**: Detailed reports and status updates - **Discord**: Community notifications for major events
## Compliance & Audits
### Security Audits
validator.com undergoes regular security audits:
* **Quarterly Security Reviews**: External security firm assessments
* **Penetration Testing**: Annual penetration testing
* **Code Audits**: Regular code review and vulnerability scanning
* **Compliance**: SOC 2 Type II certified infrastructure
### Transparency
We maintain complete transparency in our operations:
* **Public Metrics**: All performance data publicly available
* **Open Source**: Monitoring tools and configurations open source
* **Regular Updates**: Monthly transparency reports
* **Community Governance**: Community input on major decisions
## Getting Started
Ready to stake with Validator.com?
Learn how to delegate your SOL tokens to our validator.
Track your staking rewards and validator performance.