Quick Answer: Telegram Cocoon — formally the Confidential Compute Open Network — is a decentralized AI compute marketplace built on The Open Network (TON) blockchain. Announced by Telegram founder Pavel Durov in October 2025, Cocoon lets GPU owners earn Toncoin by processing AI workloads for developers, while using confidential-computing techniques to keep data encrypted during execution. Telegram is expected to be one of the network’s first major users, integrating Cocoon into Mini Apps and chat-based AI features.
Key Takeaways
- Cocoon lets GPU owners contribute compute power to AI workloads and receive TON in exchange.
- It relies on confidential-computing technologies such as trusted execution environments (TEEs), which keep data encrypted during processing, not just at rest or in transit.
- Telegram plans to use Cocoon as the underlying compute layer for AI features in Mini Apps and chat, including message summarization and smart replies.
- Cocoon is not a separate blockchain; it is a compute marketplace and coordination layer built on TON.
- The project faces meaningful competition from other decentralized compute networks like Render Network, Akash, and Bittensor, as well as technical limits of confidential computing.
What Is Telegram Cocoon?
Cocoon is a decentralized network designed to match AI compute demand with idle GPU supply. It is not a blockchain itself; it is a coordination, privacy, and payment layer that runs on TON. The project’s full name — Confidential Compute Open Network — captures its three priorities:
- Confidential compute: data stays encrypted while workloads run, using hardware-based trusted execution environments (TEEs) rather than ordinary cloud infrastructure.
- Open network: anyone can participate as a GPU provider, subject to hardware requirements and onboarding checks.
- TON ecosystem: payments, reward distribution, and coordination are recorded on the TON blockchain, with Toncoin as the settlement asset.
Cocoon is often described as a “Telegram project” because Pavel Durov announced it and Telegram will likely be an early consumer. However, Cocoon should be understood as a network that serves multiple applications, not a feature that runs inside the Telegram app.
Why Was Cocoon Created?
Three problems made Cocoon necessary in the eyes of its founders:
- AI compute is heavily concentrated. A handful of large cloud providers control most training and inference capacity, which creates price-setting power, availability risk, and data-access questions.
- AI applications collect or touch sensitive personal data. Centralized clouds can expose this data to the provider, to governments, or to breaches. Telegram’s own products have long promoted privacy, so a compute layer that keeps data hidden from the compute provider fits the brand.
- TON needs real, high-frequency use cases. TON is fast and cheap, but its ecosystem has historically been dominated by payments, memecoins, and games. AI compute demand gives TON a non-financial utility, while supporting Telegram’s AI ambitions.
The timing also matters. Telegram has been adding AI features to its app, including stickers, translation, and an in-app AI assistant. Running those features on Cocoon could give Telegram a way to offer AI services without relying solely on centralized API providers.
How Does Cocoon Work?
Cocoon works as a marketplace with four roles:
- GPU providers supply compute capacity.
- Developers or applications request compute for inference, fine-tuning, or small-scale training.
- Validators or smart contracts coordinate job routing and payments.
- Users interact through applications — for example, a Telegram Mini App that summarizes documents.
A typical workflow looks like this:
- A developer submits a task to the network and locks TON payment in a smart contract.
- The network matches the task with an available GPU provider that meets the required hardware and performance profile.
- The workload runs inside a TEE on the provider’s machine. The TEE ensures that the provider, the operating system, and even the network operator cannot inspect the data or the model weights as they are being processed.
- The provider returns the result, and a verification step checks that the work was actually completed correctly.
- The smart contract releases TON payment to the provider, minus protocol fees.
This is similar to other decentralized compute marketplaces, except for the emphasis on TEE-based confidentiality. A TEE is a hardware-enforced secure zone inside a CPU or GPU, often using technologies such as Intel SGX, AMD SEV, or NVIDIA confidential computing. If the workload is designed to run inside the TEE, the outside world sees only encrypted memory pages, not the raw data.
Core Components
TON Blockchain
TON provides the ledger, the payment rail, and the identity layer. Because TON has low fees and high throughput, even small, frequent AI-job payments are practical.
Confidential Computing Layer
This is Cocoon’s main differentiator. It relies on TEEs to protect data during computation, not just in storage or transit.
Provider Registry and Requirements
Not every GPU can join immediately. Providers must meet hardware requirements — particularly, support for TEE-based confidential computing — and pass some form of identity or performance attestation.
Orchestration and Verification
The network has to decide which provider gets which job, and it has to verify that the job was completed. This is a hard problem in decentralized compute. Cocoon’s early design reportedly uses attestation and challenge-response mechanisms, but the details are still evolving.
Telegram Integration
Telegram is an early integration point, not the only one. Mini Apps and bots can call Cocoon through APIs, which lets product teams add AI features with a claimed privacy guarantee.
Example: Building a Private Document Summarizer
Suppose a developer wants to build a Telegram Mini App that summarizes confidential PDFs. Instead of sending the PDFs to a centralized API, the developer builds the app to submit the task to Cocoon:
- A user uploads the PDF in the Mini App.
- The PDF is encrypted and routed to a GPU provider on Cocoon.
- The provider’s TEE decrypts the file for processing, runs the summarization model, and returns an encrypted result.
- The provider never “sees” the document in plaintext.
The user receives the summary, and the GPU provider receives TON. This is a simplified example — in practice, a developer still needs to choose a model, design the app, and handle edge cases — but it shows the value Cocoon is trying to create.
How Cocoon Compares With Other Decentralized Compute Projects
Cocoon is not the first attempt to decentralize AI compute. Here is how it compares with several well-known projects:
- Akash Network (AKT): A decentralized cloud marketplace for general compute, including GPUs. Akash is broader in scope but has traditionally been less privacy-focused; confidential computing is not its core selling point.
- Render Network (RENDER): A decentralized GPU network focusing on rendering and AI. Render has strong GPU demand but uses different coordination and payment designs, and its confidentiality guarantees are not Cocoon’s first goal.
- Bittensor (TAO): A decentralized machine-learning protocol in which models, not just compute, participate and are rewarded through a consensus network. Bittensor is more about incentivizing model contribution than about hiding data from providers.
- Centralized clouds (AWS, Google Cloud, Azure): They are mature, fast, and easy to integrate. Cocoon’s pitch is that it offers privacy and decentralized ownership, but it cannot yet match the reliability, support, and full ecosystem of a hyperscaler.
This comparison does not mean Cocoon will “replace” any of these projects. They have different trade-offs, and many developers will use several in parallel.
Common Misconceptions
- “Cocoon is a new blockchain.” No. It runs on TON and uses TON for settlement.
- “Cocoon means Telegram can never read your data.” No. Telegram, as an application consuming the network, may encrypt the request before it is sent to Cocoon. But the user is still trusting Telegram’s application-layer behavior. Cocoon protects data from the GPU provider, not necessarily from the application itself.
- “TEEs make computation 100% private.” TEEs are strong but not perfect. Historical attacks against SGX and other enclaves have shown side-channel leaks. A big difference exists between “hardware-isolated” and “mathematically guaranteed.”
- “Cocoon will create its own token.” The official announcement describes TON as the reward for GPU providers. A separate Cocoon token may appear in the future, but it should not be assumed without an official announcement.
- “Anyone can start selling GPUs immediately.” Providers need to meet TEE hardware requirements and go through onboarding. Participation may also be restricted by region or compliance rules.
Risks and Limitations
Cocoon faces real challenges that any reader should understand before making decisions:
- Technical limits of decentralized inference. Distributed GPUs connected over the internet cannot train frontier-scale models effectively. Cocoon’s realistic use cases are inference, fine-tuning, smaller model training, and batch processing. Centralized clouds remain better for massive-scale training runs.
- Verification is hard. Proving that a remote GPU actually ran the exact job it was paid for is a fundamental problem. If verification is too easy to cheat, the network loses trust; if it is too heavy, the cost and latency increase.
- TEE vulnerabilities. Hardware enclaves reduce but do not eliminate the risk of side-channel attacks, firmware attacks, or supply-chain tampering.
- Economic sustainability. Demand for decentralized GPU compute is not guaranteed. Developers may prefer centralized APIs for simplicity. If utilization is low, GPU providers will not earn enough to justify participation.
- Regulatory and compliance uncertainty. Processing personal data in a network distributed across many jurisdictions raises complicated GDPR and other privacy-regulation issues. It is not clear how Cocoon will handle data residency and auditability.
- Competition. Major cloud providers, AI startups, and other Web3 compute networks are all moving in the same direction. Cocoon’s privacy angle is distinctive, but it may not be enough to create lasting demand.
Launch Status and Timeline
As of late 2025, Cocoon is in its early launch phase. Durov announced the project on October 13, 2025, at Blockchain Life in Dubai. The team soon opened a waitlist for GPU providers and developers. According to the announcement, the network was scheduled to begin operations in November 2025 — but this is more accurately described as a testnet or early-access phase, not the final public mainnet with full functionality.
Readers should treat the “November 2025” date as an initial milestone. Many crypto infrastructure projects delay their formal mainnet launches depending on testing and ecosystem readiness. For any investment or participation decision, check the official Cocoon and TON channels for the current status.
FAQ
1. Is Cocoon available now?
It has moved into an early-access phase, with a waitlist for GPU providers and developers. Full public functionality may not be available immediately, and details can change quickly.
2. How can I become a GPU provider?
You can apply through the official Cocoon waitlist. You will need a compatible GPU with TEE support and the ability to meet the network’s onboarding and attestation requirements.
3. Does Cocoon have a native token?
As of the October 2025 announcement, TON is the reward asset. No official confirmation of a separate Cocoon token was released. Do not trust any claim that a “Cocoon token” is live unless it comes from official channels.
4. Will Cocoon be used inside Telegram?
Telegram is expected to be an early consumer. The most likely features are AI-powered summaries, smart replies, and document analysis in Mini Apps and chat. But Cocoon is not limited to Telegram; other applications can also use it.
5. Is Cocoon anonymous?
No. The network runs on TON, which is a public ledger. Transactions between wallets are pseudonymous rather than anonymous. Confidential computing protects the content of workloads, not the identity or transaction history of participants.
6. Can Cocoon replace Amazon Web Services?
Not in the near term. It is better understood as a specialized marketplace for AI inference and privacy-sensitive jobs. It cannot yet match the breadth of services, reliability, or support of a major cloud provider.
7. What is a TEE?
A trusted execution environment is a hardware-isolated secure zone in a CPU or GPU. Code running inside a TEE can access encrypted data in memory while that data remains invisible to the operating system and to the physical owner of the machine. Cocoon uses TEEs as the foundation of its confidentiality promise.
Who This Article Is For
This article is for developers evaluating decentralized AI compute, GPU owners considering earning TON for idle hardware, Telegram Mini App builders, and anyone trying to understand the project behind “Telegram Cocoon” without relying on marketing claims.
Why This Content Exists
Cocoon is a young, fast-moving project. The purpose of this guide is to give readers a shared mental model of what Cocoon actually is, how it fits into the TON ecosystem, and which claims are still unproven. It is not intended as investment advice or as an official project manual.
Conclusion
Telegram Cocoon is an ambitious experiment at the intersection of decentralized compute, AI, and privacy. Its design — a TON-based marketplace where GPU providers run AI workloads inside hardware-enforced confidential environments — is a meaningful attempt to address real concerns about centralized AI infrastructure. But the project is still early, and its success depends on technical execution, honest communication about TEE limitations, and the ability to attract both supply and demand. For anyone watching the AI-and-blockchain space, Cocoon is worth tracking; for anyone planning to rely on it, verify the current status before committing.
Last updated: 2025-12-07T12:00:00Z




















