Trendaavat aiheet
#
Bonk Eco continues to show strength amid $USELESS rally
#
Pump.fun to raise $1B token sale, traders speculating on airdrop
#
Boop.Fun leading the way with a new launchpad on Solana.

Pavel Paramonov
founder @hazeflow_xyz
Verifiability is the most important edge of crypto.
Bitcoin and Ethereum gave us verifiable money and finance. The next step related to verifiability is different from 2 previous steps.
The thing with Bitcoin and Ethereum innovations is that both of these types of verifiability exist within the crypto environment, more precisely, on-chain environment.
After people truly explored the power of on-chain verifiability, there was a time when people tried to build everything on-chain. Games, messengers, utilities, music, news, every type of classic application was put (or almost put) on-chain.
During that mania, few people said: "Why does it have to be on the blockchain?".
A lot of people from TradFi and IT sectors started building the same stuff they were building in their industries, but on the blockchain. Most of them didn’t work out, more accurately, almost none of them worked out.
That question became a meme. The main answer to this question was: "it doesn’t have to be on the blockchain". I believe both the question and the answer were wrong.
1. First reason: people didn’t understand the core value proposition of crypto.
The core idea was just to put something onchain, not thinking about benefits that onchain deployment brings.
Therefore, the core value proposition at that time is that something on-chain is already better than something not on-chain, solely because it’s built on decentralized infrastructure.
• The core advantage is clear — application is using decentralized architecture.
• The core disadvantages are also clear — expensive and slow computations compared to centralized architecture.
So that’s it, right? No.
The main value that apps gain from being on the blockchain is not decentralized infrastructure itself, but verifiability that this decentralized infrastructure brings. Building the whole application logic on-chain is painful and irrational, because of multiple reasons:
• You’re limited to specific software that only works within certain VM (virtual machine)
• You’re limited to specific hardware for your application needs
• You’re limited to the consensus protocol of the blockchain
• You’re limited to interactions with outside world and getting external data
Yes, smart contracts can get external data via oracles, but they have their own trust issues and this data is public. Blockchains operate on the premise of transparency, so getting external public data is not hard, but getting private data is way more difficult (don’t forget about trust assumptions).
Following this logic, it may seem that we should stick to only what the on-chain industry offers and build within these limits, right?
Of course not!
The biggest advantage that crypto has is verifiability: every user can independently verify the correctness, integrity, authenticity of every action. Most importantly, they can be sure they’re not cheated on & prevent themselves from cheating on other users.
However, as I said before, not everything can be put onchain, because it’s either slow, expensive, or simply impossible.
You cannot just put expressive and complex instructions (code) onchain. Copy and paste doesn’t work in that case.
That’s why previous solutions didn’t work: they tried putting the whole infrastructure onchain, which naturally limits the functionality of the application, because web3 dev tools are way narrower than web2 tooling (at least for now).
2. If we can’t build the whole infra on-chain, can we build at least a part of it?
Do all applications need verifiability? No, but most of them.
Let’s take a platform where you’re currently reading this writing — Twitter. As noted by @shilpi_jc, twitter needs verifiability for:
• ad revenue calculations (because creators want to be sure they’re paid fairly)
• real user views (to make sure views are not botted)
• trending topics (because it has massive power over public discourse)
• etc.
"Why are we discussing twitter? nobody is going to put twitter on a blockchain".
Yes, nobody is going to do that, because it’s impossible:
• you can’t call APIs
• you can’t run bot detection algorithms
• you can't do anything complex
What you can do is to write a simple function that calculates payouts based only on view count which can be easily botted.
If we consider complex systems such as AI, @_jasonwei wrote about Verifier’s Law: “The ease of training AI to solve a task is proportional to how verifiable the task is.”
If something is easy enough to solve (like transfers), it can be verifiable on-chain. Training complex AI models takes a lot of resources, therefore the verification of this model will take a lot of resources as well which current blockchain infra is just not ready to allocate.
• We can’t put complex app logic on-chain, but maybe we can put at least the core part of this logic to update state and facilitate value transfers?
• You can’t run bot detection algorithms to calculate the real number of views, but can we at least have payouts for these views on-chain?
We can, we can also store and update the final state on-chain, it’s not that computationally expensive.
So, we decided that we can keep consensus-related logic on-chain, but what about more complex computations?
To give you an idea of how far we’re from putting everything on-chain, @0xbodu noticed that:
• It would take 1000s of MegaETH chains to replicate Uber's global functionality.
• And it would take 100s of MegaETH chains to do the same just for NYC.
3. Can we keep basic logic onchain & make complex logic verifiable?
We definitely want to keep basic logic on-chain, but what about other more complex logic?
The first natural thought is using something like AWS and its microservices. Yes, we can, but it lacks verifiability which is crucial for a lot of both consumer and infra applications.
What should we do?
We have to find a way to make this complex logic verifiable. We already have lots of verifiability for digital assets & smart contracts, but now we want to apply this to more complex infrastructure.
4. EigenCloud?
@eigenlayer recently rebranded to EigenCloud to increase a focus on verifiability. Even though EigenLayer was mostly known as the restaking protocol on Ethereum, this perception is not exactly correct.
Restaking subconsciously means verifiability, if something can be slashed — it can be verified. Restaking is part why verifiability is possible, but adding slashing to the infrastructure doesn’t automatically make it verifiable.
All applications consist of multiple components. The core learning behind the EigenCloud product is that not every component of the application has to be verifiable, and if they need verification, there are different levels of that.
There are 3 different levels of verifiability in most of the applications:
• Simple logic (transfers): on-chain verifiability
• Complex logic (API, algorithms, AI/ML): off-chain verifiability
• Routine logic: no verifiability
EigenCloud focuses on off-chain verifiability where complex systems and components of complex systems must be verified.
There have been countless articles about EigenCloud architecture, off-chain verifiability and how it works and I don’t wanna repeat them.
What I want to do is give 3 examples of how important verifiability of complex systems is and how even non crypto systems can benefit from EigenCloud.
I’ll take 3 different cases: gaming, robotics (inspired by @jinglingcookies), and future cyberpunk relationship between agent and human.
5. Verifiability in gaming & how to make the game more fair.
I spent 7 years of my life (more precisely 12,000 hours) playing Team Fortress 2 (TF2) which is a multiplayer shooter game. I’ve seen enough and I know how every mechanic of the game works.
However, there were things that made me deeply upset. I didn’t realize why until I started learning more about verifiability and applying it to my previous experience.
• We had the problem of hacker bots flooding the servers and 13 out of 24 players were bots.
• Bots were kicking real players by voting, because they’re a majority.
• They destroyed servers and made the game literally unplayable for a certain period of time.
Yes, anti-cheat systems exist, but those anti-cheat systems weren’t able to identify that these were bots and hackers, they kept playing the game unfairly.
If anti-cheat systems verified that the player is a bot, hacker, or using cheats, they wouldn’t be able to play. If anti-cheat systems falsely accused real players of cheating — those systems would be slashed.
Another interesting feature of TF2 is random crits.
Random crits happen randomly when the player shoots the weapon and it gives 3x more damage than they’d usually get from normal hit.
• Problem: there are some weapons in the game that constantly give more random crits than other weapons.
• When the base random crit chance is 2%, some weapons gave 20% chance and used unfair advantage over other players.
If the logic responsible for random crits would be realized in EigenCloud, it would be verifiable and the weapon would eventually be nerfed.
Obviously, TF2 doesn’t need verification for everything, but some components really need this.
The logic for storing and trading items within the game can be stored on-chain and be fully verifiable, because this logic is pretty trivial. I’d play another couple years if they fixed those problems (maybe).
6. Verifiability in robotics industry & why it's way more important than you think.
The robotics industry is developing pretty rapidly and there are lots of problems as well, especially related to secure interoperability between 2 robots.
• Imagine you have a robodog that patrols your house.
• Robodog detects something weird and suspicious.
• Robodog alerts your humanoid robot at home about what it saw.
The process of informing is the data transfer, that data has to be secure and verifiable, otherwise it could literally risk your life.
In that case, both robots can even operate as mini-blockchain storing a shared state of memory, where every piece of information is verifiable.
For the verification process (EigenVerify) data has to be stored somewhere (EigenDA), to make sure it’s available for verification for every period of time within a timeframe.
• When we deal with robots, we have to be sure that each robot is verifiable.
• If we deal with multiple robots, we have to make sure the messaging (interoperability) between these robots are also verifiable.
Misalignment and unfair behavior could have far worse consequences than bots in computer games.
7. Verifiability in future zero-employee companies run by AI agents.
@shayonsengupta wrote an amazing article at the beginning of 2025 about the Human-Agent Relationship. According to the article, in the future there will be companies with zero employees where there are single or multiple agents operating.
It will be funded by humans and agents will allocate capital for actions it can't do or be intelligent enough to think about what it needs to grow the company.
The assumption is that agents can do the same in the future and will be so intelligent that any human input will ruin the outcome and trend towards zero.
(The same happened before with chess bots where minimal human impact makes the system perform worse than it would without human touch)
If there's really the world we will be living in, we really need verifiability of each action that agent will do.
Especially in this connection between agents and humans. Agents will give tasks to the humans and reward them after completion.
• how to verify that task was indeed completed?
• how to verify if an agent rewarded the human?
• how to verify if an agent rewarded the right human?
• how to verify if an agent rewarded the right amount of money to the right human?
There are infinite questions and only one answer:
Everything has been verified to make sure the system is not malicious and harmful.
Crypto rails are the best fit in this case as payments can be facilitated on-chain, while more complex infrastructure of agents and human-agent coordination can be off-chain.
8. Usage of verifiability outside crypto industry.
Infrastructure will trend towards being globally applied to the wider crypto ecosystem and then to outside of crypto.
• For example: EigenCloud is not limited to Ethereum, this infra can be used for other L1s like Solana or other L2s with or outside Ethereum.
• Same with EigenDA, it’s not just middleware between L2 and L1, it can be applied to any components where computation inputs and outputs must remain accessible for verification.
Crypto verifiability can even be used in sports judging events.
• In sports like figure skating or gymnastics, judges subjectively score performances on artistry and technique, often leading to varied scores.
• Outlier scores may invite scrutiny or bias accusations.
• Judges might align with the majority to avoid criticism.
An AI model could standardize evaluations using predefined metrics (e.g. motion tracking), with penalties only for operators who manipulate the model’s inputs or outputs.
Each action of this AI model must be verifiable, otherwise it can also be biased towards certain outcomes and it just doesn’t make any sense.
There are 3 levels of verification:
• Blockchain (on-chain): handles payments, non-custody, and simple logic
• EigenCloud (off-chain): handles complex systems that really need verifiability
• Traditional Cloud: handles content storage, user interfaces, etc.
While most apps genuinely require verifiability, they don't have to be entirely verifiable. This is because some aspects simply don't need verification, and there's no need to include it merely for the sake of verifiability.
The core idea behind EigenCloud and the broader edge of crypto is to provide verifiability where it's truly needed, not for everything that exists.
Crypto has enabled significant progress in zero-knowledge proofs — a concept that existed previously but received less attention. The same will happen with verifiability, in fact, it's already happening.

