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

# Teron Documentation 

> Teron lets you deploy a BEP-20 token on BNB Chain without writing code. This documentation covers wallet setup, token creation, project pages, and rewards.

Teron is a Web3 token launch platform built for BNB Chain. You can configure, deploy, and verify a BEP-20 token in under five minutes - no coding experience needed. This documentation covers every step from wallet setup to publishing your public token page.

<CardGroup cols={2}>
  <Card title="What is Teron?" icon="circle-info" href="/introduction/what-is-teron">
    Learn what Teron does and how it simplifies token creation on BNB Chain.
  </Card>

  <Card title="Connect Your Wallet" icon="wallet" href="/getting-started/connect-wallet">
    Set up your BNB Chain wallet and connect to Teron to get started.
  </Card>

  <Card title="Create a Token" icon="coins" href="/token-creation/token-fields">
    Configure your token name, symbol, supply, and decimals before deployment.
  </Card>

  <Card title="Contract Verification" icon="shield-check" href="/token-creation/contract-verification">
    Publish your source code to BscScan and earn a trusted green checkmark.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Connect your wallet">
    Open [teron.io](https://teron.io) and connect a BNB Chain-compatible wallet such as MetaMask or Trust Wallet. Your wallet address becomes your Teron identity — no password required.
  </Step>

  <Step title="Prepare some BNB">
    Token deployment itself is free, but you will need a small amount of BNB to cover the BNB Chain gas fee. Keep a little extra if you plan to add contract verification or on-chain metadata.
  </Step>

  <Step title="Configure your token">
    Enter your token name, symbol, total supply, and decimals. You can also add a logo, description, and social links to build a public project profile.
  </Step>

  <Step title="Deploy and go live">
    Review the details, sign the deployment transaction in your wallet, and your BEP-20 contract will be live on BNB Chain within seconds. Optionally verify the contract on BscScan and publish on-chain metadata for full visibility.
  </Step>
</Steps>

## Explore the platform

<CardGroup cols={3}>
  <Card title="Project Pages" icon="globe" href="/project-pages/overview">
    Create a public page for your token at teron.io/t/your-token.
  </Card>

  <Card title="Rewards & Tasks" icon="star" href="/rewards/terr-token">
    Earn TERR by completing platform activities and community tasks.
  </Card>

  <Card title="Dashboard" icon="layout-dashboard" href="/dashboard/overview">
    Manage your deployments, rewards, and project pages in one place.
  </Card>
</CardGroup>
