Forwarded from BotNews
Bot API 9.6
🦀 Managed Bots
• Manager bots are used to bootstrap and control other bots on behalf of their owners – easily orchestrating any number of AI agents, Business Accounts and custom tools.
• Out of the box, manager bots can prompt users to create a bot in one tap and easily fetch their token to start piloting them.
📊 Poll Revolution
• Polls now support multiple correct answers, re-issuing votes, hidden results and richly formatted descriptions.
• Poll options now have persistent ids and can be shuffled or dynamically added by users.
• Bots can now additionally reply to a specific poll option.
✈ General
• Mini Apps can now natively request users, chats and managed bots in one tap via prepared keybord buttons.
• Expanded support for date and time entities in checklists, quotes and gift texts.
• And more, see the full changelog for details:
https://torg.tg-me.sbs/bots/api-changelog#april-3-2026
• Manager bots are used to bootstrap and control other bots on behalf of their owners – easily orchestrating any number of AI agents, Business Accounts and custom tools.
• Out of the box, manager bots can prompt users to create a bot in one tap and easily fetch their token to start piloting them.
• Polls now support multiple correct answers, re-issuing votes, hidden results and richly formatted descriptions.
• Poll options now have persistent ids and can be shuffled or dynamically added by users.
• Bots can now additionally reply to a specific poll option.
• Mini Apps can now natively request users, chats and managed bots in one tap via prepared keybord buttons.
• Expanded support for date and time entities in checklists, quotes and gift texts.
• And more, see the full changelog for details:
https://torg.tg-me.sbs/bots/api-changelog#april-3-2026
Please open Telegram to view this post
VIEW IN TELEGRAM
❤12🔥6👍5
Forwarded from TON Rust Node | News
TON Rust Node v0.4.0: Ready for Simplex & QUIC
Back with a major v0.4.0 release, ensuring your setup is ready for TON's latest network-wide upgrades.
Archival mode is live, featuring the CellsDB cache and stable shard split/merge handling. Core logic is fixed: direct TON config queries and corrected fee accounting.
Read the Changelog: https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.4.0
Back with a major v0.4.0 release, ensuring your setup is ready for TON's latest network-wide upgrades.
Archival mode is live, featuring the CellsDB cache and stable shard split/merge handling. Core logic is fixed: direct TON config queries and corrected fee accounting.
Read the Changelog: https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.4.0
🔥16👍11🎉8😐6❤3💩2
Forwarded from BotNews
Historically, bot-to-bot interaction was restricted on Telegram to prevent infinite message loops.
Starting today, in specific contexts, Bot-to-Bot communication is allowed – unlocking complex agentic flows and AI-powered use cases.
Out of the box, this feature will work in groups and via business mode. To start using it, simply enable the Bot-to-Bot Communication Mode for your bot via @BotFather.
You can reference the full documentation here.
Please open Telegram to view this post
VIEW IN TELEGRAM
🎉10❤7🔥6
Forwarded from TON Status
Mainnet validators
Tomorrow, April 8, at 14:00 UTC, we ask validators to set aside time to vote on the following proposal:
— Vote to change Config Parameter 30, to activate Catchain 2.0 in both masterchain and basechain with block production rate of 400ms.
In addition to improving network performance from a UX speed perspective, this change is also expected, based on the current network configuration, to increase total validator rewards. However, the final validation APY cannot be determined in advance, as it depends on the dynamic relationship between the total staked amount and the reward pool.
Tomorrow, April 8, at 14:00 UTC, we ask validators to set aside time to vote on the following proposal:
— Vote to change Config Parameter 30, to activate Catchain 2.0 in both masterchain and basechain with block production rate of 400ms.
In addition to improving network performance from a UX speed perspective, this change is also expected, based on the current network configuration, to increase total validator rewards. However, the final validation APY cannot be determined in advance, as it depends on the dynamic relationship between the total staked amount and the reward pool.
💘8❤4👀3🤯2👍1🔥1
Forwarded from Lagus research
Voting is now live on mainnet for a change to config parameter 30 and the activation of Catchain 2.0, a new sub-second consensus with ~400ms block-time.
This is a fundamental change to our blockchain, allowing validators to communicate internally with each other using QUIC protocol.
There is a website where you can track the validator voting progress in real time:
https://vote.lagus.cooking/
Fingers crossed.
This is a fundamental change to our blockchain, allowing validators to communicate internally with each other using QUIC protocol.
There is a website where you can track the validator voting progress in real time:
https://vote.lagus.cooking/
Fingers crossed.
🔥14❤1👍1
TONAPI now supports Streaming API for sub-second finality
Sub-second finality is live on mainnet. If you're building on TONAPI, here's what's new.
TONAPI has added support for Streaming API (SSE + WebSocket), based on TON Center Streaming API v2. The interface is fully compatible, so you can use the official documentation as a reference.
What's available:
– SSE and WebSocket streaming endpoints
– Full transaction lifecycle: pending → confirmed → finalized → trace_invalidated
– Authorization via your existing Ton Console token
Endpoints:
Documentation: Streaming API
Get your API key: Ton Console
Sub-second finality is live on mainnet. If you're building on TONAPI, here's what's new.
TONAPI has added support for Streaming API (SSE + WebSocket), based on TON Center Streaming API v2. The interface is fully compatible, so you can use the official documentation as a reference.
What's available:
– SSE and WebSocket streaming endpoints
– Full transaction lifecycle: pending → confirmed → finalized → trace_invalidated
– Authorization via your existing Ton Console token
Endpoints:
Mainnet:
https://tonapi.io/streaming/v2/sse
https://tonapi.io/streaming/v2/ws
Testnet:
https://testnet.tonapi.io/streaming/v2/sse
https://testnet.tonapi.io/streaming/v2/ws
Documentation: Streaming API
Get your API key: Ton Console
👍11❤6⚡2🔥2😁1
Forwarded from TON Rust Node | News
TON Rust Node v0.5.0: Synced with C++ Node
Now up to date with the C++ implementation.
v0.5.0 adds Simplex consensus changes, optimizes network connections, and fixes transaction execution, LiteServer runSmcMethod, config params, and Merkle updates.
Read the Changelog: https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.5.0
Now up to date with the C++ implementation.
v0.5.0 adds Simplex consensus changes, optimizes network connections, and fixes transaction execution, LiteServer runSmcMethod, config params, and Merkle updates.
Read the Changelog: https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.5.0
👍8❤4🔥2😁2
Forwarded from TON Rust Node | News
TON Rust Node v0.5.1: LiteServer Response Fix
Response corrected. Block proof traversal optimized.
Fixes LiteServer response handling for listBlockTransactions so clients accept it correctly, while making block proof traversal more efficient.
Read the Changelog: https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.5.1
Response corrected. Block proof traversal optimized.
Fixes LiteServer response handling for listBlockTransactions so clients accept it correctly, while making block proof traversal more efficient.
Read the Changelog: https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.5.1
❤13🔥8😁4👍2
Forwarded from TON Rust Node | News
Nodectl v0.4.0 & Node v0.5.2: Adaptive Staking & Performance Optimization
Here with a major release focused on validator efficiency and smoother operations.
This update brings adaptive staking with adaptive_split50, multi-nominator pool support, built-in voting, and persistent ADNL addresses. Fast-sync over QUIC is more efficient, while fixed TVM stack serialization improves LiteServer stability.
Full changelogs:
▪️ https://github.com/RSquad/ton-rust-node/releases/tag/nodectl%2Fv0.4.0
▪️ https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.5.2
Here with a major release focused on validator efficiency and smoother operations.
This update brings adaptive staking with adaptive_split50, multi-nominator pool support, built-in voting, and persistent ADNL addresses. Fast-sync over QUIC is more efficient, while fixed TVM stack serialization improves LiteServer stability.
Full changelogs:
▪️ https://github.com/RSquad/ton-rust-node/releases/tag/nodectl%2Fv0.4.0
▪️ https://github.com/RSquad/ton-rust-node/releases/tag/node%2Fv0.5.2
👍9🔥9👎2
This media is not supported in your browser
VIEW IN TELEGRAM
New for TON devs: Deep Smart Contract Audit Skill
A new audit skill for TON smart contracts is now live — powered by TON Symbolic Analyzer (TSA) and combining LLMs with formal methods.
What is TSA?
A symbolic execution engine that simulates contract behavior across many possible states to uncover non‑obvious bugs.
What the skill does:
• Explores real execution paths
• Analyzes smart contract code at the bytecode level
• Detects critical issues:
– Unauthorized fund withdrawal scenarios
– Incorrect handling of bounced messages
– Replay attack vulnerabilities
• Generates test cases
• TSA enable deep analysis for higher security coverage.
• Produces a structured audit report
⚙️ It is free and powerful smart contract audit skill for all TON developers!
More details:
🔗 https://tonsec.dev/smart-contract-audit-agent
Includes a case study showing how it reproduced a real DEX vulnerability.
A new audit skill for TON smart contracts is now live — powered by TON Symbolic Analyzer (TSA) and combining LLMs with formal methods.
What is TSA?
A symbolic execution engine that simulates contract behavior across many possible states to uncover non‑obvious bugs.
What the skill does:
• Explores real execution paths
• Analyzes smart contract code at the bytecode level
• Detects critical issues:
– Unauthorized fund withdrawal scenarios
– Incorrect handling of bounced messages
– Replay attack vulnerabilities
• Generates test cases
• TSA enable deep analysis for higher security coverage.
• Produces a structured audit report
⚙️ It is free and powerful smart contract audit skill for all TON developers!
More details:
🔗 https://tonsec.dev/smart-contract-audit-agent
Includes a case study showing how it reproduced a real DEX vulnerability.
🔥35👍12❤7👏2
Forwarded from dTON Tech
We're closing GraphQL endpoint at Jun 1.
We have to admit that, despite our best efforts to preserve the ecosystem, times have changed and our team needs to move on to other areas and opportunities.
If you use the GraphQL or Assets API endpoints, please find another data provider and switch to them by 1 June. The @dassets_bot portfolio will also cease to function on 1 June.
As for providing access to Liteservers, we will continue to provide access and no changes are expected for Liteservers at @dtontech_bot.
It has been an honour for our team to work on TON over the past 5 years. It has been a very interesting and enjoyable time. We have met unique and legendary individuals, and have come a long way. But it is time to move on and build our own unicorn.
If you have any business proposals feel free to reach me at @tvorogme
dton.io team
We have to admit that, despite our best efforts to preserve the ecosystem, times have changed and our team needs to move on to other areas and opportunities.
If you use the GraphQL or Assets API endpoints, please find another data provider and switch to them by 1 June. The @dassets_bot portfolio will also cease to function on 1 June.
As for providing access to Liteservers, we will continue to provide access and no changes are expected for Liteservers at @dtontech_bot.
It has been an honour for our team to work on TON over the past 5 years. It has been a very interesting and enjoyable time. We have met unique and legendary individuals, and have come a long way. But it is time to move on and build our own unicorn.
If you have any business proposals feel free to reach me at @tvorogme
dton.io team
👍5😢5❤1🔥1
Forwarded from TON Tech
How MCP enables on-chain actions for agents on TON
We publicly announced Agentic Wallets on TON — an open, self-custodial standard that lets agents manage assets through dedicated wallets. But just having a wallet isn’t enough. For an agent to use TON, it needs to be able to find and connect tools for interacting with the blockchain.
That’s why we built mcp.ton.org — a simple entry point for connecting AI agents to TON. MCP gives agents access to tools for working with the blockchain, while skills provide ready-to-use instructions. A user copies a single command, and the agent gets a ready way to work with the blockchain. All skills are open and available in the ton-org/skills.
Now developers have a ready-to-use execution layer for agents on TON. After connecting MCP and installing skills, an agent can check balances, send transactions, swap tokens, work with NFTs and execute more advanced scenarios like buying xStocks or managing Agentic Wallets. All actions are built from reusable primitives and executed through MCP, which allows developers to move directly to building agent logic.
Connect MCP and give your agent access to actions on TON
We publicly announced Agentic Wallets on TON — an open, self-custodial standard that lets agents manage assets through dedicated wallets. But just having a wallet isn’t enough. For an agent to use TON, it needs to be able to find and connect tools for interacting with the blockchain.
That’s why we built mcp.ton.org — a simple entry point for connecting AI agents to TON. MCP gives agents access to tools for working with the blockchain, while skills provide ready-to-use instructions. A user copies a single command, and the agent gets a ready way to work with the blockchain. All skills are open and available in the ton-org/skills.
Now developers have a ready-to-use execution layer for agents on TON. After connecting MCP and installing skills, an agent can check balances, send transactions, swap tokens, work with NFTs and execute more advanced scenarios like buying xStocks or managing Agentic Wallets. All actions are built from reusable primitives and executed through MCP, which allows developers to move directly to building agent logic.
Connect MCP and give your agent access to actions on TON
❤10👎2🔥1
Forwarded from BotNews
This media is not supported in your browser
VIEW IN TELEGRAM
Bot API 10.0
Today's update reshapes how bots communicate on Telegram – unlocking cooperative multi-bot agentic flows, seamless integration in any chat, granular access controls and more.
🦀 Guest Mode and Agentic Flows
• Introduced guest mode, allowing bots to easily participate in any chat without joining it.
• Users can summon up to 3 guest bots per message – unlocking complex agentic flows in any chat. Guest bots receive only relevant messages and can inspect caller context or send replies.
• Bots can now message each other by username if they enable bot-to-bot communication.
• Account automation via Business Bots no longer requires a Premium subscription.
• Business Bots can now interact with other bots on behalf of the user.
🛡 Chat Management
• Admin bots can now remove individual message reactions, clear all recent reactions from a user or restrict them from issuing more.
• The list of chat admins can now optionally return bot administrators.
🚶 Live Photos
• Introduced support for live photos – images enhanced with short built-in motion and sound.
• Bots can now detect, download and send live photos to any chat, including as paid media.
📊 Polls
• Bots can now detect and attach media in both polls and individual poll options.
• Polls can now be limited to existing chat members or voters from specific countries.
✈ General
• Users can now set a granular access whitelist for their bot via @BotFather, while Manager Bots can set one via the API.
• Bots can now fetch recent messages from the channel pinned to a user's profile.
• And more, see the full changelog for details:
https://torg.tg-me.sbs/bots/api-changelog#may-8-2026
Today's update reshapes how bots communicate on Telegram – unlocking cooperative multi-bot agentic flows, seamless integration in any chat, granular access controls and more.
• Introduced guest mode, allowing bots to easily participate in any chat without joining it.
• Users can summon up to 3 guest bots per message – unlocking complex agentic flows in any chat. Guest bots receive only relevant messages and can inspect caller context or send replies.
• Bots can now message each other by username if they enable bot-to-bot communication.
• Account automation via Business Bots no longer requires a Premium subscription.
• Business Bots can now interact with other bots on behalf of the user.
• Admin bots can now remove individual message reactions, clear all recent reactions from a user or restrict them from issuing more.
• The list of chat admins can now optionally return bot administrators.
• Introduced support for live photos – images enhanced with short built-in motion and sound.
• Bots can now detect, download and send live photos to any chat, including as paid media.
• Bots can now detect and attach media in both polls and individual poll options.
• Polls can now be limited to existing chat members or voters from specific countries.
• Users can now set a granular access whitelist for their bot via @BotFather, while Manager Bots can set one via the API.
• Bots can now fetch recent messages from the channel pinned to a user's profile.
• And more, see the full changelog for details:
https://torg.tg-me.sbs/bots/api-changelog#may-8-2026
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥9👍6❤4
Forwarded from Pavel Durov (Pavel Durov)
This media is not supported in your browser
VIEW IN TELEGRAM
🛠 Start building!
Please open Telegram to view this post
VIEW IN TELEGRAM
❤17🔥11👍4👏1🤔1
Forwarded from Gram of TON
🪙 Toncoin Name Change — Community Vote
TON has changed substantially in recent months. Telegram is taking on a leading role in the network and is becoming its largest validator. The chain itself is now 10× faster with fees down 6×. Gram was the name the network's founders gave the token in the original TON White Paper, and it's never left the codebase.
That is why Telegram is proposing to rename the native token from Toncoin to Gram, a fitting moment to bring it forward.
The blockchain stays TON / The Open Network, only the token's name and ticker change. Balances, addresses, contracts, NFTs, staking, DeFi, all unchanged. No swap, bridge, claim, or migration. No action required.
⚠️ Any site, bot, or link asking you to "claim GRAM" or "migrate TON" is a scam.
How the vote works
Runs for one week on TON Vote, an established open DAO platform on TON ▪️ Voting power is weighted by TON balances
👉 Vote here
TON has changed substantially in recent months. Telegram is taking on a leading role in the network and is becoming its largest validator. The chain itself is now 10× faster with fees down 6×. Gram was the name the network's founders gave the token in the original TON White Paper, and it's never left the codebase.
That is why Telegram is proposing to rename the native token from Toncoin to Gram, a fitting moment to bring it forward.
The blockchain stays TON / The Open Network, only the token's name and ticker change. Balances, addresses, contracts, NFTs, staking, DeFi, all unchanged. No swap, bridge, claim, or migration. No action required.
⚠️ Any site, bot, or link asking you to "claim GRAM" or "migrate TON" is a scam.
How the vote works
Runs for one week on TON Vote, an established open DAO platform on TON ▪️ Voting power is weighted by TON balances
👉 Vote here
👎13❤11🔥4👏4👍1
Forwarded from dTON Tech
MTONGA / MGRAMGA: the next step is clear: 30% extra on any top-up at @dtontech_bot / dton.io this week!
We're ready to show you how to create awesome setups. LiteServer update:
- Pay As You Go: pay $0.02 per LiteServer request
- Analytics is back: check your RPS, methods, responses, and durations
- dton.io / @dtontech_bot updated: desktop-friendly profile and landing with live status
- CustomOverlay & TON node update: our nodes now fast-sync across 6 geo locations; when one node catches a block, all others have it
- Balancer update: no more timeouts; any out-of-sync node in a shard is now excluded from your requests
- Upgrade existing keys: upgrade existing keys to a higher tier and pay only for remaining days
- Auto-renew: just top up your balance, and your rate will renew automatically
We're ready to show you how to create awesome setups. LiteServer update:
- Pay As You Go: pay $0.02 per LiteServer request
- Analytics is back: check your RPS, methods, responses, and durations
- dton.io / @dtontech_bot updated: desktop-friendly profile and landing with live status
- CustomOverlay & TON node update: our nodes now fast-sync across 6 geo locations; when one node catches a block, all others have it
- Balancer update: no more timeouts; any out-of-sync node in a shard is now excluded from your requests
- Upgrade existing keys: upgrade existing keys to a higher tier and pay only for remaining days
- Auto-renew: just top up your balance, and your rate will renew automatically
🤡110💩61🤮38❤17🔥11👍9💊4😁3
Forwarded from BotNews
This media is not supported in your browser
VIEW IN TELEGRAM
Bot API 10.1
📝 Markup Revolution
This update introduces native text styling tools to enable richly formatted messages in any chat. Bots can now deliver highly structured content like business reports or media slideshows, while AI agents can seamlessly stream complex replies in real time.
Supported formats include:
• Multi-level headings, paragraphs and dividers.
• Lists and task lists – with support for custom numerals and ordering.
• Deeply nested inline formatting, including all common styles plusspoiler , code, subscript, superscript and more.
• Tables with alignment, captions, borders, striped styling and customizable cells.
• Media blocks for photos, videos and audio files, with captions and credits.
• Block and pull quotes, collapsible details blocks, anchors and in-document links.
• Full LaTeX support – including both inline and multi-line expressions.
• Maps with custom coordinates.
• Polished media collages, smooth slideshows.
• And more! Check out the list here or play around with our interactive demo.
🛡 Guard Bots
• Bots can now process join request queries as guard bots and approve, decline or queue them – or simply open a Mini App to show the user a captcha before deciding.
📊 Polls
• Poll option media now supports external links to any website.
• And more, see the full changelog for details:
https://torg.tg-me.sbs/bots/api-changelog#june-11-2026
This update introduces native text styling tools to enable richly formatted messages in any chat. Bots can now deliver highly structured content like business reports or media slideshows, while AI agents can seamlessly stream complex replies in real time.
Supported formats include:
• Multi-level headings, paragraphs and dividers.
• Lists and task lists – with support for custom numerals and ordering.
• Deeply nested inline formatting, including all common styles plus
• Tables with alignment, captions, borders, striped styling and customizable cells.
• Media blocks for photos, videos and audio files, with captions and credits.
• Block and pull quotes, collapsible details blocks, anchors and in-document links.
• Full LaTeX support – including both inline and multi-line expressions.
• Maps with custom coordinates.
• Polished media collages, smooth slideshows.
• And more! Check out the list here or play around with our interactive demo.
• Bots can now process join request queries as guard bots and approve, decline or queue them – or simply open a Mini App to show the user a captcha before deciding.
• Poll option media now supports external links to any website.
• And more, see the full changelog for details:
https://torg.tg-me.sbs/bots/api-changelog#june-11-2026
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥10☃4💯4🍾1
The ticker, logo and name are changing. Everything else stays the same.
Same chain. Same network. Same builders. Same community.
Your holdings convert 1:1 to GRAM automatically. No swap, no migration, no action required.
—————————
Gram was the original name of the token in TON's first whitepaper. We're returning to the roots and starting a new chapter. The rebrand paves the way for what comes next.
TON remains the name of the blockchain. The token is GRAM.
Step 4 of 7 to Make TON Great Again.
—————————
✅ Already live in major wallets
• Wallet (@cryptowallet_news_en)
• MyTonWallet (@MyTonWalletEn)
• Tonkeeper (@tonkeeper_news)
Your balance is already showing GRAM.
—————————
Bitget
• TON spot delisted: Jun 15, 10:00 UTC
• GRAM spot opens: Jun 15, 12:00 UTC (GRAM/USDT, GRAM/USDC, GRAM/EUR)
• Deposits & withdrawals: not impacted
Bybit
• TON perps delist: Jun 15, 09:00 UTC
• TON deposits & withdrawals pause: Jun 15, 06:00 UTC
• TON spot delist: Jun 16, 08:00 UTC (TON/USDT, TON/USDC, TON/EUR)
• GRAM deposits & withdrawals open: Jun 22, 06:00 UTC
• GRAM spot opens: Jun 22, USDT 08:00 UTC, USDC 08:30 UTC, EUR 09:00 UTC
OKX
• TON perps delist: Jun 16, 08:00 UTC
• TON spot delist: Jun 16, 09:00–10:00 UTC
• Migration window: Jun 16, 10:00 UTC → Jun 17, 10:00 UTC
• GRAM listing: announced separately
Binance
• TON spot delist: Jun 30, 03:00 UTC (TON/FDUSD, TON/IDR, TON/TRY, TON/U, TON/USD1, TON/USDC, TON/USDT)
• TON deposits & withdrawals pause: Jun 30, 03:30 UTC
• GRAM deposits & withdrawals open: Jul 2, 07:00 UTC
• GRAM spot opens: Jul 2, 08:00 UTC
KuCoin
1:1 swap already completed for TON holders.
• 12:00 UTC: GRAM deposits open
• 13:00 UTC: Call auction (GRAM/USDT, GRAM/USDC)
• 14:00 UTC: Trading opens
• 15:00 UTC: Withdrawals open
—————————
🗳️ Thanks to the community
This rebrand was voted for by the community on ton.vote.
Thank you to every voter who showed up and made this chapter possible. GRAM is yours.
—————————
⚠️ Important for holders
You do not need to do anything.
• No swapping TON for GRAM
• No self-migration
• No claim process
• No new wallet, no contract change, no fork
Your balance flips to GRAM automatically wherever it sits, whether that's on an exchange, in a self-custody wallet.
GRAM. Same network. Same Community.
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4🔥3🍾3👎2☃1👍1😍1