Trueo

168 posts

Trueo banner
Trueo

Trueo

@Trueo_app

Fully Onchain, DeFi-Integrated Prediction Markets

Base Katılım Ocak 2026
18 Takip Edilen599 Takipçiler
Trueo
Trueo@Trueo_app·
A prediction market is only as True as its Oracle ⚖️ It ain’t much, but it’s honest work 🧑‍🌾 🔮TrueO
Trueo tweet media
English
0
4
9
140
Trueo retweetledi
MilliΞ
MilliΞ@llamaonthebrink·
Prediction markets as a concept predate most modern economic and market theory. Now that PMs have hit critical mass, and now that blockchains make them resiliently unstoppable; their business models will never go out of style. They will evolve, and their form factors may change, but as a market segment they will continue to grow almost indefinitely. I admit that it’s a difficult time to be building in Crypto, but prediction markets will remain resistant to that turbulence and sentiment.
English
2
6
37
2.5K
Trueo
Trueo@Trueo_app·
Us: “No more dips!!” The Market: “You just won a yearly supply of Dips™️!”
Trueo tweet media
English
0
2
10
349
Trueo
Trueo@Trueo_app·
Oracles are the beating heart of every prediction market 🔮 When users trade an event contract, They’re not trading the outcome… They’re trading the oracle’s final verdict ⚖️ A prediction market is only as truthful as its oracle.
Trueo tweet media
MilliΞ@llamaonthebrink

Hard disagree with this I feel like Mason is conflating a very poorly designed oracle/resolution system with “decentralization” UMA may be more decentralized than Kalshi’s resolution system, but that doesn’t mean it’s a good solution. Superior onchain arbitration systems exist, and in many cases they offer better due process and better counter party guarantee for users than centralized resolvers. I can shamelessly cringe shill @Trueo_app here because we literally designed the prediction market from the ground up with the oracle in mind. I always felt that Polymarket’s greatest sin was treating its oracle as an after thought, when really oracles are an inextricable component of a prediction market app.

English
1
3
13
789
Trueo
Trueo@Trueo_app·
《预测市场开始预测币价?它正在吃掉 Crypto 交易,交易员该注意什么?》 📅 本周 Space 预告|3/19 9:00 PM 最近 Polymarket 等预测市场开始加入 BTC、DOGE、BNB 等价格预测,这已经不只是玩事件了而是在切进交易市场本身 👀 🎙 主持人 @yummmycrypotato @SexyMichill 🎤 嘉宾 @ZhanweiC @didiotato @gushanjishui 当下注未来开始变成一种交易方式, 对传统交易员来说,影响会有多大?一起看这波新叙事怎么改变市场
Trueo tweet media
中文
3
3
11
2.3K
Trueo retweetledi
Bold
Bold@boldleonidas·
Bold tweet media
ZXX
55
14
434
10.1K
Tangle.hl
Tangle.hl@0xTangle·
Trueo 🫡
Tangle.hl tweet media
Español
2
0
6
123
Bold
Bold@boldleonidas·
A huge thank you to my comic patrons for March 2026 🤝
Bold tweet media
English
44
16
560
11.3K
Trueo retweetledi
Bold
Bold@boldleonidas·
Comic patron: @Trueo_app 🤝
Bold tweet media
English
25
12
314
8.5K
Bold
Bold@boldleonidas·
@elonmusk Matter of time before Elon QTs a Bold Comic. 🙏
English
8
3
103
2.3K
Trueo
Trueo@Trueo_app·
Blockchains as public bulletin boards is an under-utilized concept 📜⛓️ High value content like event contracts can benefit a lot from immutability and verifiability ⚖️ Which is why @Trueo_app embeds all prediction market data onchain! Creative decentralization at its finest💡
Trueo tweet media
vitalik.eth@VitalikButerin

