Asymmetric Edge 𐤊

22 posts

Asymmetric Edge 𐤊 banner
Asymmetric Edge 𐤊

Asymmetric Edge 𐤊

@Asymm_Edge

"It's not the mountain we conquer, but ourselves" - Edmund Hillary

BlockDAG Inscrit le Mayıs 2026
95 Abonnements7 Abonnés
Asymmetric Edge 𐤊 retweeté
Kaspa Silver
Kaspa Silver@KaspaSilver·
Kaspa Silver tweet media
ZXX
3
8
52
1.2K
Asymmetric Edge 𐤊
Asymmetric Edge 𐤊@Asymm_Edge·
@bookofkas What? it's literally on the picture!! The picture literally shows a powerful entity chasing off civilians. Exactly opposite of what Kaspa symbolizes
English
0
0
0
17
Book of 𐤊aspa
Book of 𐤊aspa@bookofkas·
@Asymm_Edge If its decentrilized how can you say it symbolizes in one view even though I didn't see it like that?
English
1
0
0
28
Asymmetric Edge 𐤊 retweeté
Imperial Blockchain & Fintech
We’re excited to welcome Kaspa as a Silver Sponsor of UK AI Agent Hackathon EP5. Kaspa is a fair-launched, proof-of-work BlockDAG cryptocurrency built for real-time decentralization, combining the security model of proof-of-work with fast block rates and scalable network design. By using its BlockDAG architecture, Kaspa enables parallel block processing, aiming to deliver faster confirmations while preserving decentralization. Kaspa’s focus on scalable, decentralized infrastructure makes it a strong fit for a hackathon exploring autonomous agents, Web3 systems, and the next generation of open technology. Website: kaspa.org And check out more Kaspa news @kaspagrowth @KasMaporg Sign up here: aiagentslab.uk/hackathon/ep5 Welcome Kaspa to EP5.
Imperial Blockchain & Fintech tweet media
English
34
146
366
18.4K
Kasdaghope
Kasdaghope@Kasdaghopesfwo·
@anbrandenburger I have new idea too no one cares about the hard fork..there is no new interest coming the emissions cliff is approaching in days and miners shut down and the network will die
English
2
0
1
78
Alexander Brandenburger † 𐤊
I have a new thought brewing. Give me your input👇 So right now if you want to participate in growing Kaspa’s hashrate, you need to buy, set up, configure, and run the mining equipment. What if users could rent hashrate power? Now I know this is already being done, but centrally. It requires trust of how the funds are used and how rewards are divided out. But could this (theoretically) change once Kaspa’s Toccata Hardfork rolls out with covenant spending rules? Rules on how the funds are used and how they’re divided out? Because essentially the funds could be locked up until certain conditions are met. Honestly, I am just articulating the theoretical concept. I am not quite sure how it would work on a technical level. But if this is possible, I believe this could grow Kaspa’s hashrate tremendously, especially considering it’d be the only proof-of-work capable of doing it decentralized like this… Thoughts? #Kaspa kaspa:native
Alexander Brandenburger † 𐤊 tweet media
English
7
6
53
1.4K
Asymmetric Edge 𐤊 retweeté
Dr Martin Hiesboeck
Dr Martin Hiesboeck@MHiesboeck·
Bitcoin was the Kaspa testnet. $KAS
English
112
443
1.7K
253.3K
Asymmetric Edge 𐤊 retweeté
Ori Newman
Ori Newman@OriNewman·
I have high hopes from argent. I'm reminding everyone that last time @michaelsuttonil had some rest we got rusty-kaspa :)
Michael Sutton@michaelsuttonil

