Filecoin Now Supports Real-Time Access With PDP Tech

By: bitcoin ethereum news|2025/05/09 19:00:11
0
Share
copy
Filecoin’s PDP enables fast, verifiable data access without sealing delays, making decentralized storage suitable for real-time use. Combined with Fast Finality, Filecoin now supports low-latency apps while keeping decentralization and transparency intact. Until recently, many people only knew Filecoin as a place to store cold data, aka long-term archives. But now the story has changed drastically. Through the launch of a new technology called Proof of Data Possession (PDP), Filecoin has officially entered the world of fast, lightweight, and instantly accessible data storage. This is not only about system updates; it actually opens a new door for decentralized storage prepared to challenge traditional cloud services. Imagine being able to access data on a decentralized network as conveniently as Google Drive while yet storing it there. Filecoin is attempting to provide that via PDP, then. This method lets storage providers show they still keep your data without first opening or pulling the data. What does this mean? The data verification process becomes instant, and data that was previously considered “cold” can now turn into “hot” or immediately available. https://t.co/O5GIWbLlqe — Filecoin (@Filecoin) May 6, 2025 No More Waiting: How Filecoin Handles Data in Seconds On the other hand, PDP brings a major change in the way data is managed and accessed. Now, there is no longer a need for the sealing and unsealing process which is usually troublesome and time-consuming. Filecoin has become much more practical for use in real-time applications that require high speed. In fact, the size of the proof of data ownership is only around 160 bytes, so the network load remains light. Furthermore, PDP also supports dynamic data that can change at any time – something that was previously quite difficult to do in a decentralized storage system. This makes Filecoin more flexible and can be used for a variety of needs, from developing Web3 applications, AI services, to distributing digital content such as images and videos. Interestingly, still at the end of April, CNF previously reported that Filecoin also launched a technology called Fast Finality (F3). This technology is not as popular as PDP, but its role is crucial. F3 cuts the block confirmation time from what used to be hours to just a few minutes. How? By utilizing the GossiPBFT protocol. The combination of PDP and F3 makes Filecoin much more worthy of consideration for low-latency application needs that previously could only be handled by traditional clouds. PDP Unlocks Practical Use Cases for Everyone However, PDP is not just a technical advancement that only engineers understand. The benefits can be felt by many groups. AI developers, for example, can directly access large-scale datasets for model training or testing. Then, for storage providers, the operational process becomes simpler and the opportunity for profit from market retrieval services is even greater. On the other hand, DePIN and dApps projects can also build faster and more responsive networks or applications. Even large companies that have been hesitant to use a decentralized system are now starting to be interested because Filecoin’s performance is getting closer to traditional cloud services—without having to sacrifice transparency and control over their own data. Filecoin is no longer only a site to keep outdated files seldom accessed with PDP’s introduction. It has now become a basis for storage infrastructure prepared for Web3 next generation. Ready to use, ready to test, and ready to access anytime required. As a follow-up, FilOz and the Filecoin Foundation launched the PDP SPX Program throughout May and June 2025. This program aims to encourage real adoption of PDP technology by involving storage providers and data clients in live testing in production environments. With this program, the Filecoin ecosystem is increasingly ready to become the backbone of future decentralized data. It’s not just the technology side that is being accelerated. Last month, they also launched ProPGF, a crowdfunding program driven directly by the community. The program aims to support projects that have a real impact on the Filecoin ecosystem. Projects are selected using on-chain technologies as Snapshot and Questbook and evaluated by a 12-member team of specialists from many backgrounds. In the crypto space, it’s a mini-democracy; a sort of open competition but driven by the blockchain. Meanwhile, as of press time, FIL is trading at about $2.95 , up 8.84% over the last 24 hours and driving its market cap to surpass the $1.8 billion mark. Source: https://www.crypto-news-flash.com/filecoin-now-supports-real-time-acces/?utm_source=rss&utm_medium=rss&utm_campaign=filecoin-now-supports-real-time-acces

You may also like

1 billion DOTs were minted out of thin air, but the hacker only made 230,000 dollars

Liquidity saved Polkadot's life.

After the blockade of the Strait of Hormuz, when will the war end?

The US has taken away Iran’s most important card, but has also lost the path to ending the war

Before using Musk's "Western WeChat" X Chat, you need to understand these three questions

The X Chat will be available for download on the App Store this Friday. The media has already covered the feature list, including self-destructing messages, screenshot prevention, 481-person group chats, Grok integration, and registration without a phone number, positioning it as the "Western WeChat." However, there are three questions that have hardly been addressed in any reports.


There is a sentence on X's official help page that is still hanging there: "If malicious insiders or X itself cause encrypted conversations to be exposed through legal processes, both the sender and receiver will be completely unaware."


Question One: Is this encryption the same as Signal's encryption?


No. The difference lies in where the keys are stored.


In Signal's end-to-end encryption, the keys never leave your device. X, the court, or any external party does not hold your keys. Signal's servers have nothing to decrypt your messages; even if they were subpoenaed, they could only provide registration timestamps and last connection times, as evidenced by past subpoena records.


X Chat uses the Juicebox protocol. This solution divides the key into three parts, each stored on three servers operated by X. When recovering the key with a PIN code, the system retrieves these three shards from X's servers and recombines them. No matter how complex the PIN code is, X is the actual custodian of the key, not the user.


