SHKeeper Integration: TON and USDT-TON Support via Toncenter API

SHKeeper continues to expand its ecosystem by adding support for TON (The Open Network). This update allows merchants to accept both native TON tokens and USDT on the TON network, leveraging its high speed and low transaction costs.
Currently, TON integration is implemented via the Toncenter API. This approach allows users to start accepting payments immediately without the need to maintain a resource-intensive TON full node.
Key Features
- Native TON Support: Accept the primary asset of The Open Network.
- USDT-TON Integration: Utilize the most popular stablecoin within the TON ecosystem.
- Simplified Infrastructure: No local node required; connectivity is handled via external RPC.
Prerequisites
To enable TON support, an active subscription to Toncenter is required. You can obtain your API credentials via @tonapibot.
Configuration & Deployment
- Update values.yaml: Add the following configuration block to your settings:
#
# TON (THE OPEN NETWORK)
#
ton_fullnode:
enabled: false
mainnet: true
ton_shkeeper:
extraEnv:
LAST_BLOCK_LOCKED: "FALSE"
TONCENTER_API_URL: 'https://toncenter.com'
TONCENTER_INDEXER_URL: 'https://toncenter.com'
TONCENTER_API_KEY: "YOUR_TONCENTER_API_KEY"
TONCENTER_INDEXER_KEY: "YOUR_TONCENTER_INDEXER_KEY"
ton:
enabled: true
ton_usdt:
enabled: true
Replace YOUR_TONCENTER_API_KEY and YOUR_TONCENTER_INDEXER_KEY with the keys provided by Toncenter.
- Apply the Update: Run the following commands to redeploy your SHKeeper instance:
helm repo update
helm upgrade -f values.yaml shkeeper vsys-host/shkeeper
Future Roadmap
While current support relies on the Toncenter API, we are working towards implementing a dedicated SHKeeper TON full node in future releases to provide even more autonomy for our users.
Latest News & Announcements
-
New Coin Support: ERC20 DAI Now Available in SHKeeper
#announcementsSHKeeper adds ERC20 DAI to its list of supported assets. Merchants can now accept DAI payments on the Ethereum network directly through their self-hosted gateway, without intermediaries, with full control over funds. About DAI DAI is a decentralized, over-collateralized stablecoin pegged 1:1 to the ...
-
Bug Fix: Improved Payment Processing for UTXO Networks (BTC, LTC, DOGE)
#announcementsA technical update has been released to resolve an issue with payment crediting logic for UTXO-based cryptocurrencies. Issue Overview A bug was identified in the processing of transactions that include multiple outputs to different SHKeeper wallets within a single blockchain transaction. In such scenarios,...
-
SHKeeper Integration: TON and USDT-TON Support via Toncenter API
#announcementsSHKeeper continues to expand its ecosystem by adding support for TON (The Open Network). This update allows merchants to accept both native TON tokens and USDT on the TON network, leveraging its high speed and low transaction costs. Currently, TON integration is implemented via the Toncenter API. This...