Skip to main content

🚀 Getting Started

Q: How do I start trading on OTC Meme?

A: Simple 4-step process:

⚡ Quick Start:

  1. 👛 Connect wallet (Phantom, Solflare, etc.)
  2. 🆔 KYC verification (one-time, takes minutes)
  3. 💰 Fund wallet with SOL or USDC
  4. 🚀 Start trading available tokens

Q: What are the KYC requirements?

A: Standard identity verification:

Requirement Details Purpose
🆔 Government ID Photo ID verification Identity confirmation
🏠 Proof of Address Utility bill/bank statement Address verification
👤 Personal Info Basic demographic data Compliance screening
🔍 Sanctions Check PEP/sanctions screening Regulatory compliance

⏱️ Processing: Most users approved within minutes.

Q: Which wallets are supported?

A: Any Solana-compatible wallet:

  • 👻 Phantom (recommended)
  • ☀️ Solflare
  • 💳 Sollet
  • 🔒 Ledger (hardware)
  • 📱 Math Wallet
  • 🛡️ Trust Wallet (Solana support)

Q: What's the minimum investment?

A: No platform minimum, but consider:

// Minimum investment considerations
interface MinimumInvestment {
  // Network costs ⛽
  networkFees: "$0.001 per transaction (Solana)";

  // Platform fees 💰
  platformFees: {
    bondingCurve: "1.1%",
    postGraduation: "0.4%"
  };

  // Practical minimum 💡
  recommendation: {
    amount: "~$10 for meaningful trades",
    reason: "Fee efficiency at this size",
    scalability: "Can start small and scale up"
  };
}


📈 Trading Mechanics

Q: How do bonding curves work?

A: Mathematical formulas that automatically adjust prices:

// Bonding curve mechanics
class BondingCurve {
  // Price calculation 🧮
  calculatePrice(currentSupply, totalSupply, basePrice) {
    return basePrice * Math.pow(1 + (currentSupply / totalSupply), 2);
  }

  // Key features ✨
  features = {
    priceMovement: "Increases with buys, decreases with sells",
    liquidity: "Always available for buy/sell",
    slippage: "Zero at displayed price",
    discovery: "Fair price discovery mechanism",
    settlement: "400ms finality"
  };

  // Trading example 💼
  tradingExample = {
    action: "Buy 10,000 tokens",
    currentPrice: "$0.001",
    execution: "Instant at displayed price",
    priceAfter: "$0.001002 (slight increase)",
    nextBuyer: "Pays the new higher price"
  };
}

Q: What happens when a token "graduates"?

A: At $50,000 total liquidity:

🎓 Graduation Process:

  1. 🛑 Bonding curve closes to new trades
  2. 🌊 Liquidity migrates to Raydium DEX automatically
  3. 📈 Trading continues with deeper pools
  4. 🔓 Advanced features unlock (limit orders, LP provision)

Q: Can I lose all my money?

A: Yes, absolutely. Significant risks include:

// Risk categories
interface TradingRisks {
  // Market risks 📉
  market: {
    volatility: "Extreme price fluctuations",
    totalLoss: "Tokens can go to zero",
    liquidity: "May be unable to sell",
    manipulation: "Potential market abuse"
  };

  // Technical risks 🔧
  technical: {
    smartContracts: "Code bugs possible",
    blockchain: "Network risks",
    walletSecurity: "User responsibility",
    platform: "Operational failures"
  };

  // Company risks 🏢
  company: {
    businessFailure: "Company may cease operations",
    regulatory: "Company compliance issues",
    management: "Poor decision making",
    bankruptcy: "Total business failure"
  };
}

⚠️ Golden Rule: Only invest what you can afford to lose completely.


💰 Fees & Costs

Q: What fees do I pay when trading?

A: Transparent fee structure:

Trading Phase Total Fee Breakdown Example ($1,000 trade)
🎯 Bonding Curve 1.1% 1.0% OTC Meme + 0.1% Empire $11 total fee
🏊‍♂️ Post-Graduation 0.4% 0.3% OTC Meme + 0.1% Empire $4 total fee

Q: Are there hidden fees?