This is the technical background of the "help page sentence": because the key is on X's servers, X has the ability to respond to legal processes without the user's knowledge. Signal does not have this capability, not because of policy, but because it simply does not have the key.


The following illustration compares the security mechanisms of Signal, WhatsApp, Telegram, and X Chat along six dimensions. X Chat is the only one of the four where the platform holds the key and the only one without Forward Secrecy.


The significance of Forward Secrecy is that even if a key is compromised at a certain point in time, historical messages cannot be decrypted because each message has a unique key. Signal's Double Ratchet protocol automatically updates the key after each message, a mechanism lacking in X Chat.


After analyzing the X Chat architecture in June 2025, Johns Hopkins University cryptology professor Matthew Green commented, "If we judge XChat as an end-to-end encryption scheme, this seems like a pretty game-over type of vulnerability." He later added, "I would not trust this any more than I trust current unencrypted DMs."


From a September 2025 TechCrunch report to being live in April 2026, this architecture saw no changes.


In a February 9, 2026 tweet, Musk pledged to undergo rigorous security tests of X Chat before its launch on X Chat and to open source all the code.



As of the April 17 launch date, no independent third-party audit has been completed, there is no official code repository on GitHub, the App Store's privacy label reveals X Chat collects five or more categories of data including location, contact info, and search history, directly contradicting the marketing claim of "No Ads, No Trackers."


Issue 2: Does Grok know what you're messaging in private?


Not continuous monitoring, but a clear access point.


For every message on X Chat, users can long-press and select "Ask Grok." When this button is clicked, the message is delivered to Grok in plaintext, transitioning from encrypted to unencrypted at this stage.


This design is not a vulnerability but a feature. However, X Chat's privacy policy does not state whether this plaintext data will be used for Grok's model training or if Grok will store this conversation content. By actively clicking "Ask Grok," users are voluntarily removing the encryption protection of that message.


There is also a structural issue: How quickly will this button shift from an "optional feature" to a "default habit"? The higher the quality of Grok's replies, the more frequently users will rely on it, leading to an increase in the proportion of messages flowing out of encryption protection. The actual encryption strength of X Chat, in the long run, depends not only on the design of the Juicebox protocol but also on the frequency of user clicks on "Ask Grok."


Issue 3: Why is there no Android version?


X Chat's initial release only supports iOS, with the Android version simply stating "coming soon" without a timeline.


In the global smartphone market, Android holds about 73%, while iOS holds about 27% (IDC/Statista, 2025). Of WhatsApp's 3.14 billion monthly active users, 73% are on Android (according to Demand Sage). In India, WhatsApp covers 854 million users, with over 95% Android penetration. In Brazil, there are 148 million users, with 81% on Android, and in Indonesia, there are 112 million users, with 87% on Android.



WhatsApp's dominance in the global communication market is built on Android. Signal, with a monthly active user base of around 85 million, also relies mainly on privacy-conscious users in Android-dominant countries.


X Chat circumvented this battlefield, with two possible interpretations. One is technical debt; X Chat is built with Rust, and achieving cross-platform support is not easy, so prioritizing iOS may be an engineering constraint. The other is a strategic choice; with iOS holding a market share of nearly 55% in the U.S., X's core user base being in the U.S., prioritizing iOS means focusing on their core user base rather than engaging in direct competition with Android-dominated emerging markets and WhatsApp.


These two interpretations are not mutually exclusive, leading to the same result: X Chat's debut saw it willingly forfeit 73% of the global smartphone user base.


Elon Musk's "Super App"


This matter has been described by some: X Chat, along with X Money and Grok, forms a trifecta creating a closed-loop data system parallel to the existing infrastructure, similar in concept to the WeChat ecosystem. This assessment is not new, but with X Chat's launch, it's worth revisiting the schematic.



X Chat generates communication metadata, including information on who is talking to whom, for how long, and how frequently. This data flows into X's identity system. Part of the message content goes through the Ask Grok feature and enters Grok's processing chain. Financial transactions are handled by X Money: external public testing was completed in March, opening to the public in April, enabling fiat peer-to-peer transfers via Visa Direct. A senior Fireblocks executive confirmed plans for cryptocurrency payments to go live by the end of the year, holding money transmitter licenses in over 40 U.S. states currently.


Every WeChat feature operates within China's regulatory framework. Musk's system operates within Western regulatory frameworks, but he also serves as the head of the Department of Government Efficiency (DOGE). This is not a WeChat replica; it is a reenactment of the same logic under different political conditions.


The difference is that WeChat has never explicitly claimed to be "end-to-end encrypted" on its main interface, whereas X Chat does. "End-to-end encryption" in user perception means that no one, not even the platform, can see your messages. X Chat's architectural design does not meet this user expectation, but it uses this term.


X Chat consolidates the three data lines of "who this person is, who they are talking to, and where their money comes from and goes to" in one company's hands.


The help page sentence has never been just technical instructions.


Parse Noise's newly launched Beta version, how to "on-chain" this heat?

Noise is planning to launch its mainnet on Base in the coming months, at which point the platform will be open to everyone and support real-money trading.

Is Lobster a Thing of the Past? Unpacking the Hermes Agent Tools that Supercharge Your Throughput to 100x

The longer you use it, the smarter it gets, what makes Hermes, where developers have migrated to, special?

Declare War on AI? The Doomsday Narrative Behind Ultraman's Residence in Flames

When saving humanity becomes the sole criterion, action boundaries start to blur

Popular coins

Latest Crypto News

Read more