Hey Tron community
I’m old Tron holder but I’m developer on ETH for years. and work with uniswap v3.
but I’m not know tron very well !
I want to create a new RWA token that I want to peg it with some offchain price.
what is the best advice for that, I see that there is a v3 that work like the uniswapv3. can bots work directly with the pool contract ?
also if I add v3 is the tronlink support the swap for me? ( I mean that when there is liquidity on sun.io is it possible to swap my token in tornLink directly on the market section ?)
one last question. L:
I see that energy for swap in tornlinke handled by deployer. do I need to do something for that ?!
SunSwap V3 is architecturally very similar to Uniswap V3, so most of the best practices you’re already familiar with from Uniswap V3 can be applied directly to SunSwap V3.
Bots can interact directly with SunSwap V3 pool contracts, just like on Uniswap V3, with no special restrictions at the protocol level.
TronLink supports direct swaps as well. TronLink uses a smart routing mechanism, so as long as your token has liquidity only on SunSwap V3, swaps will be automatically routed through the corresponding V3 pool.
Regarding energy consumption for swaps: the cost is handled by the contract deployer, and no additional configuration or setup is required on your side. Please note that energy subsidies only take effect when interacting directly with our contract, and the maximum subsidy cap is 99%.
Hope this helps, and best of luck with your RWA project on Tron.