https://identityhub.app/contests/agent-tooling-fast-grants
Wow! 34 applications approved.
That’s a great result! A lot of interesting new projects and strong ideas.
We’re starting the evaluation process and will share the timeline soon for how quickly we can go through everything.
Thank you all for the submissions and the energy. Get some rest.
Wow! 34 applications approved.
That’s a great result! A lot of interesting new projects and strong ideas.
We’re starting the evaluation process and will share the timeline soon for how quickly we can go through everything.
Thank you all for the submissions and the energy. Get some rest.
Identity
Identity — the trust layer of the ecosystem
A verified passport for contributors, projects, and reputation. Turn real ecosystem participation into verifiable reputation, access, and economic alignment.
🔥12❤🔥8👏3🤓3
Hey builders!
If you've posted on this wall or submitted your tooling yesterday, we want to hear from you!
TON Community team is planning a TON Real Talk episode this Thursday, focused on AI tooling and agents. This is your chance to showcase your project: what you built, how it works, and what it's best used for.
Interested? Reach out to @vesnushkin and he'll share the details.
Spots are limited, so if you want in, don't wait. Let's get this lined up!
If you've posted on this wall or submitted your tooling yesterday, we want to hear from you!
TON Community team is planning a TON Real Talk episode this Thursday, focused on AI tooling and agents. This is your chance to showcase your project: what you built, how it works, and what it's best used for.
Interested? Reach out to @vesnushkin and he'll share the details.
Spots are limited, so if you want in, don't wait. Let's get this lined up!
🔥12👏4
Hey guys 👋
Quick note about the Fast Grants for Agent Tooling
Yesterday I extended the deadline for a few minutes and that caused some confusion. A couple of people thought the final date was actually the 24th. My bad.
A few builders DM’d me asking if we could briefly reopen submissions. I checked the projects, they are solid and I honestly think everyone wins if they are included.
Is anyone strongly against reopening the form for a few minutes so these teams can submit their info?
P.S. If you did not manage to apply in time, just DM me. If the community is ok with it, I will ping you and reopen the form for a short window so you can submit.
Quick note about the Fast Grants for Agent Tooling
Yesterday I extended the deadline for a few minutes and that caused some confusion. A couple of people thought the final date was actually the 24th. My bad.
A few builders DM’d me asking if we could briefly reopen submissions. I checked the projects, they are solid and I honestly think everyone wins if they are included.
Is anyone strongly against reopening the form for a few minutes so these teams can submit their info?
P.S. If you did not manage to apply in time, just DM me. If the community is ok with it, I will ping you and reopen the form for a short window so you can submit.
👍24😭2🔥1🤔1🫡1
Anthony Tsivarev | TON
Hey guys 👋 Quick note about the Fast Grants for Agent Tooling Yesterday I extended the deadline for a few minutes and that caused some confusion. A couple of people thought the final date was actually the 24th. My bad. A few builders DM’d me asking if we…
Absolutely no objections from our side (CleanAds). The ultimate goal here is to scale the $TON agent ecosystem. If there are solid builders who missed the deadline, keeping them out would only hurt the network's potential.
Open the gates! The more high-quality projects in the arena, the better it is for all of us. Let's build together. 🤝💎
Open the gates! The more high-quality projects in the arena, the better it is for all of us. Let's build together. 🤝
Please open Telegram to view this post
VIEW IN TELEGRAM
👏17❤12🔥5
Thanks everyone for the quick reaction and support!
I’ve reopened the submission form. It will stay open until 18:00 UTC.
Guys, you are the best ❤️
I’ve reopened the submission form. It will stay open until 18:00 UTC.
Guys, you are the best ❤️
❤9🔥6👍2
AndriI
• 10 requests/day in TeleGifts (iOS + Android) for testing and
Mini update for AI DEV WALL builders:
If you can’t install iOS/Android right now, we shipped a web version to test our Gift Asset MCP with a real AI agent UI.
The agent started calling itself Gifti😌 and after a few days of testing it already collected a backlog of improvements.
Try it here: https://llm.giftasset.dev
Current test data: trained on feedback from 52 users so far.
If you test it, drop your bugs/feature requests in a reply and tell us what agent tools you want next☺️
If you can’t install iOS/Android right now, we shipped a web version to test our Gift Asset MCP with a real AI agent UI.
The agent started calling itself Gifti
Try it here: https://llm.giftasset.dev
Current test data: trained on feedback from 52 users so far.
If you test it, drop your bugs/feature requests in a reply and tell us what agent tools you want next
Please open Telegram to view this post
VIEW IN TELEGRAM
❤10🔥5🥱3🤣2👏1
Forwarded from Allo’s Corner
Telehost is now live 🎁
You can launch your own teleton agent, just in a few minutes and completely free for up to an hour.
Telehost deploys and hosts you an full teleton agent, that can interact fully with your telegram account, and can send & receive TON and Gifts.
You can access it via the telegram mini app @telehostai_bot
You can launch your own teleton agent, just in a few minutes and completely free for up to an hour.
Telehost deploys and hosts you an full teleton agent, that can interact fully with your telegram account, and can send & receive TON and Gifts.
You can access it via the telegram mini app @telehostai_bot
Please open Telegram to view this post
VIEW IN TELEGRAM
😁6❤5👀5👍3🔥1
How do you properly test Telegram Mini Apps in an environment that is as close as possible to the real Telegram Mini App — not only TMA SDK access, but also correct layouts (iPhone notch/safe areas, back button, in-app browser behavior)?
Please share what setups and workflows you use to get a production-like testing environment.
Please share what setups and workflows you use to get a production-like testing environment.
😁1
Dan
How do you properly test Telegram Mini Apps in an environment that is as close as possible to the real Telegram Mini App — not only TMA SDK access, but also correct layouts (iPhone notch/safe areas, back button, in-app browser behavior)? Please share what…
I would love to know this as well, as I learned the hard way today with @telehostai_bot my mini app in production was broken, and it took quite a back and forth to get it working, because every time had to deploy it.
❤1
Dan
How do you properly test Telegram Mini Apps in an environment that is as close as possible to the real Telegram Mini App — not only TMA SDK access, but also correct layouts (iPhone notch/safe areas, back button, in-app browser behavior)? Please share what…
When I need it to be real TMA — I just open it as real TMA. It’s really easy to create local https server and point your App to your dev environment. After that you can enable dev tools in telegram and debug your TMA as you would any other web app.
👍1
Tim
When I need it to be real TMA — I just open it as real TMA. It’s really easy to create local https server and point your App to your dev environment. After that you can enable dev tools in telegram and debug your TMA as you would any other web app.
Yeah, but this is for manual testing, not for agentic.
I found this app for local mini app testing. But again — not built for agents
https://github.com/erfanmola/TMA-Studio
I found this app for local mini app testing. But again — not built for agents
https://github.com/erfanmola/TMA-Studio
GitHub
GitHub - erfanmola/TMA-Studio: The ultimate development and testing environment for Telegram Mini Apps.
The ultimate development and testing environment for Telegram Mini Apps. - erfanmola/TMA-Studio
🔥2❤1
While judges review submissions for the contest, you don't have to just wait, you can now show support for the projects you like.
We shipped Community Claps: a simple way to applaud projects that resonate with you. It doesn't affect judging, but it gives the community a voice.
How it works:
— Your clap budget depends on your reputation tier (10–100 claps)
— You can clap multiple times for the same project — just keep tapping (max 25% per project)
— Tap to clap, hold to remove
More details in the blog post:
https://identityhub.app/blog/community-claps
Go explore the submissions and clap for what inspires you:
https://identityhub.app/contests/agent-tooling-fast-grants
We shipped Community Claps: a simple way to applaud projects that resonate with you. It doesn't affect judging, but it gives the community a voice.
How it works:
— Your clap budget depends on your reputation tier (10–100 claps)
— You can clap multiple times for the same project — just keep tapping (max 25% per project)
— Tap to clap, hold to remove
More details in the blog post:
https://identityhub.app/blog/community-claps
Go explore the submissions and clap for what inspires you:
https://identityhub.app/contests/agent-tooling-fast-grants
Identity
Community Claps — Identity Blog
We just shipped a small but meaningful feature for contests: Community Claps.
What are Claps?
Claps are a lightweight way to show support for projects you lo…
What are Claps?
Claps are a lightweight way to show support for projects you lo…
👏13🔥3❤2
Meanwhile guys, take your time to scroll down
We still have awesome stuff there for you to look at.
Not just submissions that appear at the top 😅
We still have awesome stuff there for you to look at.
Not just submissions that appear at the top 😅
😁3
BTW, the TON Real Talk call was good today. Kudos to the participants and hosts 👏
❤11🔥7👍4👏1🤩1