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

# What Is Teron? No-Code BEP-20 Token Launch Platform

> Teron is a no-code BEP-20 token launch platform on BNB Chain. Deploy smart contracts, verify source code, and manage your project — no Solidity needed.

Teron is a Web3 token launch platform built on BNB Chain. It lets you create, deploy, and manage a BEP-20 token without writing a single line of code. You configure your token details through a dashboard, connect your wallet, and Teron handles the smart contract code, compilation, and on-chain deployment for you.

## What you can do with Teron

Every token you deploy through Teron is a real, ownable BEP-20 smart contract on BNB Smart Chain. You hold full ownership — Teron has no access to your contract or your tokens once it's deployed.

Here's what the platform gives you out of the box:

* **Deploy a BEP-20 token** — configure name, symbol, decimals, and total supply, then deploy directly to BNB Chain
* **Verify your smart contract** — publish your source code to BscScan so anyone can audit it
* **Publish on-chain metadata** — store your token logo, description, and social links on-chain so wallets and DEXs can display them automatically
* **Manage from a dashboard** — track and manage all your deployed tokens from [teron.io/dashboard](https://teron.io/dashboard)
* **Get a public token profile** — every token gets a profile page at `teron.io/t/{token_name}` and appears on the [project leaderboard](https://teron.io/leaderboard)

## Who is Teron for?

Teron is built for founders, community builders, and project creators who want to launch a token on BNB Chain without needing to know Solidity or set up a development environment. If you can fill out a form and connect a wallet, you can deploy a token.

You don't need to understand smart contract compilation, ABI encoding, or deployment scripts. Teron's platform uses standard [OpenZeppelin](https://openzeppelin.com/) libraries under the hood, so the contracts you deploy are the same battle-tested code that the wider Ethereum and BNB Chain ecosystem relies on.

## BNB Chain focus

Teron currently supports **BNB Smart Chain** (also known as BNB Chain). It was built natively for this network, with direct integrations for BscScan verification and BEP-20 on-chain metadata.

Support for other networks — including Ethereum, Polygon, Arbitrum, Optimism, Avalanche, Solana, and Tron — is planned and coming soon.

<Note>
  Token creation is free. You only pay the standard BNB Chain gas fee when you sign the deployment transaction. Optional add-ons like Contract Verification (\~$2 in BNB) and On-Chain Metadata (~$3 in BNB) are available after deployment.
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="Connect Your Wallet" icon="wallet" href="/getting-started/connect-wallet">
    Set up your BNB Chain wallet and get ready to deploy your first token.
  </Card>

  <Card title="How It Works" icon="circle-info" href="/introduction/how-it-works">
    See the step-by-step process from token configuration to live deployment.
  </Card>
</CardGroup>