prologue Taking my dr.’s (Sompolinsky) advice to rest a bit and have fun after Toccata’s release, I started experimenting with argent: a small high-level DSL for multi-contract covenant apps that produces silverscript code. Please don’t laugh at this definition of “rest” ;) Releasing heavy core consensus upgrades carries a massive burden of mainnet responsibility. Playing with language compilers and application structure is exploratory work. So yes, for some ppl, it might genuinely feel like resting. --- About three months ago, during the development of Toccata and silverscript, Ori (@someone235) threw a quick sentence at me: “You can implement a mechanism similar to MAST using ICC.” (Stay with us if you want to understand what MAST is and why Ori was only partially right.) Around that time, I started playing with complex scripts over silverscript and mostly tried to understand what a complex contract system over the new Kaspa script engine/silverscript could look like (or if one could be built at all). One thing led to another and I started trying to develop a chess game over silverscript. “okay codex, let’s start developing chess, let’s start with a chess game with basic movement rules, no complications. An array of 64 cells representing the board, public keys for black/white, turn, movement. The bare minimum that is still sufficiently complex.” Of course, the first attempt didn’t go so well. As is fitting for a compiler in its early days, I quickly reached a state where I was the first one walking through certain code paths. This triggered a burst of contributions to silverscript itself and/or finding temporary workarounds. The second attempt got stuck on the boundaries of the script itself. It turns out that implementing all the game rules for every possible piece plus scan loops statically unrolled to 64 iterations is, how should I put it, not really workable and tends to blow up. I came to the conclusion that the logic needed to be shattered into different contracts, meaning different scripts. But how do you do that within the boundaries of a game? And what if I want to implement a decentralized chess league with players and scores that persist and update over time? (By the way, chess is a complex and interesting test case for development, but don’t mistakenly think for a second that this discussion is limited to or aimed at games.) >>

