What is TradeXcele?
TradeXcele is the project that operates two related products: TX Coin (TXC), a BEP-20 token on BNB Smart Chain, and TXCL Chain, a public EVM-compatible Layer-1 blockchain (Chain ID 47294). A 2-way bridge connects them and a native DEX enables direct trading on TXCL Chain.
What is TX Coin (TXC)?
TX Coin is a BEP-20 token on BNB Smart Chain with a total supply of 1,000,000,000 (1 billion). It trades on PancakeSwap V2 with locked liquidity. The contract address is 0x6F029555A065Ac3334aA6aDb9957efe0bA460E8F.
What is TXCL Chain?
TXCL Chain is a public EVM-compatible blockchain operated by TradeXcele. It uses Clique Proof-of-Authority consensus with 5-second block times and a 30M gas limit. The native gas coin is TXCL. Chain ID 47294. Public RPC: https://tradexcele.cloud/rpc/
How do I buy TX Coin?
TX Coin is available on PancakeSwap V2. Connect MetaMask to BNB Smart Chain, visit pancakeswap.finance, paste the TXC contract address (0x6F029555A065Ac3334aA6aDb9957efe0bA460E8F) into the output token, and swap BNB → TXC.
How do I add TXCL Chain to MetaMask?
Visit https://tradexcele.cloud/add/ and click the "Add TXCL Chain to Wallet" button. MetaMask will prompt to add the network. Manual settings: Chain ID 47294, RPC https://tradexcele.cloud/rpc/, Currency Symbol TXCL, Block Explorer https://tradexcele.cloud/chain.
What is wTXC?
wTXC (Wrapped TXC) is the ERC-20 representation of TX Coin on TXCL Chain. When you bridge TXC from BSC to TXCL, you receive wTXC at a 1:1 ratio (minus a small bridge fee). The wTXC contract on TXCL is 0x485eaB9D8996A1efAD36e621D86834bb8Ab99CEF.
How do I bridge TXC from BSC to TXCL Chain?
Visit https://tradexcele.cloud/bridge/ and connect MetaMask. Select BSC → TXCL direction, enter the amount, approve TXC for the bridge contract, then sign the lock transaction. The relayer mints wTXC on TXCL Chain within ~30 seconds.
How do I bridge wTXC back to TXC on BSC?
On the bridge page, select TXCL → BSC direction, approve wTXC and burn it. After ~16 seconds a withdrawal voucher appears. Click "Claim on BSC", switch MetaMask to BSC, and sign the claim transaction. TXC arrives in your BSC wallet.
What does the bridge cost?
Bridge fee is 0.1 TXC (or 0.1 wTXC) per direction. Plus standard network gas: ~$0.20 BNB on BSC, ~free on TXCL Chain. Minimum bridge amount is 1 TXC.
How long does bridging take?
BSC → TXCL: about 30-60 seconds (after 3 BSC confirmations). TXCL → BSC: about 16 seconds for the voucher to be ready, then your one BSC claim transaction.
Is the bridge safe?
The bridge uses ECDSA signature verification, replay protection (processedDeposits and processedWithdrawals mappings), and an emergency pause function. The relayer key is held in a hot wallet on the VPS with limited funds. Liquidity is locked. Both bridge contracts are verified on-chain.
How do I get free TXCL gas?
Use the faucet at https://tradexcele.cloud/chain/faucet/ — paste your address and claim free TXCL. Or, if you are a TradeXcele platform user, claim ~155 TXCL from the airdrop at https://tradexcele.cloud/airdrop/.
What is the TXCL Wallet?
TXCL Wallet (https://tradexcele.cloud/wallet/) is a self-custody web wallet built by TradeXcele. Keys are AES-GCM encrypted with PBKDF2 (250K iterations) and stored only in your browser. Supports multi-account, custom token import, and PWA installation. Compatible with MetaMask seed phrases.
Can I use the TXCL Wallet instead of MetaMask?
Yes — for everything that happens at tradexcele.cloud (bridge, swap, faucet, explorer). It does not inject window.ethereum into other websites the way MetaMask does, so for general dApps you still need MetaMask. A future Chrome extension is on the roadmap.
How do I swap TXCL for wTXC?
Visit https://tradexcele.cloud/swap/ and connect your wallet. Choose direction (TXCL → wTXC or wTXC → TXCL), enter amount, click Swap. The constant-product AMM charges 0.30% trading fee, paid to liquidity providers.
How do I add liquidity to the TXCL DEX?
Call addLiquidity(maxToken) on the TXCLSwap contract (0xc0E7DA0c2222b079B894518c2D313C57fB86825d) with msg.value set to the native TXCL amount. The first liquidity provider sets the initial price ratio. LPs earn 0.30% of every trade.
What is the TXC contract address?
0x6F029555A065Ac3334aA6aDb9957efe0bA460E8F on BNB Smart Chain. Verified on BscScan. Total supply 1,000,000,000.
Is TX Coin verified on BscScan?
Yes, the TX Coin contract is verified. View source code: https://bscscan.com/address/0x6F029555A065Ac3334aA6aDb9957efe0bA460E8F#code
Is TXCL Chain decentralized?
TXCL Chain currently runs on a single validator (Proof of Authority Clique consensus). This is publicly disclosed. The decentralization roadmap commits to expanding to multiple validators as TVL and community grow.
Where can I see TX Coin price?
Live chart on DEX Screener: https://dexscreener.com/bsc/0x6F029555A065Ac3334aA6aDb9957efe0bA460E8F
How do I check my TXCL Chain balance?
Visit the explorer at https://tradexcele.cloud/chain/ and search by address. Or add TXCL Chain to MetaMask, switch network, your TXCL balance appears.
Where is the TXCL Chain block explorer?
https://tradexcele.cloud/chain/ — block-by-block, transaction details, and address pages with full history.
What language are the smart contracts written in?
Solidity 0.8.20 with optimizer enabled (200 runs) and EVM target Paris. All contract source is in /home/tradexcelses/bridge/contracts/ on the VPS and viewable through verified explorer pages.
How do I deploy a contract on TXCL Chain?
Use Remix or Hardhat with the RPC https://tradexcele.cloud/rpc/ and Chain ID 47294. Critical: set evmVersion: paris in your compiler settings — TXCL Chain does not yet support the PUSH0 opcode (Shanghai). Failing to do so will produce "invalid opcode: PUSH0" errors at deploy.
What is the bridge relayer?
A Node.js service running on the VPS that watches both BSC and TXCL chains. When a deposit lands on BSC, it mints wTXC on TXCL. When wTXC is burned on TXCL, it signs a withdrawal voucher the user can submit on BSC.
Is my wallet safe at tradexcele.cloud/wallet/?
Yes — the wallet runs entirely in your browser. Private keys are AES-GCM encrypted with a key derived from your password using PBKDF2 with 250,000 iterations. The encrypted blob lives in your browser localStorage and is never transmitted to any server. Always back up your seed phrase offline.
Can I import a MetaMask wallet into TXCL Wallet?
Yes. Click "Import Existing Wallet" and paste your 12-word seed phrase. Set a new password and your accounts derive automatically (BIP-39/BIP-44).
What if I forget my TXCL Wallet password?
The password is required to decrypt your stored seed. If forgotten, you must reset the wallet (which wipes the encrypted blob) and re-import using your offline seed phrase backup. This is why backing up your seed phrase is critical.
Where is TradeXcele incorporated?
TradeXcele is a digital asset project. Smart contracts and chain infrastructure are operated by the TradeXcele team. Contact
[email protected] for partnership or media queries.
Is TXCL Chain listed on chainlist.org?
A submission has been prepared. Once accepted, anyone can search "TXCL" on chainlist.org and one-click add the network to their wallet.
Can I run my own RPC node?
Currently, only the team operates a validator/RPC. Public read access is available via https://tradexcele.cloud/rpc/. As the network decentralizes, additional community RPC nodes will be onboarded.