I was recently at Real World Crypto (that's crypto as in cryptography) and the associated side events, and one thing that struck me was that it was a clarifying experience in terms of understanding *what blockchains are for*. We blockchain people (myself included) often have a tendency to start off from the perspective that we are Ethereum, and therefore we need to go around and find use cases for Ethereum - and generate arguments for why sticking Ethereum into all kinds of places is beneficial. But recently I have been thinking from a different perspective. For a moment, let us forget that we are "the Ethereum community". Rather, we are maintainers of the Ethereum tool, and members of the {CROPS (censorship-resistant, open-source, private, secure) tech | sanctuary tech | non-corposlop tech | d/acc | ...} community. Going in with zero attachment to Ethereum specifically, and entering a context (like RWC) where there are people with in-principle aligned values but no blockchain baggage, can we re-derive from zero in what places Ethereum adds the most value? From attending the events, the first answer that comes up is actually not what you think. It's not smart contracts, it's not even payments. It's what cryptographers call a "public bulletin board". See, lots of cryptographic protocols - including secure online voting, secure software and website version control, certificate revocation... - all require some publicly writable and readable place where people can post blobs of data. This does not require any computation functionality. In fact, it does not directly require money - though it does _indirectly_ require money, because if you want permissionless anti-spam it has to be economic. The only thing it _fundamentally_ requires is data availability. And it just so happened that Ethereum recently did an upgrade (PeerDAS) to increase the amount of data availability it provides by 2.3x, with a path to going another 10-100x higher! Next, payments. Many protocols require payments for many reasons. Some things need to be charged for to reduce spam. Other things because they are services provided by someone who expends resources and needs to be compensated. If you want a permissionless API that does not get spammed to death, you need payments. And Ethereum + ZK payment channels (eg. ethresear.ch/t/zk-api-usage… ) is one of the best payment systems for APIs you can come up with. If you are making a private and secure application (eg. a messenger, or many other things), and you do not want to let people to spam the system by creating a million accounts and then uploading a gigabyte-sized video on each one, you need sybil resistance, and if you care about security and privacy, you really should care about permissionless participation (ie. don't have mandatory phone number dependency). ETH payment as anti-sybil tool is a natural backstop in such use cases. Finally, smart contracts. One major use case is _security deposits_: ETH put into lockboxes that provably get destroyed if a proof is submitted that the owner violated some protocol rule. Another is actually implementing things like ZK payment channels. A third is making it easy to have pointers to "digital objects" that represent some socially defined external entity (not necessarily an RWA!), and for those pointers to interact with each other. *Technically*, for every use case other than use cases handling ETH itself, the smart contracts are "just a convenience": you could just use the chain as a bulletin board, and use ZK-SNARKs to provide the results of any computations over it. But in practice, standardizing such things is hard, and you get the most interoperability if you just take the same mechanism that enables programs to control ETH, and let other digital objects use it too. And from here, we start getting into a huge number of potential applications, including all of the things happening in defi. --- So yes, Ethereum has a lot of value, that you can see from first principles if you take a step back and see it purely as a technical tool: global shared memory. I suspect that a big bottleneck to seeing more of this kind of usage is that the world has not yet updated to the fact that we are no longer in 2020-22, fees are now extremely low, and we have a much stronger scaling roadmap to make sure that they will continue to stay low, even if much higher levels of usage return. Infrastructure for not exposing fee volatility to users is much more mature (eg. one way to do this for many use cases is to just operate a blob publisher). Ethereum blobs as a bulletin board, ETH as an asset and universal-backup means of payment, and Ethereum smart contracts as a shared programming layer, all make total sense as part of a decentralized, private and secure open source software stack. But we should continue to improve the Ethereum protocol and infrastructure so that it's actually effective in all of these situations.

English
2
4
22
2.4K
Trueo retweetledi
Bold
Bold@boldleonidas·
Comic patron: @Trueo_app
Bold tweet media
English
25
14
344
9K
Bold
Bold@boldleonidas·
Excited to welcome @SuiNetwork as a new Bold comic patron!
Bold tweet media
English
146
32
1.2K
31.6K