English
8
61
252
6.3K
Asymmetric Edge 𐤊 retweeté
Michael Sutton
Michael Sutton@michaelsuttonil·
prologue Taking my dr.’s (Sompolinsky) advice to rest a bit and have fun after Toccata’s release, I started experimenting with argent: a small high-level DSL for multi-contract covenant apps that produces silverscript code. Please don’t laugh at this definition of “rest” ;) Releasing heavy core consensus upgrades carries a massive burden of mainnet responsibility. Playing with language compilers and application structure is exploratory work. So yes, for some ppl, it might genuinely feel like resting. --- About three months ago, during the development of Toccata and silverscript, Ori (@someone235) threw a quick sentence at me: “You can implement a mechanism similar to MAST using ICC.” (Stay with us if you want to understand what MAST is and why Ori was only partially right.) Around that time, I started playing with complex scripts over silverscript and mostly tried to understand what a complex contract system over the new Kaspa script engine/silverscript could look like (or if one could be built at all). One thing led to another and I started trying to develop a chess game over silverscript. “okay codex, let’s start developing chess, let’s start with a chess game with basic movement rules, no complications. An array of 64 cells representing the board, public keys for black/white, turn, movement. The bare minimum that is still sufficiently complex.” Of course, the first attempt didn’t go so well. As is fitting for a compiler in its early days, I quickly reached a state where I was the first one walking through certain code paths. This triggered a burst of contributions to silverscript itself and/or finding temporary workarounds. The second attempt got stuck on the boundaries of the script itself. It turns out that implementing all the game rules for every possible piece plus scan loops statically unrolled to 64 iterations is, how should I put it, not really workable and tends to blow up. I came to the conclusion that the logic needed to be shattered into different contracts, meaning different scripts. But how do you do that within the boundaries of a game? And what if I want to implement a decentralized chess league with players and scores that persist and update over time? (By the way, chess is a complex and interesting test case for development, but don’t mistakenly think for a second that this discussion is limited to or aimed at games.) >>
English
40
194
662
43.8K
Asymmetric Edge 𐤊 retweeté
Dr Martin Hiesboeck
Dr Martin Hiesboeck@MHiesboeck·
The Architectural Edge: Why Kaspa Outpaces Ethereum for DEX Infrastructure Building a Decentralized Exchange (DEX) on a traditional single-chain blockchain like Ethereum is like trying to run a high-frequency trading firm on a narrow, one-lane highway. While Ethereum pioneered automated market makers (AMMs), its sequential design forces every transaction to wait in a single queue. Kaspa’s BlockDAG architecture—complemented by the Toccata hard fork—rebuilds the Layer 1 foundation to handle the intensive demands of decentralized trading natively. Kaspa offers several architectural advantages that make it a superior backbone for a modern DEX compared to Ethereum. Parallel Processing vs. Sequential Bottlenecks Ethereum processes transactions sequentially. One block is added at a time, roughly every 12 seconds. When thousands of traders rush to swap assets during market volatility, the network bottlenecks, causing a massive surge in gas fees. Kaspa replaces the single blockchain with a Directed Acyclic Graph (**BlockDAG**). Using the GHOSTDAG protocol, the network processes multiple blocks **in parallel** simultaneously (~10 blocks per second on mainnet). For a DEX, this means transactions don’t get jammed in a single queue; trades are woven together concurrently without degrading network performance. Structural Defense Against Predatory MEV Because Ethereum relies on a public mempool where a single block producer dictates the exact sequential order of transactions every 12 seconds, **Maximal Extractable Value (MEV)** bots thrive. They spot a pending trade and "sandwich" the user—buying right before them and selling right after—forcing the trader to execute at a worse price. Kaspa's Advantage: Real-time decentralization dismantles the mechanics of MEV bots. With Kaspa producing blocks at a rapid-fire pace, there is no single consensus leader holding a monopoly over transaction ordering for long intervals. Rapid parallel block creation and real-time sequencing make it virtually impossible for bots to accurately predict the state and insert predatory sandwich attacks. Traders get the exact execution price they expect. Sub-Second Latency (CEX Speed, DEX Security) Waiting 12 seconds for a block—and minutes for true finality—is a lifetime in live trading. While Layer 2 rollups speed up execution, they fragment liquidity, introduce bridge vulnerabilities, and complicate the user experience. Driven by the Rusty Kaspa engine, the network features sub-second block times. After just 10 seconds, a trade has accumulated roughly 10 layers of confirmation deep within the DAG structure. A DEX on Kaspa delivers the instant, responsive user experience of a Centralized Exchange (CEX) while settling entirely on an ultra-secure, decentralized Layer 1. . Predictable, Sub-Cent Transaction Fees High traffic turns Ethereum into a playground for whales, where a simple token swap can easily cost $20 to $100+ in gas fees. Because Kaspa scales horizontally at the base layer rather than relying on vertical scaling, the throughput handles massive volume natively. Transaction fees remain consistently sub-cent (<$0.01), making micro-swaps and algorithmic high-frequency trading economically viable for retail users.
English
36
248
567
20.8K
Alex 🇬🇧 🇦🇪
Alex 🇬🇧 🇦🇪@AlexCryptoDubai·
GM $KAS FAM Like I've said, I expect a hard and fast upside for $KAS when it happens and dont get greedy waiting for $1!!! What's coming next will break a lot of people...
Alex 🇬🇧 🇦🇪 tweet media
English
10
13
127
2.3K
Asymmetric Edge 𐤊 retweeté
IzioDev
IzioDev@IzioDev·
Today Kasia public nodes were under a dos-like attack. The gateway took millions of requests, so we added temporary limits, blocked suspected abusive sources, and deployed an extra protection. Nodes are healthy again, and we’ll keep watching the next days
English
4
44
265
12.5K
Asymmetric Edge 𐤊 retweeté
Manyfest
Manyfest@manyfest_·
It is great to see SilverScript being used in the wild. Kaspa Core devoted time and effort to make it possible to develop and deploy contracts on Kaspa. Now this is exactly the right time and place to let creators play, experiment, and discover what can be built on top of it.
English
1
18
72
1.5K
Asymmetric Edge 𐤊 retweeté
Kastip
Kastip@KasTipApp·
Tipping on X just got real. ⚡ Send $KAS to anyone on X straight from your phone — tap Share → KasTip → done. On-chain in ~1 second. Non-custodial: your keys never leave your device. We can't touch your funds. 📱 Coming to Google Play & App Store soon. Follow for launch.
Kastip tweet mediaKastip tweet media
English
26
89
320
14.2K
Benjamin Cowen
Benjamin Cowen@benjamincowen·
One of the main use cases of altcoins is to make the founders rich. People forget about that in the bull market, then point fingers in the bear.
English
276
207
3.6K
189.3K
Asymmetric Edge 𐤊 retweeté
Dr Martin Hiesboeck
Dr Martin Hiesboeck@MHiesboeck·
Just in time before my trip to Berlin ✈️ to meet the team of @Igra_Labs i’ve successfully finished setting up my own node $KAS It took me exactly 2 minutes with the help of AI.
Dr Martin Hiesboeck tweet media
English
35
130
620
16.1K
Asymmetric Edge 𐤊 retweeté
Yonatan Sompolinsky
Yonatan Sompolinsky@hashdag·
since many (~4) asked me about the zcash bug - - - earlier this year I had this convo with a zcash core dev: zk: it's weird that kaspa is pruning past records me: why does it need to keep 'em? zk: the whole point of ledgers is to prove correctness of all state transitions me: the whole point of ledgers is to provide focal points for the consensus state zk: the whole point... me: hmm then why did you come work in zcash? you know the Sprout->Sapling counterfeiting bug zk: Turnstile guarantees that the counterfeit could have been very limited me: true but you still cannot prove or even reason about correct state transitions besides the total supply cap zk: that's actually a good point ---- the most hardcore cryptography coin is shifting away from correctness proofs to practical-enough proofs. I believe this is a step in the right+practical direction, yet the paradigm shift should not go unnoticed - -cryptography is giving way to consensus. if you came to zcash for cryptographic integrity, reconsider. there are many good reasons to root for zcash prospering. zcash is serving a more important role than bitcoin, whose utility for the original mission is by now blurry. cryptographic integrity is/should not be one of those reasons. ---- BTW the bug should definitely have been exploited. I don't know the personal values of Taylor Hornby, and I shouldn't be required to make the effort to learn them. I only know that if I found such an exploit, it wouldn't take me more than a few minutes to tempt myself into printing a longint amount of ZEC and deciding later what to do with it. I wouldn't necessarily use it to exit the pool immediately and corrupt the supply, I'd wait to see if some portion of the broken pool does not seem to migrate on time (probably lost funds), in which case I would not think twice before claiming the funds myself. you could argue that no harm done, and you might be right, but then again you are here -- in zcash / in crypto -- for its consensus dynamics, the ability to coordinate interests and convictions across different trust zones around some shared asset; not for some pristine mathematical integrity.
English
58
283
925
40.7K
Asymmetric Edge 𐤊 retweeté
Ori Newman
Ori Newman@OriNewman·
**Official Toccata Release — Mainnet Hardfork Activation Included** (Links in reply) We’re excited to announce the official Kaspa release containing the **Toccata Hardfork** activation logic. Toccata is scheduled to activate on mainnet at DAA score `474,165,565`, expected around **June 30, 2026, 16:15 UTC**. This is a consensus-changing upgrade. All node operators, miners, pools, exchanges, indexers, wallets, and infrastructure providers must upgrade before activation to remain compatible with the network. Toccata introduces a major expansion of Kaspa L1 capabilities, including: • **Native L1 covenant support** through transaction introspection, allowing for more expressive contracts, including stateful contracts • **Covenant IDs**, providing stable covenant lineage across UTXO transitions, so covenant instances can preserve continuity as their state moves from one UTXO to the next • **ZK proof verification on L1** via `OpZkPrecompile`, enabling to trustlessly offload computation off-chain. • **Partitioned sequencing commitments**, improving support for based ZK applications by making lane-local proving scale with relevant activity rather than global throughput Please upgrade as soon as possible and verify your nodes are running the new release well before the activation DAA score. Thank you to everyone who contributed to designing, implementing, reviewing, and testing Toccata.
English
40
295
766
74.2K
NVIDIA GeForce
NVIDIA GeForce@NVIDIAGeForce·
Over 1,000 RTX games and apps are available now with ray tracing and DLSS. To celebrate, we're dropping Steam cash in the replies to upgrade your library with a #RTXOn title... Comment #RTXOn to enter 💸
English
25.4K
1.1K
9.2K
1.3M