I’ve know the Inveniam CEO for years in my doxxed life. To be honest, there is no more legit team that still holds a blockchain forward thesis. They are the data transparency layer for private assets. Go watch some of their panels, tied deeply into the landscape and make great investments over the years across the stack.
@joe4deadcat@cosmoslabs_io@interchain_io Rather see the chain in the hands of influencers. Give the chain to you, Hoss, Cito, Darkside. Better chance than this current line of bullshit. I’m not saying hire influencers, I’m saying give the chain to value creators full stop.
#MAX SOL
#ORAICHAIN#AI token #ORAI
Ca:
oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h
THERE IS 6.2M MC INITIATIVE
RISK MEDIUM
2.5X BELOW ATH LEVEL
Senddd itt🔥
https://t.co/UvyrkTUTmn
Interchain Intelligence is a new series hosted by @CosmosHOSS, exploring all things Oraichain
Every Tuesday and Thursday, we’ll be hopping on spaces to talk alpha with builders, users and dreamers.
The next era of Oraichain is coming fast.
Join us: https://t.co/jlJuuRieyA
Statement from the TON Community
Following the recent news related to the Telegram’s founder Pavel Durov, we want to assure everyone that the TON community remains strong and fully operational.
As a community committed to freedom of speech and decentralization, we stand firmly by Pavel during this challenging time. Pavel has been a dedicated advocate for these values, and we believe his efforts to promote an open and decentralized internet will continue to inspire millions.
The TON community remains focused on our mission, and we will continue our work to uphold these principles globally. We encourage everyone to stay calm, united, and to keep building as we navigate this situation together. Thank you for your continued support.
TON Community.
🎉Owallet Now Support Talis Protocol! 🎉
✨ Manage all your favorite NFTs, from @honorais, @LastSamorais to @OraiWachines effortlessly in just one place.
📱Update your #OWallet to the latest version now
👉 https://t.co/hsHKflKDmm
Celebration in 3 hours. Stay tuned! 👀🎁
@ProtocolTalis
Yo Twitterverse! We're officially here and guess what? #OWallet's back in the AppStore too! 👀🔥
First tweet alert! To celebrate:
🔜OWallet v.3 with major upgrades.
🥳 to celebrate all these awesome news !
✨https://t.co/GZOzTt8ZrK✨stay tuned...
#LFG#OWallet#Oraichain
If ppl are willing to drop over $7k on a @badkidsart, imagine how much whales are willing to spend on the first #NFT project on $OSMO. @madscientists_x@osmosiszone has 10x MC of $STARS, and not to mention the massive TVL and trading volume.
Wait $OSMO has over +200k active addresses too! It's all math.
https://t.co/9PULneMaiY
@YOIU_io Incentivized Testnet Officially starts tomorrow, March 23 at 10:00 AM UTC🔥
YOIU on Telegram👇
https://t.co/pYfJ6nfztx
Full Details👇
https://t.co/Hs71kzAbc8
🎉Prizes🎉
$100 in ORAI for 5 winners 👀
50 IDO Access NFTs 👀
@Shade_Protocol has consistently pushed the envelope, delivering essential innovations to support efficient Private DeFi options broadly for the IBC ecosystem ⚔️
Very proud to unveil our partnership + create value for both of our passionate communities🔮🤖⛓️
Shade 🤝 Oraichain
(1/4)
🤖 Node as a Service: Simplifying Participation
- Introduces "Node as a Service" to ease Oraichain network setup.
- Aims for a streamlined process, handling operational complexities and ensuring smooth upgrades.
Why this tweet is absolute ****shit and shows an insufficient understanding of the Cosmos techstack its benefits and the actual acknowledged drawdowns 👇
First, lets quickly remind ourselves why @berachain (and many other teams) chose the cosmos stack in the first place:
1. ABCI - "lifecycle for blockbuilding" - In cosmos a block is not merely execution of base-layer EVM calls. A significant amount of control exists over the potential priority and moment of execution of different functions wether they are SDK native or VM related. Things like Begin and End block are powerful automation features that reduce total computational overhead and increase security and decentralisation for building systems like intent-swaps, liquidation engines, oracles and more.
These features are taken to the next level by teams like @SkipProtocol , @dYdX , @Neutron_org , @SeiNetwork and now also berachain.
2. Separation of consensus, application layer and VM/execution framework. As Berachain wanted to implement their own consensus layer reliant on their core VE-governance and liquidity-staking methods it was important that it could build this without ruining the potential implementation of Go-Ethereum on top of that. Polaris EVM as modular building component does exactly that, it runs as a plugin communicating with ABCI to the consensus layer completely separate to the non-VM CosmosSDK application layer frameworks like /Gov and in their case also /dex /oracle and so forth. This mean they can build out their own consensus framework, build out their own application layer adjustments (more scalable than forcing it in the VM) and still have a completely EVM compatible execution layer (for permissionless external devs) on top that is composable with the underlying capabilities.
3. And this composability is the third factor, not just vertically through the stack but also horizontally to other chains. The VM can interact with the application layer, which in turn can interact with consensus. Through this application layer they can also connect to any other IBC enabled blockchain and thereby have composable cross-chain contracts. This is also a major reason for @dymension to use the Cosmos stack as no version of a validium/l2 has this composability with the base-layer or other chains due to finality constraints. Using this composability Berachain, in theory, also becomes infinitely scaleable. This as separate base layers or sovereign rollups can exist with polaris to scale the total ecosystem throughput with the same validator set/trust assumptions. Interacting with $BGT and BeraDex from a smart-contract is cool in and of itself, also being able to do this with any IBC compatible blockchain is the true level-up though.
So the separation and programability of the different layers is what made the Cosmos Stack the right choice - adding to that is the existence of validators which creates a more decentralised environment (over a sequencer) where the VE-Governance of proof of liquidity can really shine.
So could BeraChain have been a rollup, i guess so - but it would not have had the features it needed to build out the incredibly developer friendly and flexible product environment they have right now.
Most of all, it would not even be more scaleable....
-----
Now on to the mentioned "scaling issues" that the berachain testnet has run into.
The testnet so far has run close to spotless:
- There is no lasting delay in block times
- There is no significant downtime of multiple validators
- There are no CometBFT gossiping issues yet like that plagued Sei and other cosmos networks in the past
- There is no breaking happenings that caused halts or other consensus related bugs.
The problems that have arrived though are:
- Validators with subpar machines falling behind (Specs are still incredibly reasonable)
- BeraChain official Artio testnet RPC cluster is getting hammered into oblivion by requests and is having downtime/scaling issues
- MemPool is getting clogged stealing resources from RPC nodes and validators alike
So what does that actually display, where does the problem lie and how have other networks fixed this.
The potential optimisations lay with the p2p layer and the design of the cometBFT mempool and free prioritisation mechanism, two aspects which have been defined by most Cosmos builders (@zmanian@jackzampolin@hxrts etc.) as the most important to fix for the whole stack to be truly robust.
Currently on the berachain testnet users don't really pay for gas as tokens are free. This causes a scenario where spamming the chain or genuine high usage (for airdrop farming, excited community testers etc) has no real costs. People keep committing transactions to the mempool, seemingly with no timeout. As the block proposers include TXs the mempool keeps filling up, a large part of these might even be incompatible transactions, which takes up bandwith and computing resources from the validators. As the mempool becomes fuller and fuller the Query nodes lose performance capacity to perform RPC queries reducing the total capacity of the cluster. Simultaneously validators with lower bandwith plans or insufficient memory speed will be unable to verify the block within the alotted time and start missing.
So what is happening is not necessarily too much transactions in the blocks, moreso too many txs waiting to be committed in a block. Validators can align on better peering settings, reduces or increased mempool size and frontends can use timeouts to almost immediately remedy that specific problem.
RPC clusters can simply add more query nodes and over time improve the software (like @terra_money did with MantleMint) to increase performance where needed.
Looking at the past 1000s of blocks we see ~1-2% of the total 30m gas block capacity is used on average. That doesn't look like a throughput issue at this moment in time.
Live L2s like the OP stack are not doing significantly more traffic than chains like @osmosiszone or @berachain, so let's not act like them porting is somehow the right move. L2s have their place, especially in reducing overhead computation cost, but for Bera it doesnt seem like the right move - especially not for scaleability reasons.
---
In the long run though improvements can and will be made.
@osmosiszone and @SkipProtocol are working together on making the blockSDK eip-1559 blockbuilding/fee prioritisation as robust as possible. This should alleviate concerns with mempool clogging as there is a real cost to making a TX and also helps support "liveness" by building specific gas lanes for functions like IBC and staking.
At the same time we have:
- builders like @SeiNetwork and @dYdX significantly improving the network p2p level (faster syncing, optimistic tx sharing, in-memory orderbooks etc.).
- Developers and CosmosOGs (@informalinc@iqlusioninc@notionaldao ) looking for change in the mempool design and reducing dDosability by clarifying potential attack vectors.
- Further improving and expanding IBC by making it fee-aware and bringing new standards to improve the dev-experience and reach of the technology ( @interchain_io@strangelovelabs@union_build@Polymer_Labs )
The Cosmos TechStack is not perfect, probably it won't ever be. But the highly flexible nature is not just a benefit for the developer experience, it also brings additional throughput. Berachain much like dYdX and the recent @CelestiaOrg launch will bring up issues Cosmos had never before imagined and test scalability. But let's not act as if some minor testnet-mempool spamming is the demise of this incredibly robust stack.
Best,
Lavender.Five Nodes 🐝💜
Experience 10x Leverage with ORAI/USDC Trading Pair - Exclusively on #OraiDEX's Futures 🌟🎉
👀 Don't miss out – try it now at:
👉https://t.co/hHx0Jg2XNF
$ORAI $USDC #futurestrading#OraichainEcosystem
The Treasury is growing ⚔️
In December, the DAO approved two important governance proposals:
🪙@YOIU_io will bring their platform to Oraichain, allowing delegators to participate in IDOs.
💵 @Kado_money will integrate fiat<>crypto ramp for ORAI and $USDC.
Next Month...🔮🤖⛓️