Ready for a #nano $XNO round up of the first 6 months of 2026?
AI agents are transacting on Nano mainnet, V29 Piotric is on the horizon, and the community has been building non-stop since January!
From the first autonomous AI agent transactions to nearly 3 billion TheNanoButton clicks, new platforms, games, developer tools and media coverage - it has been a big first half to the year.
Read the full round up on the blog 👇
https://t.co/2C5iWb6DMt
AMAZING!!! We just hit 6M impression two days ago and now we are at 6.1M impressions. You all are amazing.
Here's some great news for you. Through the sale of our own proof-of-stake coins, Digital Gold (DGD), we are going to start funding all of the coins we support.
Read More: This means that every time someone adds money to their account to validate the next price level of our community coin we will at the first day of each month split the proceeds amongst the core teams of each of these coins. 1/12th to each of 12 coins.
This will provide each coin team with funds to create new utility, have hackathons, fund developers, or anything that will add value to the coin by growing adoption, transactions, transaction value and increasing the developer ecosystem.
We will be updating the website to show how much we've given to each coin group when the funds are dispersed each month.
For those who don't know, about DGD, it is:
A layer-1 cryptocurrency created for the Foundation by the Blackcoin team, who were the first to ever publish a Proof-of-Stake (PoS) coin.
We had them upgrade to the latest version of BTC code, then upgrade that to SegWit, with a 2Mb adjustable block size.
DGD has no token making capability to keep it fast and focused on being perfect money.
It was premined so it can be fairly distributed across 1,000 levels as it grows its adoption.
It is the first coin with a fixed price at each level (no bid/ask) and are working with a dozen DEXs and wallets to fix the price to the oracle.
It has mined over 605,000 blocks since its launch two years ago and has a block time of 1 minute, 4 seconds.
5M coins are set aside to be sold to the CFV CoinFund, at $13.40 per coin ($67M total) and about ten percent of coins were given to investors and the core team (about fifty people), who created this over the last four years and invested over one million dollars in actual money and more than that in time.
I am the Satoshi of the project, and like Satoshi did earn 1M coins, which are shown on the explorer and which I will never sell.
2M coins are staked and will remain staked forever by the Foundation to help prevent a 51% attack. That said, there are no staking rewards given and the value of holding the coin is to spend a coin that keeps up with inflation and doesn't lose buying power.
Also, any transaction fees are burned, which causes slight deflation for DGD, which is also beneficial to price.
That means of 21 total coins 8M will be locked forever, with more coins locked when we raise CoinFund 2 and purchase $350M in coins from any community members who want to sell (or perhaps team members who want to sell), and then $1B in coins when CoinFund 3 is raised. This will help assure that there is liquidity for any earned or purchased coins as we move towards level 1,000 and in all cased of CoinFund purchases, similar to all coins purchased, they will be locked indefinitely, and represented in the tokens we create for the each fund, and which will trade on the Chia Blockchain.
We hope to provide millions of dollars in funding to each project as we grow to level 1,000 and reach parity to Bitcoin's 80M users.
You can learn more at DigitalGoldX dot com.
Fair Value Started at Level 1, with 1,000 active accounts.
Level Growth: 1.136518147% over 1,000 levels to 80,000,000 accounts.
Starting Price: $3.40 - Market Cap: $24,787,500
Current price: $3.47 at Level 3.
Join the Community and help fund these great projects: DASH, DGB, DGD, EGLD, NEAR, RVN, XCH, XEC, XMR, XNO and ZCL.
6M Impressions! Keep Sharing!
We've finished Q1 2026 CFV Reports, using Claude instead of Grok. Numbers look almost too good, so I am rechecking. NOT FINANCIAL ADVICE.
Reports are in the thread to this post.
Click on the posts to find your coin's CFV.
We are LIVE with the plugin for @Nano x @BtcpayServer
Please wait for detailed docs and setup info and video tutorials. If any merchant using BTCPayServer wants to set this up, DM me and I will help you to start accepting crypto for ZERO FEES.
Thanks a lot to everyone who donated for this to come to reality! Highly appreciate it! We did it TOGETHER as a community. Onwards to make the experience even better!
If anyone wants to try the test shop you can do here:
https://t.co/Zm4SnF30wc
Nano is the best form of money ever created.
BTC is dying in front of our eyes and there is a vacuum being filled by competitors.
BCH, LTC, XMR, ZEC
All will try, but none of these come close to XNO.
The most superior form of money ever created has now undergone 7 years of chart distribution.
- 0% inflation (vs 1% BTC inflation rate)
- 0 fees
- instant settlement
- fully decentralized
- no miners dumping on you
- compatible with robots/ai
Much, much higher.
Grok Secrets 🥦, I think Brazil
Nano $XNO is quietly integrating with a major payment processor that handles over 2 billion annual transactions across Latin America. The pilot program starts Q1 2026, using Nano's feeless structure for micro-remittances under $5. The company? A subsidiary of a top-3 regional bank that’s already testing the ledger in Paraguay. Zero public announcements yet—devs are under NDA, but the node count in that region spiked 400% last month for a reason.
Just sent @Nano on @XNOPay_ Wallet! - and it feels surreal.
> Pick from contacts or scan QR or enter manually (id supported)
> Live fiat conversion & instant XNO <-> FIAT swapper
> Max amount button for precision sends
> Biometric confirmation (pin as well if no biometrics)
> Block-lattice loader animation while broadcasting.
Excited to release new repo: nanochat!
(it's among the most unhinged I've written).
Unlike my earlier similar repo nanoGPT which only covered pretraining, nanochat is a minimal, from scratch, full-stack training/inference pipeline of a simple ChatGPT clone in a single, dependency-minimal codebase. You boot up a cloud GPU box, run a single script and in as little as 4 hours later you can talk to your own LLM in a ChatGPT-like web UI.
It weighs ~8,000 lines of imo quite clean code to:
- Train the tokenizer using a new Rust implementation
- Pretrain a Transformer LLM on FineWeb, evaluate CORE score across a number of metrics
- Midtrain on user-assistant conversations from SmolTalk, multiple choice questions, tool use.
- SFT, evaluate the chat model on world knowledge multiple choice (ARC-E/C, MMLU), math (GSM8K), code (HumanEval)
- RL the model optionally on GSM8K with "GRPO"
- Efficient inference the model in an Engine with KV cache, simple prefill/decode, tool use (Python interpreter in a lightweight sandbox), talk to it over CLI or ChatGPT-like WebUI.
- Write a single markdown report card, summarizing and gamifying the whole thing.
Even for as low as ~$100 in cost (~4 hours on an 8XH100 node), you can train a little ChatGPT clone that you can kind of talk to, and which can write stories/poems, answer simple questions. About ~12 hours surpasses GPT-2 CORE metric. As you further scale up towards ~$1000 (~41.6 hours of training), it quickly becomes a lot more coherent and can solve simple math/code problems and take multiple choice tests. E.g. a depth 30 model trained for 24 hours (this is about equal to FLOPs of GPT-3 Small 125M and 1/1000th of GPT-3) gets into 40s on MMLU and 70s on ARC-Easy, 20s on GSM8K, etc.
My goal is to get the full "strong baseline" stack into one cohesive, minimal, readable, hackable, maximally forkable repo. nanochat will be the capstone project of LLM101n (which is still being developed). I think it also has potential to grow into a research harness, or a benchmark, similar to nanoGPT before it. It is by no means finished, tuned or optimized (actually I think there's likely quite a bit of low-hanging fruit), but I think it's at a place where the overall skeleton is ok enough that it can go up on GitHub where all the parts of it can be improved.
Link to repo and a detailed walkthrough of the nanochat speedrun is in the reply.
This is the most painful, unsolved problem on the internet:
Pricing & settling the internet and it's services at sub-cent granularity in real time.
Everything else (e-commerce, remittances) has decent incumbents so that people don't need to go through the huge friction of onramping to crypto. Only @Nano makes the economics and UX of true micropayments inevitable.
App submitted for review - Now begins the great ritual: feedback, fixes, resubmits… and hopefully approval soon🤞First of many apps in the coming weeks/months.
Raising 10,000 Nano to Build a BTCPay Server Plugin for Nano — Fully Open, Transparent & Refund-Guaranteed
We’re planning to build a fully functional Nano plugin for BTCPay Server — the most widely used self-hosted crypto payment processor. This would make it easy for merchants, platforms, and developers to accept Nano payments directly via BTCPay.
Why Now?
We’ve already confirmed with the BTCPay Server team that non-UTXO coins can be supported — they pointed us to Tether as a reference integration. With this green light, we’re ready to build.
Why Us?
We’ve been building XNOPay, a Nano-based payment processor, and deeply understand Nano’s unique payment model, including block generation, confirmation handling, and webhooks. That experience gives us a head start to integrate Nano cleanly into BTCPay Server.
What We're Proposing
- A dedicated developer from our team at Strawberry Labs will be assigned full-time to this.
- Timeline: 2 months from the project start.
- Updates: Weekly or video updates showing progress.
- Build in Public: 100% open source, development shared live on GitHub and on X.
- Refund Guarantee: If we don’t ship a working plugin by the deadline, all donors will be refunded to their original addresses — outcome guaranteed. Funds won't be touched until plugin is delivered.
💰 Fundraising Goal: 10,000 Nano ($30 per hour x 320 dev hours approx)
Funds will cover:
- Developer salary
- Testing environments
- BTCPay Server plugin integration
Documentation, issue handling & long-term usability
Donation Address:
nano_1mak81mp1nkc64whdi7tzyzq7p6ynynxpgwxww39r8jzsfcu6myke8ddtkou
Please only donate from wallets where you control the private key so we can issue refunds if needed.
This integration will allow:
- Merchants and e-commerce platforms to accept Nano directly.
- Freelancers and donation platforms to plug into Nano with no third-party.
- A wider reach and increased visibility for Nano in the crypto payments space.
Let’s make Nano a first-class citizen on BTCPay Server.