Quick Start Guide

Get up and running on Panoptis Chain in just a few minutes. This guide will walk you through wallet setup, network configuration, and your first transaction.

Step 1: Set Up Your Wallet

  1. Install MetaMask: Download from metamask.io
  2. Create or Import Wallet: Follow MetaMask setup instructions
  3. Secure Your Wallet: Save your seed phrase securely

Option B: Other Compatible Wallets

  • WalletConnect: Any WalletConnect-compatible wallet
  • Coinbase Wallet: Full support for Panoptis Chain
  • Trust Wallet: Mobile wallet option

Recommended: Use MetaMask for the best experience with Panoptis Chain dApps and tools.

Step 2: Add Panoptis Chain Network

Automatic Setup (Easiest)

Visit any Panoptis Chain dApp and click "Connect Wallet" - the network will be added automatically.

Manual Setup

Add Panoptis Chain to MetaMask manually:

  1. Open MetaMask and click the network dropdown
  2. Select "Add Network" or "Custom RPC"
  3. Enter Network Details:
Network Name: Panoptis Chain
New RPC URL: https://rpc.panoptis.chain
Chain ID: 4095
Currency Symbol: PANO
Block Explorer URL: https://explorer.panoptis.chain
  1. Save and switch to Panoptis Chain

Programmatic Setup

Developers can add the network via code:

const addPanoptisNetwork = async () => {
  try {
    await window.ethereum.request({
      method: 'wallet_addEthereumChain',
      params: [{
        chainId: '0xfff',
        chainName: 'Panoptis Chain',
        nativeCurrency: {
          name: 'PANO',
          symbol: 'PANO',
          decimals: 18
        },
        rpcUrls: ['https://rpc.panoptis.chain'],
        blockExplorerUrls: ['https://explorer.panoptis.chain']
      }]
    });
  } catch (error) {
    console.error('Failed to add network:', error);
  }
};

Step 3: Get PANO Tokens

For Testnet (Free)

  1. Visit Faucet: Go to faucet.panoptis.chain
  2. Enter Address: Paste your wallet address
  3. Request Tokens: Get 10 PANO for testing
  4. Wait: Tokens arrive in ~10 seconds

For Mainnet

  1. Bridge from Ethereum: Use the official bridge
  2. DEX Purchase: Buy on supported exchanges
  3. Peer-to-Peer: Receive from other users

Bridge Coming Soon: The official bridge from Ethereum and other networks is launching shortly.

Step 4: Your First Transaction

Simple Transfer

  1. Open MetaMask and ensure you're on Panoptis Chain
  2. Click "Send" and enter recipient address
  3. Enter Amount (e.g., 1 PANO)
  4. Confirm Transaction
  5. Wait ~400ms for confirmation! ⚡

Check Transaction

  1. View in MetaMask: Click on the transaction
  2. Block Explorer: View on explorer.panoptis.chain
  3. Notice Speed: Transaction confirmed in under a second!

Step 5: Explore the Ecosystem

DeFi Applications

  • PanopSwap: Decentralized exchange
  • PanopLend: Lending and borrowing
  • PanopFarm: Yield farming platform

NFT Marketplaces

  • PanopNFT: Create and trade NFTs
  • RareOptics: Premium NFT collections

Gaming

  • ChainRacer: Real-time blockchain racing
  • CryptoArena: PvP gaming with instant transactions

Tools

  • Portfolio Tracker: Monitor your PANO and tokens
  • Bridge Interface: Cross-chain asset transfers
  • Governance Portal: Participate in protocol decisions

Network Comparison

See how Panoptis Chain compares to other networks:

FeaturePanoptis ChainEthereumBSCPolygon
Block Time~400ms~12s~3s~2s
Finality<1s~6min~15s~30s
Gas TokenPANOETHBNBMATIC
Average Fee<$0.01$5-50$0.20$0.01
EVM Compatible

Common Use Cases

For Users

  • Lightning-fast transfers: Move tokens instantly
  • DeFi interactions: Trade, lend, borrow with sub-second confirmation
  • NFT minting: Mint NFTs without waiting
  • Gaming: Play blockchain games in real-time

For Developers

  • dApp deployment: Deploy Ethereum dApps instantly
  • Real-time applications: Build responsive blockchain UIs
  • Multi-step workflows: Chain transactions without user frustration
  • Testing: Fast iteration with instant confirmations

Troubleshooting

Common Issues

"Wrong Network" Error

  • Solution: Switch to Panoptis Chain in MetaMask
  • Check: Ensure Chain ID is 4095

Transaction Fails

  • Check Gas: Ensure sufficient PANO for gas
  • Check Balance: Verify you have enough tokens
  • Check Network: Confirm you're on correct network

Slow Transactions

Can't See Tokens

  • Add Token: Manually add token contract address
  • Refresh: Try refreshing MetaMask
  • Check Explorer: Verify transaction on block explorer

Getting Help

Community Support

Technical Support

  • Documentation: docs.panoptis.chain
  • GitHub Issues: Report bugs and request features
  • Developer Discord: Technical development discussions

Security Best Practices

Wallet Security

  1. Never share your private key or seed phrase
  2. Use hardware wallets for large amounts
  3. Verify addresses before sending transactions
  4. Enable wallet password/PIN protection

Transaction Security

  1. Double-check recipient addresses
  2. Start small when trying new dApps
  3. Understand what you're signing
  4. Use testnet for experimentation

dApp Interaction

  1. Verify dApp URLs and contracts
  2. Read transaction details before confirming
  3. Disconnect unused dApp connections
  4. Regular security reviews of connected apps

What's Next?

For Users

  1. Explore dApps: Try different applications in the ecosystem
  2. Join Community: Connect with other Panoptis Chain users
  3. Stay Updated: Follow @PanoptisChain for news

For Developers

  1. Deploy Contracts: Migrate or build new smart contracts
  2. Optimize for Speed: Leverage sub-second finality
  3. Build Real-time: Create responsive blockchain applications
  4. Join Builders: Connect with other developers building on Panoptis

Welcome to Panoptis Chain! You're now ready to experience one of the fastest EVM blockchain. Enjoy sub-second transactions and a thriving ecosystem of applications.


Need help? Join our Discord community or check out the developer documentation for more detailed guides.