<?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}"
			>ERC20 (ETH)</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}"
			>BEP20 (BSC)</blockchain>
		<blockchain id="TRX" precision="6" 
			minFee="8.00" 
			maxFee="8.00" 
			minValue="1" 
			regex="^(T[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{33})$"
			blockchainexplorerAddress="https://tronscan.org/#/address/{0}"
			blockchainexplorerTrans="https://tronscan.org/#/transaction/{0}"
			>TRC20 (TRX)</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}"
			>ERC20 (AVAXC)</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}"
			>SPL (SOL)</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}"
			>TEP74 (TON)</blockchain>
	</blockchains>
</metadata>
