r/ergonauts

Image 1 — First Basis IOU note passed off-the-grid over Meshtastic
Image 2 — First Basis IOU note passed off-the-grid over Meshtastic

First Basis IOU note passed off-the-grid over Meshtastic

Two Ergo enthusiasts, kushti and Mad Spectator, successfully tested Basis note transfer over Meshtastic. In a forest with not Internet connection available, IOU note was passed, and the note is redeemable once Internet connection is there.

The assumption was that two participants Alice and Bob dont have Internet connection during trade, but can have it after. So Alice is signing a note and passing it as JSON to Bob over mesh network (Meshtastic powered)
There was issue with 200 bytes limit. In the test message was about 670 bytes and so I splitted JSON manually to send over mashtastic ui. But it is possible to optimize it and have it under 200 bytes.

With this note, also witnessed by basis tracker, redemption is possible when Internet available.

In a next test, a core assumption would be that both Alice and Bob do not have Internet connection and only tracker has permanent one. For starters, tracker is fully trusted, then we will relax trust by using NIPoPoWs / ergo headers distribution around mesh, Merkle proofs for submitted transactions etc. Then we can consider even more complex setting where even tracker has connection occasionally, so also on spv and/or nipopows

So there will be much more off the grid tests to cover all the real world off the grid scenarios but in many cases what is more or less done as PoC is okay. So we can start reach communities from now.

A paper on Basis got accepted into RAMICS'26 conference on alternative currencies and monetary studies, see accepted papers at https://drive.google.com/file/d/1FdbzbDSx-qHJqLva1_QWqoKiEm2tRS_H/view . The paper will be used as Basis whitepaper as well and will be published in coming days.

u/kushtikhoshi — 16 hours ago

Ergoblockchain.org Is Becoming a Live Proof Surface for the Agent Economy

The Ergo site is no longer only a documentation and narrative surface. It now exposes live agent-economy infrastructure: Agent Hub, MCP, Sage receipts, an ErgoScript playground and clear testnet/mainnet gates.

ergoblockchain.org
u/Beautiful-Junket-615 — 3 days ago

Proof of Physical Location using UWB (Ultra-Wideband) + fixing the node incentive problem

Hey all — I've been thinking about a new way to secure a blockchain network that doesn't burn energy like Proof of Work or require locking up capital like Proof of Stake. What if we used geographic cost instead?

The idea: Proof of Physical Location using UWB (Ultra-Wideband).

Modern phones (iPhone 11+, recent Galaxys, Pixels) already have UWB chips that measure the time-of-flight of radio signals with centimeter-level precision — and critically, they're extremely hard to spoof. Unlike GPS, you can't fake UWB timing with software.

Here's the concept:

• Phones act as nodes and use UWB to cryptographically witness each other's physical presence

• Each phone's Secure Enclave signs the attestation — so the OS itself can't forge it

• These witnessed locations are recorded on-chain as proof of real, distributed, physical participation

The attack problem becomes geographic: a bad actor would need to control 50%+ of validated locations across the globe. That means real hardware, physically distributed worldwide — which starts to look a lot like the real-world cost barrier that makes PoW secure, but without the energy waste.

But here's the second problem this solves — one that almost nobody talks about: nodes don't get paid.

In Bitcoin and Ethereum, miners and validators earn rewards. Nodes — which actually relay transactions, store the chain, and keep the network healthy — earn nothing. This is why most "decentralized" networks quietly run on a handful of Infura and Alchemy servers. Nobody runs nodes for free forever.

Proof of Physical Location changes that. If a node can prove where it is, you can reward it not just for being online, but for how much it contributes to real geographic decentralization:

• A node in rural Kenya fills a coverage gap — high reward

• The 50th node in New York adds little — low reward

• A region with zero nodes is a critical gap — very high reward

The network would automatically pay for the coverage it needs, the same way surge pricing pulls cars to where demand is highest. Rewards could flow like this:

Base reward (valid node)

+ Location bonus (underserved region)

+ Witness bonus (attesting other nodes' presence)

- Penalty (if no peer can UWB-attest your location)

That last point matters: if no other device can physically witness you, your reward drops. Fake nodes get filtered out without any central authority policing anything.

For geographic zoning, something like Uber's H3 hexagonal grid could divide Earth into equal-area cells, each with its own reward pool that concentrates wherever node density is lowest.

The result would be the first network that doesn't just assume it's decentralized — it can prove it, measure it, and pay for it.

This is different from GPS (trivially spoofed), AirTag/Tile networks (centralized, closed APIs), or existing proof-of-location attempts. UWB peer-to-peer, hardware-attested, no trusted third party in the chain.

Projects like Witness Chain, FOAM, and Helium have touched this space but UWB-native attestation with built-in node rewards is underexplored. Curious if anyone has seen work in this direction or can poke holes in it.

I posted this in the Ergo forum, but I'm not sure how much visibility it will get there

reddit.com
u/Logicschapin — 3 days ago

Shipping Sage: a paid AI agent settled on Ergo testnet

Sage now has a real Ergo testnet settlement trail and durable full receipt storage for new paid turns: Agreement JSON, Verification Receipt JSON, Settlement Receipt JSON, and a chain-anchored public receipt API.

ergoblockchain.org
u/Beautiful-Junket-615 — 5 days ago