> ## Documentation Index
> Fetch the complete documentation index at: https://docs.validator.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<AccordionGroup>
  <Accordion title="Phantom Wallet" icon="wallet">
    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
  </Accordion>

  <Accordion title="Solflare Wallet" icon="wallet">
    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
  </Accordion>

  <Accordion title="Command Line (CLI)" icon="wallet">
    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
  </Accordion>
</AccordionGroup>

### Step 2: Delegate to validator.com

Delegate your SOL tokens to our validator using your chosen method.

<AccordionGroup>
  <Accordion title="Using Phantom Wallet" icon="hand-holding-dollar">
    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
  </Accordion>

  <Accordion title="Using Solflare Wallet" icon="hand-holding-dollar">
    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
  </Accordion>

  <Accordion title="Using Solana CLI" icon="terminal">
    ```bash theme={null}
    # Create a stake account
    solana create-stake-account --from <your-wallet> <stake-account-keypair>

    # Delegate to our validator
    solana delegate-stake <stake-account-keypair> ValidatorCom1234567890abcdef

    # Check stake status
    solana stake-account <stake-account-keypair>
    ```
  </Accordion>
</AccordionGroup>

### Step 3: Monitor Your Rewards

Track your staking rewards and validator performance.

<AccordionGroup>
  <Accordion title="Wallet Dashboard" icon="chart-bar">
    Most wallets provide built-in staking dashboards:

    * View current stake amount
    * Track pending rewards
    * Monitor validator performance
    * Access historical data
  </Accordion>

  <Accordion title="Command Line Monitoring" icon="terminal">
    ```bash theme={null}
    # Check stake account balance
    solana balance <stake-account-keypair>

    # View stake account details
    solana stake-account <stake-account-keypair>

    # Check validator information
    solana validators --output json | grep ValidatorCom1234567890abcdef
    ```
  </Accordion>
</AccordionGroup>

## Important Information

### Staking Basics

<Info>
  **Minimum Stake**: 0.1 SOL

  <br />

  **Commission**: 5% of rewards

  <br />

  **Reward Frequency**: Every epoch (\~2 days)

  <br />

  **Unstaking Period**: \~2-3 days

  <br />

  **Validator Identity**: `ValidatorCom1234567890abcdef`
</Info>

### 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

<Warning>
  **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
</Warning>

## Next Steps

Now that you're staking with Validator.com, explore these additional features:

<CardGroup cols={2}>
  <Card title="Monitor Performance" icon="chart-line" href="/monitoring/dashboard">
    Track validator performance and your staking rewards in real-time.
  </Card>

  <Card title="Understanding Rewards" icon="coins" href="/staking/rewards">
    Learn how staking rewards are calculated and distributed.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting/common-issues">
    Common issues and solutions for staking operations.
  </Card>

  <Card title="Join Community" icon="users" href="https://discord.gg/validator">
    Connect with other stakers and get support from our community.
  </Card>
</CardGroup>

## Need Help?

<Card title="Get Support" icon="headset" href="mailto:support@validator.com">
  Contact our support team for assistance with staking or any questions.
</Card>
