Share this post. @cz_binance says the listings are free then it’s not…
Anyway, why can’t the $KAS community create a fund to pay for the listings? This talk about not paying for listings it’s getting old and the community should have a saying
@JuanMato14@netflix "peanuts" would be $1M - $3M
They demanded 3% MAX SUPPLY from us last week,
28,700,000,000 x .03 = 861,000,000 $KAS or
$41,112,750 USD
How did this not make headlines?
The biggest cryptographers and the most hardcore cryptography chain ( Zcash/ $ZEC ) have now shrunk the role of cryptography from verifying the entire state transition to verifying the supply.
Sean Bowe/@ebfull is a genius.
He's way ahead of his time.
@hashdag and @Vladcostea on a journey, watch the whole thing to see if they make it to their destinanation.
How did this not make headlines?
✅Maybe because nobody knows what verifying state transition vs supply means.
✅Maybe because it is one of the most boring conversations ever recorded.
✅Maybe because it ignores any future potential/adoption Kaspa might have.
$Kas
#Kaspa
We are excited to announce the peak of Kaspa wallets finally arrived: Kaspire Wallet, a covenant-ready, fully open-source and secure Kaspa wallet built without compromises.
Designed from the ground up for security and usability, Kaspire gives you complete control over your assets while supporting everything the Kaspa ecosystem has to offer. Kaspire is the first covenant-ready Kaspa wallet to support all L1 assets, encrypted WalletConnect v2 (which leading crypto wallets like MetaMask utilize) for mobile and desktop (for the app), BIP39 passphrases and Argon2id-encryption for industry-leading protection of your wallet data. The entire project is open source because in crypto, trust should always be earned through verification, not promises.
Kaspire is available as an Android app and as a browser extension for Chrome and Chromium-based browsers.
Kaspire in the Chrome extension store: https://t.co/gi4LSKITIS
Kaspire APK for Android: https://t.co/zR9gjhx7wt
GitHub: https://t.co/tNyIQqvGYl
Security deepdive: https://t.co/9wkjb0obTm
***
Roadmap: During our beta test we collected feedback and advanced Kaspire Wallet even further to deliver the best wallet for the best crypto. In an upcoming update we will add Kasplex and Igra L2 support. Android app store release is on the pipeline. In the meantime you can already download and install the APK from our website. Apple iOS support depanding on demand.
***
A quick deepdive into Kaspire:
Privacy and usability
Kaspire includes:
- optional balance hiding
- a main-screen privacy toggle
- configurable fiat currencies
- configurable automatic locking
- an address book
- recipient allowlisting
- a list of the user’s own wallets when choosing recipients
- UTXO count and consolidation
- editable wallet and contact names
- multiple visual themes
- built-in QR scanning
- flashlight controls for QR scanners
- detailed network diagnostics
- dApp session management
- in-app update notifications
The interface is designed to make advanced Kaspa functionality understandable without hiding critical security information.
Fully open source
Kaspire is fully open source because trust in cryptocurrency software should be earned through verification, not promises.
Users and developers can inspect:
- wallet derivation
- entropy generation
- native Rust signing
- transaction policies
- covenant validation
- backup encryption
- Android integration
- WalletConnect handling
- extension-provider methods
- build and release metadata
One wallet for the complete Kaspa L1 ecosystem. Kaspire supports:
- KAS
- KRC20 tokens
- KRC721 NFTs
- KNS domains
- Legacy KCC20 covenant tokens
- KRON-native KCC20 tokens
- PSKT flows
- Direct browser dApp connections
- Encrypted WalletConnect v2 connections for mobile and desktop
Kaspire for Android
The Android application offers a complete native mobile-wallet experience, including encrypted WalletConnect sessions. Mobile websites can open Kaspire directly through verified Android App Links. Desktop dApps can display a Kaspire-specific WalletConnect QR code, which users scan from inside the app. Every connection and signing request still requires explicit approval.
Kaspire Browser Extension
The browser extension provides the same wallet ecosystem through a traditional injected provider.
Websites can connect directly to the extension without WalletConnect, QR codes or relay infrastructure. Permissions are bound to the exact requesting web origin, and unknown or unauthorized methods are rejected.
Wallet creation and recovery
Kaspire supports:
- 12- and 24-word wallets
- Optional BIP39 passphrases
- Private-key imports
- Watch-only wallets
- Multiple independent wallets
- Multiple BIP44 accounts
- Address-index subwallets for Kasware-compatible wallet support
- Modern Kaspa derivation paths
- Legacy web wallet derivation paths
The wallet distinguishes correctly between separate BIP44 accounts and address-index subwallets.
Secure entropy generation
New wallets are generated using cryptographically secure operating-system randomness. Kaspire does not derive entropy from:
- timestamps
- device identifiers
- serial numbers
- application-level pseudo-random generators
- predictable hardware values
The resulting entropy is processed inside Kaspire’s Rust security core and converted into a checksum-protected BIP39 recovery phrase.
Native Rust security boundary
Kaspire is designed around a central rule: Network services may provide data, but they are never trusted to decide what the wallet signs.
Sensitive wallet and transaction operations are handled by a native Rust security core based on pinned Rusty Kaspa components.
The Flutter interface does not construct arbitrary signed transactions. Instead, it sends a typed request to the native core. The core reconstructs the transaction, validates it and produces a deterministic review containing the information the user is expected to approve.
Depending on the operation, this includes:
- sender
- recipient
- asset
- amount
- network fee
- inputs and outputs
- change
- transaction mass
- token operation
- covenant ID
- covenant template hash
- covenant inputs and outputs
- reserve top-up
- KAS held in token cells
The resulting review is cryptographically bound to the signing operation. If the transaction changes after review, the authorization no longer matches and signing fails.
Kaspire does not expose a generic unrestricted signing endpoint. Supported operations use typed policies for:
- KAS payments
- KRC20 transfers
- KRC721 transfers
- KNS transfers
- KCC20 covenant transfers
- KIP-5 personal messages
- reviewed PSKT transactions
Unknown operations and unsupported transaction structures fail closed. This makes Kaspire suitable for more advanced applications such as marketplaces, covenant vaults and other dApps without turning the wallet into a blind signer.
KCC20 and covenant security
Kaspire supports both legacy KCC20 assets and KRON-native covenant tokens. KCC20 signing requires complete cell information. Indexer data alone is not trusted. Before signing, Kaspire verifies the referenced covenant cells against its own Kaspa node.
Checks include:
- covenant identity
- unique transaction outpoints
- cell value
- token balance conservation
- script public key
- redeem script where required
- current UTXO existence
- current spendability
- ownership transition
- template requirements
- KAS reserve requirements
If an indexer reports an outdated cell that the node no longer considers spendable, Kaspire refuses to sign.
Kaspire validates network responses before using them for signing. The wallet checks:
- UTXO ownership
- duplicate outpoints
- malformed UTXOs
- impossible or negative values
- sender scripts
- recipient outputs
- change outputs
- fees
- transaction mass
- token quantities
- covenant transitions
- locally calculated transaction IDs
After signing, the locally calculated transaction ID is compared with the broadcaster’s response. A mismatching result is rejected. This security model helps protect users against outdated, defective or manipulated RPC and indexer responses.
Hardware-backed encrypted storage
On Android, secret wallet material is encrypted using AES-256-GCM with keys protected through Android Keystore. Where supported by the device, Kaspire can use hardware-backed storage or StrongBox. The application reports the available protection level instead of silently claiming hardware protection when the device cannot provide it. Sensitive material is kept behind the native Android and Rust boundary wherever possible.
Sensitive operations require fresh user authorization through:
- strong biometrics
- device credentials
- or a dedicated Kaspire PIN
Argon2id-encrypted backups
Kaspire backups use the versioned kaspire-backup-v2format. The backup password is processed using Argon2id v1.3 with:
- 32 MiB of memory
- three passes
- parallelism of one
- a random 32-byte salt
- a 256-bit derived key
The resulting key encrypts and authenticates the backup using AES-256-GCM.
Argon2id is memory-hard. Its iteration count should not be compared directly with PBKDF2 because every Argon2id pass processes the configured memory region.
Encrypted backups preserve the information required to restore registered wallets, accounts, subwallets and individual derivation paths.
Official website and documentation:
https://t.co/Sa4tLLYETA
Source code and release APKs:
https://t.co/tNyIQqvGYl
Official Telegram community for quick support: https://t.co/jSbnBXEHkJ
Your Kaspa universe. One secure wallet.
Kaspa & Worldcoin Ready to Explode?
Both @kaspaunchained and @worldcoinfnd have apparently reached the top of the Most Bullish Sentiment leaderboard on CoinMarketCap, indicating strong investor sentiment for both projects.
The fast-paced GHOSTDAG protocol used by Kaspa and the growing use of Worldcoin for the identity/proof-of-personhood application have driven up retail interest.
If two completely unrelated projects appear on the most bullish sentiment list at once, it often means rotation among retail speculators.
We will see if it results in any price movements.
$KAS has been listed on https://t.co/ckaMDe8c08!
Also few other news:
- $ZEC delist from beta, forever
- better exchange handling
- detection of eth transactions with no eth gas (like trustwallet etc)
Enjoy! 1% fees on all assets on https://t.co/ckaMDe8c08
Hello,
For dynamic address, the team is actively working through the technical scope right now.
We’re not putting a firm date on it yet because we want to deliver it right, but the Kaspa community hasn’t been forgotten and we’ll come back with concrete timing once it’s confirmed.
Fade Kaspa at your own risk. Been sitting here for years talking about $KAS. AND YES NO ONES PAID ME.
No one’s paid to shill Kaspa. But you gotta understand the technology is unmatched and its capabilities are world class.
I cannot see a world where the masses and elites remain ignorant of what Kaspa can do.
When the money returns. The interest will. That’s where Kaspa shines ones we’ve got their attention.
I'll never forget when @hashdag absolutely mogged @binance for farming the $KAS community for engagement during 2+ years and then @cz_binance demanded a $40M listing fee from the community funded project, after having listed every possible scam coin available in the market.
3.5m views.
Noah Kaufman would be happy to accept #Kaspa as payment.
Soon, we should be able to auto convert $KAS to stable coins.
Massive value add as merchants can save 3% in credit card fees.
Study $KAS
🚀 Help us get OKX’s attention!
We want to see Kaspa (KAS) listed on #OKX one of the fastest and most innovative PoW cryptocurrencies out there.
👉 Like, repost, and share this flyer so it reaches @okx@star_okx
The stronger the community, the louder the message. Let’s make it happen.
#ListKaspa #Kaspa #Crypto #OKX kaspa:native #CryptoMarket #cryptocurrency
I have been on X since 2023. I have made 14.6K posts on here. With @KaChat_ bringing KaPosts there will be a small fee that goes to miners. Every interaction is a transaction on the $KAS network. If I did 14.6K posts on KaPosts it would cost me about 29.2 Kaspa in the last 3 years. Thats 77 cents at current prices.
X users are paying close to $100 a year to post on here and still face ads etc...
With KaPosts there will be 0 ads. 0 data harvesting to sell your data. Feeds will be very simple. A global feed that simply shows latest posts. Following feed which shows posts from only people you follow. Popular feed will rank posts with the most engagement in order.
Yesterday I met @hashdag here in Romania
So we recorded a podcast on the road
Driving from Brasov to Bucharest
3+ hours of conversation about Kaspa development, Bitcoin, intents vs smart contracts, covenants, the rise of Zcash, game theory & stag hunt
Coming out next week!