A: No hidden platform fees, but consider:

// Complete fee breakdown
interface CompleteFees {
  // Platform fees (transparent) ✅
  platform: {
    trading: "1.1% curve, 0.4% post-graduation",
    automatic: "Deducted automatically",
    purpose: "Platform operations + custody"
  };

  // Network fees ⛽
  network: {
    solana: "~$0.001 per transaction",
    gasOptimized: "50% cheaper than industry average",
    purpose: "Blockchain operation costs"
  };

  // Potential additional costs 💡
  potential: {
    slippage: "Post-graduation DEX trading",
    spread: "Buy/sell price differences",
    bridging: "If moving to other chains"
  };
}

Q: Can I avoid fees by holding OTCM tokens?

A: Yes, staking OTCM tokens provides benefits:

  • 📉 Graduated fee discounts based on stake amount
  • 📈 Staking rewards from protocol revenue
  • 🥇 Priority access to new launches
  • 🗳️ Governance participation rights

🛡️ Safety & Security

Q: Is my investment protected or insured?

A: No traditional protections:

❌ Not Protected By:

  • 🏦 FDIC insurance (not a bank deposit)
  • 🛡️ SIPC coverage (not a brokerage account)
  • 💰 Platform guarantees
  • 🔒 Investment insurance

✅ What IS Protected:

  • 🏦 Shares held at SEC-registered custodian
  • 🔐 Smart contract security audits
  • ⛓️ Blockchain immutability
  • 🔍 Transparency through on-chain records

Q: What if I lose my wallet keys?

A: Lost keys = lost tokens permanently.

// Wallet security best practices
interface WalletSecurity {
  // Critical measures 🚨
  critical: [
    "Backup seed phrases securely",
    "Never share private keys",
    "Use hardware wallets for large amounts",
    "Consider multi-signature setups"
  ];

  // Recovery options 🔄
  recovery: {
    seedPhrase: "Only way to recover access",
    socialRecovery: "Not available",
    customerSupport: "Cannot help with lost keys",
    blockchain: "Transactions are irreversible"
  };
}


⚡ Advanced Trading

Q: What is copy trading?

A: Automatically replicate successful traders:

// Copy trading system
class CopyTradingSystem {
  // Trader selection 🎯
  traderMetrics = {
    performance: "Verified on-chain P&L",
    winRate: "Percentage of profitable trades",
    sharpeRatio: "Risk-adjusted returns",
    consistency: "Performance over time",
    community: "Follower validation"
  };

  // Risk management 🛡️
  riskControls = {
    positionLimits: "Maximum allocation per trade",
    stopLosses: "Automatic loss limitation",
    maxDrawdown: "Portfolio protection",
    diversification: "Across multiple strategies"
  };

  // How it works ⚙️
  process = {
    step1: "Select traders based on verified metrics",
    step2: "Allocate capital with risk parameters",
    step3: "Trades execute automatically in your account",
    step4: "Pay performance fees to providers"
  };
}

Q: Can I provide liquidity?

A: Yes, after tokens graduate to DEX:

💧 Liquidity Provision Process:

  1. 🏊‍♂️ Add equal values of token and SOL/USDC
  2. 💰 Earn percentage of all trading fees
  3. ⚠️ Risk of impermanent loss
  4. 🔄 Can withdraw anytime

Q: Can I convert tokens back to actual shares?

A: Potentially yes, but with restrictions:

// Token redemption process
interface TokenRedemption {
  // Eligibility 🎯
  eligibility: {
    companies: false, // Permanently blocked
    individuals: true, // May redeem for Series M
    institutions: true, // Subject to verification
    foreigners: "Depends on Rule 144"
  };

  // Process ⚙️
  process: {
    step1: "Submit redemption request",
    step2: "Empire verifies eligibility",
    step3: "Tokens burned on-chain",
    step4: "Shares converted and delivered",
    timeline: "5-10 business days"
  };

  // Restrictions ⚖️
  restrictions: {
    rule144: "SEC restrictions apply",
    holding: "Period requirements",
    volume: "Limitations may apply",
    affiliates: "Additional company restrictions"
  };
}