KDC NFT RAFFLE
EVILSPUD #49 is up for grabs.
Created by @Spudzbynotshore
10K DUKBUX = 1 entry
Max 10 entries per person
Send your DUKBUX through the Telegram Tip Bot, then forward your Tip Bot transaction to the dedicated raffle channel so your entries can be tracked.
Last day to enter is Friday 9/4.
*** Have any NFT ideas for future auctions? Place your suggestions below. ***
#Kaspa #KaspaNFT #KRC721
Network City runs on two layers — the streets you can see, and the networks you can't. Above, the war has faces. Below, it runs on agents.
Each one sworn to a side, handed a role, following a script it never wrote.
The sovereign, or the machine that wants them run.
You're not in the war. But one of its soldiers answers to your KNS.
nsagents.kas 🐜✖️
@kaspaunchained@Kaspa_Commons@kasnfthub
#Kaspa #KaspaNFT #KRC721
Oh yeah . It's official.. A NotShore Exclusive Collection For the @YonatoshiNFT@KaspaCom Triple-O-G333333zzzzz... 2 have already been added to the Limited List .. @cryptosione & @AbiKaspa .. who will be next😱😱😱😱😱
That Kaspa name you're sitting on? It might be worth more than you think.
There's something seeded in the name itself — there the moment you inscribed it.
A one-of-one agent. Drawn from your name, tied to it, and to no other.
Hold the name, hold the agent.
They're waiting.
nsagents.kas 🐜✖️
@knsdomain@kaspaunchained@Kaspa_Commons
#KRC721 #nameservice #digitalcollectibles
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.
SNESPUDZ MINTED OUT QUICK!
@Spudzbynotshore
Congrats to everyone who minted!
The entire collection is officially SOLD OUT!
Buy off the market here. @KaspaCom
https://t.co/03dRpegprq
👀 And for the DUKBUX holders…
A SNESPUDZ DUKBUX AUCTION IS COMING SOON!
Stack your DUKBUX and get ready to bid!
4000px by 4000px resolution Hand Drawn Pieces of Digital Art with Full Timelapse Videos to watch you NFT come to life 1 brush stroke at a time ... Launch is in a Few dayz.. finishing up the last ones. UTILITY POWERED BY KASPA 🔥✍🏼🔥
This is our entry into the HASH competition. 🦆
How should money work in the Internet age?
It’s a question that doesn’t get asked often enough.
If this gets even one new person to stop, ask questions, and learn something new, it’s worth it.
P.S. @rhubarbmedia@ChadBallantyne are you hiring? 😉
https://t.co/wlTfvJGniA
#Kaspa #KAS #HASH #KaspaCommunity @HashonKas
🚀 MISSION CONTROL REPORT, KASMONAUTS! 👩🚀
https://t.co/YnBTn5loKM is NOW LIVE!!!
Public Beta of the KASMOnauts NFT Studio is officially open for everyone!
Artists & creators - jump in and start building your generative collections today with powerful no-code tools. Paint, transform, apply FX & mosh effects, advanced trait logic & linking, smart rarity, random preview generator, pro vector rendering and more. Export ready for KRC721, ERC721 & Metaplex.
😍 All pro features unlocked for everyone during the beta!
To celebrate the launch:
🎁 GIVEAWAY TIME 🎁
Post on X within the next 7 days showing your use of the KASMOnauts NFT Studio webapp and highlight at least one feature you used or loved. Tag @KasmoSupport and use the #NFTstudio & #kasmonauts.
Everyone who posts will be eligible to join the official KASMO Telegram (https://t.co/yYzu80XOdP) groups active giveaway for NFTs from the upcoming KASMOnauts collection!
Note: The KASMOnauts NFT collection is currently in development and not yet deployed. Winners will receive their NFTs once the collection goes live.
Winners cap: Max 15 NFT's / One per winner
Let’s see what you create! Drop a 🚀 below if you’re jumping in right now.
#Kaspa $KAS #KASMO #Kasmonauts #NFTStudio #PublicBeta #NFTArt #GenerativeArt
DYOR, NFA, LFG!
The KASMOnauts Collective 🛰️
KDC HAS MINTED OUT!
1201/1201 KDC NFTs have officially been minted.
What started as a test run has grown into an incredible community, and none of this would have been possible without every single holder, minter, supporter, and community member. Thank you for believing in the project and helping make this milestone possible.
To celebrate, we’ll be hosting a DUKBUX raffle!
50,000 DUKBUX per entry
More details, rules, and prizes will be announced soon.
Stay tuned! 🦆🎉
Introducing https://t.co/cNiThxSMFO ⚡
Make your NFT experience on @KaspaCom even better with the extension we built. Make private offers, receive instant alerts, counter or decline, and settle safely on KaspaCom.
Here's how it works:
KasNFT Nexus is an independent offer relay for Kaspa NFTs, built to make private NFT negotiation simple without replacing Kaspa's best marketplace itself.
With KasNFT Nexus, potential buyers can submit private, non-binding offers on NFTs, both listed and unlisted. Holders receive instant in-app and Telegram notifications*, can counter, decline, or agree, and both sides can follow the offer flow from the dashboard or the NFT detail page with instant notifications.
The important part: no funds are ever locked inside Nexus. It is entirely an offer extension for KaspaCom, not a marketplace. Offers are private and non-binding, and final settlement still happens publicly and safely on KaspaCom.
What it does:
— Private offers for Kaspa NFTs, both listed and unlisted
— Holder and buyer never know each other
— Browse all NFT collections by ticker, ticker + token ID, or KaspaCom NFT URL
— Counter offers between buyer and holder
— Instant in-app notifications, even when you didn't use KasNFT Nexus before
— Telegram alerts
— Multi-wallet Telegram linking
— NFT detail pages with best offers and market data
— Relist detection when an agreed offer moves toward settlement
KasNFT Nexus is built for collectors who do not want to miss serious offers, and for buyers who want a direct way to reach holders, even before an NFT is listed.
Private by design. Simple to use. Built for the Kaspa NFT ecosystem.
* Telegram notifications only after a user connected their TG account to our Nexus Alerts. You can link unlimited wallets to the same account. When a user didn't use Nexus before they can still see open offers in their in-app dashboard as soon as they sign their wallet via Kasware.
Today's dip is a gift. Bought more $BMT on LFG @KaspaCom and now own 0.5% of the entire supply.
Most people will notice it after the pump. If Kaspa goes on a real run, I expect $BMT to be one of the biggest winners.
Not financial advice. Just conviction🔥
@BTC_Maxi_Tears