<?xml version="1.0" encoding="utf-8" ?>
<metadata>
	<topup type="USDT" 
		minValue="0.01000" />
	<withdraw type="USDT" precision="18" 
		minFee="5.00000" 
		maxFee="5.00000" minValue="0.10000"
		regex="^(0x[0-9a-fA-F]{40}|(T[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{33})|[EU][Q][A-Za-z0-9_-]{46}|[1-9A-HJ-NP-Za-km-z]{32,44})$" 
		/><blockchains>
	<blockchain id="ETH" precision="6"
		minFee="2.00"
		maxFee="2.00"
		minValue="1"
		regex="^0x[0-9a-fA-F]{40}$"
		blockchainexplorerAddress="https://etherscan.io/address/{0}"
		blockchainexplorerTrans="https://etherscan.io/tx/{0}"
		>ETH (ERC20)</blockchain>
	<blockchain id="BSC" precision="18"
		minFee="3.00"
		maxFee="3.00"
		minValue="1"
		regex="^0x[0-9a-fA-F]{40}$"
		blockchainexplorerAddress="https://bscscan.com/address/{0}"
		blockchainexplorerTrans="https://bscscan.com/tx/{0}"
		>BSC (BEP20)</blockchain>
	<blockchain id="TRX" precision="6"
		minFee="5.00"
		maxFee="5.00"
		minValue="1"
		regex="^(T[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{33})$"
		blockchainexplorerAddress="https://tronscan.org/#/address/{0}"
		blockchainexplorerTrans="https://tronscan.org/#/transaction/{0}"
		>TRX (TRC20)</blockchain>
	<blockchain id="AVAX" precision="6"
		minFee="2.00"
		maxFee="2.00"
		minValue="1"
		regex="^0x[0-9a-fA-F]{40}$"
		blockchainexplorerAddress="https://snowtrace.io/address/{0}"
		blockchainexplorerTrans="https://snowtrace.io/tx/{0}"
		>AVAXC (ERC20)</blockchain>
	<blockchain id="TON" precision="6"
		minFee="1.00"
		maxFee="1.00"
		minValue="1"
		regex="^[EU][Q][A-Za-z0-9_-]{46}(:[A-Za-z0-9_-]{1,50})?$"
		regexMemo="^[A-Za-z0-9_-]{1,50}$"
		sepMemo=":"
		blockchainexplorerAddress="https://tonscan.org/address/{0}"
		blockchainexplorerTrans="https://tonscan.org/tx/{0}"
		>TON (TEP74)</blockchain>
	<blockchain id="SOL" precision="6"
		minFee="1.00"
		maxFee="1.00"
		minValue="1"
		regex="^[1-9A-HJ-NP-Za-km-z]{32,44}$"
		blockchainexplorerAddress="https://solscan.io/account/{0}"
		blockchainexplorerTrans="https://solscan.io/tx/{0}"
		>SOL (SPL)</blockchain>
</blockchains>
</metadata>
