Hi! I'm from the Hipo team — the liquid staking protocol on TON (treasury EQCLyZHP4Xe8fpchQz76O-_RmUhaVc_9BAoGyJrwJrcbz2eZ, jetton hGRAM, formerly hTON).
Hipo traces currently render as plain jetton Burns / generic contract calls on tonviewer and in Tonkeeper. Tonstakers-style staking actions exist for the same shape of protocol (native-coin liquid staking with a jetton receipt), and Hipo's four user-facing patterns (instant/deferred stake and unstake, incl. the bill-SBT deferred paths) map cleanly onto DepositStake/WithdrawStakeRequest/WithdrawStake.
We documented the exact trace patterns with op-codes in docs/integration.md (TL-B in contracts/schema.tlb), and since straws are usually written by your team, we've prepared a proposed implementation as a PR (linked below) with golden tests pinned to real mainnet traces — treat it as a starting point; we're happy to rework it however you prefer, or for you to take it over entirely. There's also tonkeeper/tongo#499 completing the Hipo ABI schemas independently.
🤖 Generated with Claude Code
Hi! I'm from the Hipo team — the liquid staking protocol on TON (treasury
EQCLyZHP4Xe8fpchQz76O-_RmUhaVc_9BAoGyJrwJrcbz2eZ, jetton hGRAM, formerly hTON).Hipo traces currently render as plain jetton Burns / generic contract calls on tonviewer and in Tonkeeper. Tonstakers-style staking actions exist for the same shape of protocol (native-coin liquid staking with a jetton receipt), and Hipo's four user-facing patterns (instant/deferred stake and unstake, incl. the bill-SBT deferred paths) map cleanly onto
DepositStake/WithdrawStakeRequest/WithdrawStake.We documented the exact trace patterns with op-codes in docs/integration.md (TL-B in contracts/schema.tlb), and since straws are usually written by your team, we've prepared a proposed implementation as a PR (linked below) with golden tests pinned to real mainnet traces — treat it as a starting point; we're happy to rework it however you prefer, or for you to take it over entirely. There's also tonkeeper/tongo#499 completing the Hipo ABI schemas independently.
🤖 Generated with Claude Code