Resistance Tools
الذهاب إلى القناة على Telegram
we have been waiting for you, join the digital resistance. groupchat: @ResistanceForum contact: @zkproof resistance.dog
إظهار المزيدلم يتم تحديد البلدالفئة غير محددة
705
المشتركون
لا توجد بيانات24 ساعات
+67 أيام
+1130 أيام
أرشيف المشاركات
🔓ZKResistor V2 Factory (TOLK)
ZKResistor is a factory for fixed-denomination privacy pools for GRAM and any jetton. Think of Tornado or Tonnel, but anyone can create a pool for any jetton. No admin, no fees
You deposit a fixed amount, then later withdraw to a fresh address. A zero-knowledge proof breaks the on-chain link between depositor and recipient.
Under the hood: Groth16 zk-SNARKs over BLS12-381, verified on-chain inside the TVM. Merkle tree of depth 20 enabling 1M deposits per pool.
A trusted setup still needs to be done.
Groth16 needs a per-circuit trusted setup. If the secret randomness of that setup ever leaks, someone could forge withdrawal proofs and drain pools.
The fix is a public multi-party ceremony.
Each participant injects randomness and destroys their own secret. As long as one participant stays honest, the setup is permanently secure and no one can forge proofs. Every contribution is public and verifiable.
The setup run in 2 phases: phase 1 build the universal parameters (Powers of Tau), phase 2 is per circuit (insert & withdraw.) Both need independents contributors.Contributing is Docker-based, run a script and add your randomness. It takes a few minutes. Phase 1 of the trusted setup closes with a randomness beacon from Drand round 6218006 on June 20, 2026, at 16:00 UTC. ZKResistor Contracts: https://github.com/TONresistor/zk-resistor-contracts Live on a mainnet test deployment: zk.resistance.dog (for tests only.) How to contribute: https://github.com/TONresistor/zk-resistor-ceremony?tab=contributing-ov-file One honest contribution from you makes this trustless for everyone. ➖➖➖➖➖➖➖➖➖➖➖➖➖ 💬 @ResistanceForum | 📣@ZKResistor
👛 Payment Channel 402
TOLK smart contract for TON Payment Channels + complete SDK for off-chain micropayments over HTTP 402 + tools for AI agents to use it.
A channel between A and B enables machine-to-machine unlimited signed payments in ~50 ms (instant) with no gas fees. Ideal for high-frequency use.
What’s interesting about combining Payment Channels with HTTP 402 for high-frequency payments is that there’s no longer a need for two-step payment at each request:
x402 payment required → client pays
Once the channel is established between the parties, the client signs each payments directly with the request.
This is significantly reducing the number of requests and accelerating the payment process.
Learn more here:
https://github.com/TONresistor/payment-channel-402
+1
TON DNS TXT 🧰🌐
TON DNS domains can store multiple on-chain records: wallet, tonsite, tonbag, next resolver, and text records.
DNSText records have no predefined schema. The key space is completely open, so any developer can define their own key convention, write records under it, and build an app that reads them back.
This is what makes it interesting. Your .ton domain stops being just a name pointing to a wallet. It becomes a small public data store attached to a human-readable identity that any application can extend for its own needs.
For example, any app could resolve DNSText records like avatar, bio, and channel to build a rich profile from a domain name alone.
The pattern is the same in each case: agree on a key name, let communities adopt it, and allow any app to resolve it. The .ton domain becomes the coordination point.
I noticed that dns.ton.org has no option to manage DNSText records so I built a Telegram Mini-App (@DNSTextBot) if you want to test it and add key-value pairs to your TON DNS.
I also published the source code on GitHub with example code for using DNSText
Mini-app: t.me/DNStextBot/app
GitHub: https://github.com/TONresistor/TON-DNS-TXT
x402 TON & Jettons SDK v1 🧰
TypeScript SDK implementing the x402 open payment standard for TON
Sign, verify, and settle HTTP 402 payments with TON and USDT. Built for API services, AI agents economy and autonomous commerce.
You can also deploy your own payment facilitator server and verify payments for third parties
I deployed a demo facilitator in prod for builders that you can use to verify x402 payments : x402.resistance.dog
An interesting thing to do would be a decentralized network of facilitators on TON; each facilitator could become a node and contribute to verifying HTTP 402 payments for fees.https://github.com/TONresistor/x402-ton
The most powerful part of the Teleton Agent is its plugin system. Making the agent modular and customizable as desired for everyone.
Developers can build tools for anything, Telegram, TON, external APIs, any protocol and package them as simple plugins that follow a standard template. Users just drop a plugin file into their tools folder. The agent detects it automatically. No configuration, no setup, no code changes. This makes the possibilities truly infinite. Any dev can create tools that connect AI agents to their service or automate any workflow. I will be back to this soon.Plugin directory: https://github.com/TONresistor/teleton-plugins ➖➖➖➖➖➖➖➖➖➖➖➖➖ 📢 @TeletonAgents | 💬@zkproof
🤖 TELETON AGENTS
An autonomous self-hosted AI agent for Telegram & TON, with persistent memory, scheduled tasks, workspace, identity, business strategy, deep learning and 120+ tools and a modular plugin system for devs.
Core features :
Telegram: Full account control; DMs, groups, channels, gifts, stickers, GIFs, voice, polls, reactions, moderation, and more.
TON: Send/receive TON & jettons, swap on STONfi & DeDust, track prices/pools/holders, bid on .ton domains, explore the blockchain.
Gifts & NFTs: Real-time floor prices, portfolio tracking, send/receive/transfer collectibles, list on marketplace.
The agents can trade gifts or memecoins, gamble at dice or emoji slots, become a KOL and charge token for their posts, moderate your memecoins community, become a middleman, or whatever you want, the only limit is you and your imagination 🫵Note to devs:
The agent supports several LLMs, but I haven’t tested them all. Feel free to provide feedback in the
group,
share your plugin ideas, and suggestions.⬇️ Host & run your own ai agent now ➖➖➖➖➖➖➖➖➖➖➖➖➖ GitHub : teleton-agent Getting started : here Docs : DeepWiki Website : teletonagent.dev Twitter : x.com/teletonagent Group chat : @TeletonAgentHQ ➖➖➖➖➖➖➖➖➖➖➖➖➖ 📢 @TeletonAgents | 💬@zkproof
🐶TONNET BROWSER (1.0.0 BETA)
Tonnet Browser is the first browser with a built-in TON proxy, providing peer-to-peer access to TON Network. Your device connects to TON sites (
.ton, .t.me.) either directly or through multi-hop garlic routing when anonymous mode is enabled. Uncensored & unstoppable.
Tonnet Browser combines the anonymity model of Tor with tonnet-proxy multi-hop garlic routing, the peer-to-peer architecture of BitTorrent for decentralized content delivery with TON storage, and a blockchain layer for cryptographic DNS resolution and TON payments.
⬇️Now Available on Linux | Win | MacOS
🤖Mobile version available on Android
(One line command install on GitHub)Website : tonnet.resistance.dog GitHub : tonnet-browser (open-source) Docs : docs.resistance.dog Suggestions & bugs : @ResistanceForum Everything is opensource & free
👋
If you need help with installation or anything else, feel free to join the group or contact me directly.➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Note regarding garlic routing:
tonnet-proxy
is implemented in the browser and connects to the community relays listed in tonnet-directory with the anonymous mode. I bootstrapped the network with 4 relay servers (see
tonnet-directory
). For garlic routing to really makes sense, the network requires more actives relays. If you wish to contribute by becoming a relayer, consider installing
tonnet-relay
on your server: Follow the guide and pull request in
tonnet-directory
as described in
contributing.md
or DM me if you need. The next step is to incentivize relayers with TON or Jettons via garlic-routed nano-transactions for each relayed request, using gasless and instant payments through virtual channels (TON payment tech). However, you can also safely connect directly to any Tonsites via P2P without going through an intermediate relay (non-anonymous mode).➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ Bonus:
I scanned 140K~ TON DNS and found 499 TON sites up. Have fun exploring the TON Network. Here is the list : https://t.me/ADNLchecker➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 📌check pinned message 📢@TonnetBrowser | 💬@zkproof |
🐶TONNET PROXY & RELAYER
Anonymous access to
.ton, .adnl, and .t.me sites through multi-hop encrypted circuits inspired by TOR.
- Tonnet Proxy is an anonymous CLI proxy that enables private, anonymous access to TON Sites through multi-hop garlic routing. Like Tor, for the TON Network, each relay only knows its immediate neighbors, never the full path.
Tonnet-Proxy Github :
github.com/TONresistor/tonnet-proxy
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
- Tonnet Relayer allows you to run a relayer proxy node to help to decentralized the network. Relayers will be incentivized through TON payment off chain micro-transactions in a near future.
Tonnet-Relayer GitHub :
github.com/TONresistor/tonnet-relayer
Community Relayers List :
github.com/TONresistor/tonnet-directory
contribution : CONTRIBUTING.md or DM
Don’t be shy to DM : @zkproof+1
🐶 TON PIRACY
piracy.ton is a permissionless index for TON Storage, similar to what The Pirate Bay does for BitTorrent. It references ‘bags’ (file collections) stored on the TON Storage network via an on-chain smart contract, creating a trustless, censorship-resistant registry.
Tonsite : tonsite://piracy.ton *
Gateway : piracy.ton.resistance.dog
Also @ piracy.resistance.dog
*Telegram’s native « Web3 browser » can be very slow. Our Web3 gateway is much faster. encourage its use.GitHub : github.com/TONresistor/piracy.ton
You can clone the project and run a mirror of the frontend
"Information is power. But like all power, there are those who want to keep it for themselves." •
Aaron Swartz, Guerilla Open Access Manifesto➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 📢@TONpiracy | 💬@zkproof
+1
🐶 ZK RESISTOR
V.1 beta
Privacy Protocol for $REDO on TON
Trustless ZK privacy protocol breaking the on-chain link between deposits and withdrawals. Groth16 proofs verified natively on TVM via BLS12-381 opcodes.
Trustless. Non-custodial. Censorship-resistant.
How it works:
1. Deposit 100 REDO → receive a secret
2. Withdraw anytime to any wallet
3. ZK proof ensures unlinkability
Smart contract :
EQBUH-7pbBjvVKXe7FjPnCSIJ2vvUedfJmjoWdKfLYMC_1KF
Mini-App : @ZkResistorBot
GitHub/docs : TONresistor/zk-resistor
It’s open source, and there is more informations on GitHub.
Privacy is Resistance
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
📢@ResistorProtocol | 💬@zkproofOnce tokenized, a Telegram username becomes a Web3 DNS, just like .ton domains.
You can link your ADNL adress to your tokenized username or use a Bag ID as ADNL, then your Telegram username becomes a TON site 🪄
🐶
t.me Web3 Domain Gateway
Introducing t.me Web3 Gateway lets anyone access to Telegram web3 adress in your browser without running nodes or TON proxy.
Simply access to t.me web3 adress via:
<username>.t.me.resistance.dog
Example with @bleu_tg :
- bleu_tg.t.me.resistance.dog
- tonsite://bleu_tg.t.me
Or search the username in the search bar on the website
Gateway website : t.me.resistance.dog
Notes:
This gateway allows you to browse t.me web3 adress through standard HTTPS. If you want to access it directly on the TON Network, you have to run TON proxy.Any questions? @zkproof keep resisting
Disclaimer: This project has no token. I am not, and will not be, involved in token launches using the names of the projects highlighted in this channel.
Viva La Resistance ✊
🐶 TON Storage Bags Gateway
Introducing Bags Gateway lets anyone access TON Storage bag contents in your browser without nodes or .ton DNS.
Simply access your bags via:
bag.resistance.dog/<bagid>/
Or search your bag ID in the search bar on the website.
Example - Bag ID :
55ec1dcf439279544c8da329345d2d993fcb3b97730b5096bd436d9ee9fe5a6d
URL example :
bag.resistance.dog/55ec1dcf439279544c8da329345d2d993fcb3b97730b5096bd436d9ee9fe5a6d/
U can verify the bag - Bag Explorer
🌐Gateway : bag.resistance.dog
Notes:
This gateway allows you to browse TON Storage bags through standard HTTPS. If you want to access TON Storage directly on the TON Network, you have to run a TON Storage node or use TON proxy.Bugs? questions? @zkproof The resistance is not futile
👁Open Source Code 🌐
Open-source TON site for code hosting on TON Storage
Decentralized Storage: Projects are stored on TON Storage (P2P torrent-like tech) to transfer bag of files over ADNL using the RLDP protocol on TON Network.
TON sites Subdomain: Each project gets a unique TON site subdomain automatically resolved:
tonsite://open-source-code.ton
‼️ Notes :
project-name.open-source-code.ton
🌐open-source-code.ton.resistance.dog
🌐 Our gateway*.ton.resistance.dogis faster for dynamic website than the Telegram web3 browser (tonsite://) so it’s better to use the .resistance.doglink
I will probably make a Telegram Mini-App but it’s not very useful. I like to use TMA especially for TG Auth (initData) but here i am using TON connect (TON_proof) for auth.Guess now I’ll be open-sourcing all the projects on our own platform. Bugs ? questions ? @zkproof 📄 Docs & Code Source 📢 @TheOpenSourceCode
The fight for digital freedom requires more than words, it requires infrastructure that governments can’t shut down, platforms they can’t censor, and communities they cannot control. This is why we build on TON and Telegram.
The Vision? A Truly Free Internet
Imagine an Internet where:
No sites can be seized because everything is decentralized on TON network
No domain can be confiscated because .ton domains are NFTs you own.
No content can be censored because it's distributed across TON storage.
No users can be tracked because TON Proxy protects their identity behind routing nodes.
This isn't science fiction. The technology exists today. TON provides the infrastructure. Telegram provides the users. The community provides the will. All that's missing is action.
That’s why we’re building this ecosystem now. The Digital Resistance community will be one of the first truly decentralized resistance movements on TON 🐶
The resistance isn't just a symbol. Its a free anti-censorship and privacy-first ecosystem.
"cypherpunks writes code." -Eric Hughes, Cypherpunk Manifesto.resistance.dog | Keep Resisting.
❤️ Digital Resistance Gateaway 🌐
The Digital Resistance Gateaway allows anyone to access TON Network website (.ton sites) without installing any proxy
add
.resistance.dog after any .ton domain:
exemple :
- how-to-resist.ton.resistance.dog
- foundation.ton.resistance.dog
Browser : browser.resistance.dog
Notes :
This gateway allows you to access TON Network sites through standard HTTPS. If you want to access to .ton directly on the TON Network you have to run a TON proxy.Any questions ? @zkproof
Bag ID can also works as an ADNL address to link files to your .ton sites.
It can be any type of files
To create a website, upload an index.html file and use the Bag ID as the ADNL address in your .ton (dns.ton.org or Tonkeeper > your .ton > manage > edit).
Fully detailed documentation will be provided soon.
For example, I used a Bag ID of an image on resistorrent.ton; you can also check on the Bag Explorer mini-app by copy/pasting the bag id :
9b4d4b34dd54fa0526a81129ad1760be09a822a5b750bf996afbb5e4f08d6ab2
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