17,02K
Blockspace Dilemma.
Polynya said that the main focus must be on efficiently utilizing blockspace, but it's pretty interesting to look at this from another perspective, because blockspace is not all the same.
All rollups combined make approximately 400 TPS, while the theoretical limit is hundreds of thousands.
In theory, we have a huge ocean, but the water that we can fill it with is not universal.
Currently, there is no way to put really complex logic on-chain without struggling with costs and speed (or it's simply impossible). Complex logic is not the water that we can put in this ocean; there is not enough supply, plus very limited programmability.
Even if we take Visa — during peak hours it processes 4,000 TPS. Visa has millions of customers.
Even if we transition all Visa customers just for payments, one rollup will be enough. If we decide to put Visa, Uber, or PayPal infrastructure itself on-chain, we would need hundreds of thousands of rollups.
From one side, we really have an infinite ocean to fill with all the water from the world. From the other side, nothing really fits.

870
I worked at crypto VC for 2 years and went through hundreds of different protocols. One thing I can say for sure is that general accelerators absolutely don't matter.
There is not a single advantage that you get from joining an accelerator. Their pitch might be pretty good: they might have startups that fundraised from tier1 and good advisors section on the website.
But let me tell you something: those who got those tier1 investments would get them without accelerator as well. And this advisors section on the website is just a section, no big name is going to advise you, because there are other dozens of protocols that is in the same cohort.
Yes, you can get the money from the accelerator, but usually this comes with absolutely robbing valuation that doesn't make any sense at all. These "advisors" are going to tell you the obvious things that you already know (most of the time).
The reality is if accelerator sees that you're a smart guy who is highly likely going to be successful — they're trying to get you in their accelerator and extract your future tokens/equity at very low price.
The thing is: they (probably) realize that you will be successful without their help, but hey, don't you want to have our fancy logo on your website and get a chance to talk to like-minded people and get advice?
I don't know how it is in traditional world, but in crypto you can reach out to almost anyone and ask for their advice: just be genuine, respectful and very clear at expressing your idea on paper. That's all what matters.
You will be amazed how many people are willing to help you for free, just because you're doing something. It already means a lot if someone starts their venture and you probably know the person that you'd like to get a piece of advice from.
If you want to be "guided" or "told" how it would be better to run your company — it's not your company and you're not founder.
Out of all accelerators, the only one that people say good things about is @alliancedao. I haven't ever heard someone say nice things about anything else. I'm not sure how Alliance is like inside, but their hit rate is extremely good and feedback as well.
And yes, most of the YC founders nowadays go to YC just to show a fancy logo on their website and the ability to tell investors that they passed the bar (I attached the image below).
Regarding Ecosystem Funds:
I'm going to slightly disagree with WenMoon regarding ecosystem funds, because the main interest here is different.
Ecosystem funds usually have only 1 goal: enhance the ecosystem with good applications. The ecosystem fund is really deeply interested in your success, because they can:
a. Show how unique apps can be on their chain
b. Drive TVL, revenue, activity, and other metrics
They're directly incentivized to work with apps, because they either have a pretty narrow focus (sometimes) or they want to differentiate, so they spend a lot of money to work with different people.
@hotpot_dao said that they picked up 15 applications out of 300. I see nothing wrong here, because that's only 5%. Yes, probably not all of them will succeed and become flagship application on MegaETH, but those who will, will be very important.
In general accelerators, people will give you generic advices that mostly is applicable to any other protocol in any ecosystem.
Ecosystem funds/accelerators better understand what they want, what builders they want, and what apps they want, so the sample can be more accurate. At the end of the day, if you're smart — you will be noticed.


WenMoon 闻月 💚11.7. klo 06.54
I'm gonna get killed for saying this, but fuck it.
I've built ecosystems, so I know this first hand. Accelerators and incubators are total wastes of time and money and actually net negative to ecosystem building.
Why?
Kingmaking doesn't work for ecosystem building. It actively disrupts the competitive habitat of a chain. The most important thing to understand is, as a foundation, you literally never know who will be your biggest builders months or years down the line.
If you asked me to pick who the best builders in my ecosystem would have been a few years ago, I would have been dead fucking wrong.
This is assuming these accelerators function as they theoretically should. But the reality is even worse and darker.
Thru my VC alt, I've even attended a few demo days and seen the project pitches coming straight out of some accelerators... its honestly dreadful. The quality of builders and ideas is terrible. You are hard pressed to find one or two remotely interesting ideas.
Why is this? Well I suspect it's because most of these are quite rushed given they are naturally cohort based. It's just infeasible that you will have 15 amazing ideas in your eco out of 300 applications at a single arbitrary point in time.
Moreover, some of the builders don't really have any ideas. They just have the right credentials to be chosen, and then have to rush to come up with an idea to build within a timeframe. I'm never a fan of that either.
There is honestly a bunch of other darker reasons which I won't touch on too much. Especially when there are third-party extractors involved. Most incubators are scams too, just pumping out as many tokens as possible.
So why are these popular? Simply because its kind of sexy to outsiders and investors imo. But what do I know?
Anyways, all of this is not to shit on Mega, I love them so I do hope this time it's different. It just made me want to write some thoughts as a cautionary word for this style of eco building.
As always, I'm here to provide solutions and open to differing opinions :)
🫶
5,51K
TEE space is getting pretty hot right now, especially with @unichain adapting the model, but most people only know about CPU TEEs.
In this article, we together with Phala Network explore GPU TEEs, outline core differences, and decide if they're needed on chain.


Phala Network25.6.2025
The hardware timeline is accelerating. By 2030: 70%+ of new capacity is expected to be "GPU-class". Phala’s 2025 roadmap brings its confidential GPU computing as a fully decentralized Web3 service.
The future is already HERE.
Blog:
9,94K
We are always busy chasing our goals in crypto and often forget to appreciate the work that other people are doing.
This post is an appreciation for the best and most responsible people that I had the opportunity to work with:
- @dabit3: Nader is online 24/7, always responding to messages, clearly communicating and he is highly responsible person: if he said that he'll follow up tomorrow – he will really follow up tomorrow, no excuses
- @mikyodoorjey: Mikyo is the best feedback-giver and a man of his word, even if something goes wrong, he will always let people know without worrying, one of the best communicators that I've seen
- @bradherenow: Brad is just super nice person, always willing to help and he always expresses his ideas clearly, terminally online, he will never leave the question unanswered
- @SjHarcourt: Sam has been with Sonic for a really long period of time and imo, he is one of the main reasons of why Sonic is booming right now – extremely kind and responsible person and he always translates it to other Sonic team members as well
- @degenroot: Robin is very honest and responsible person, always talks about what he thinks and I really respect it, always looking to improve what he is building and his ability to express his ideas is just amazing
Those people translate their aura and work ethic to other people as well, so they bring uncountable value to teams.
I think we need such appreciation posts because sometimes we are too busy doing our own stuff and it's important to reflex how amazing people are around. I encourage more people to create appreciation posts!
6,13K
Johtavat
Rankkaus
Suosikit
Ketjussa trendaava
Trendaa X:ssä
Viimeisimmät suosituimmat rahoitukset
Merkittävin