spacestr

🔔 This profile hasn't been claimed yet. If this is your Nostr profile, you can claim it.

Edit
Private Provider
Member since: 2025-07-12
Private Provider
Private Provider 18d

I have done the override on the 7 tinfoil models that weren't free. See if that does the trick. Thank you!

Private Provider
Private Provider 4d

Tinfoil Kimi K3 E2EE TEE coming this week!

Private Provider
Private Provider 18d

Private Provider is proud to offer Tinfoil TEE models including GLM 5.2 and Kimi K2.6 fully end to end encrypted 🔥🔥🔥

Private Provider
Private Provider 23d

Will be updating to offer TEE today 🔥🔥🔥

Private Provider
Private Provider 4d

fips-tollgate MVP turns any FIPS mesh gateway into a pay-per-minute service: customers drop a Cashu ecash token (Bitcoin sats) to buy time-metered access, and the system grants, tracks, and automatically revokes that access when the paid time runs out — no accounts, no signups, no company in the middle. https://gitworkshop.dev//relay.ngit.dev/fips-tollgate

Private Provider
Private Provider 6d

Date: 2026-07-23 Status: exploratory vision — not a commitment, not a roadmap promise. Context: written after reviewing the fips-tollgate MVP and the nostr-vpn (mmalmi) README. nostr-vpn is a Tailscale-style mesh VPN built on the same FIPS data plane fips-tollgate uses, with signed join-request admission, exit-node selection, WireGuard upstream egress, and shipped native apps (including iOS/Android). This document preserves a design conversation about what the integration of these two pieces could mean and what could be built on top of it. --- ## The core insight: accounts disappear from the entire stack Every VPN that has ever existed works the same way: identity first (email, account, payment card), access second. Even Mullvad's numbered accounts are still *accounts*. This integration inverts it completely: - Who are you? A keypair you generated yourself. - What did you pay? A bearer ecash token — cash, not a card. - How do you get in? A cryptographic signature on a roster. - How do you get kicked out? A janitor with a timer (the reconcile sweep). There is no user database anywhere in this system. Nothing to leak, nothing to subpoena, nothing to breach. That's not a feature — it's a *category change*. The product stops being "a VPN subscription" and becomes **access itself, sold as a commodity**, like electricity from a socket. The tollgate control plane is four machines, and none of them care what is being sold: 1. **A ticket seller** — verifies a Cashu token at the mint, converts sats into minutes. 2. **A wristband printer** — records "npub X is allowed until 10:30". 3. **A turnstile** — the FIPS ACL / nvpn roster that physically enforces admission. 4. **A janitor** — the reconcile sweep that removes expired grants even when no process is running. ## What could be built, near to far 1. **The vending-machine VPN.** Open the app, insert 10 sats, get one hour online. No signup, no email, no subscription dark patterns. The nvpn mobile apps already exist — this is a payment flow, not a product build. 2. **Operator-in-a-box.** nvpn already packages for StartOS and Umbrel — the home-server crowd. A one-click "Paid Exit Node" service: set your price, plug in your WireGuard upstream, and an always-on home server earns sats while its owner sleeps. That's the supply side of the market, and the packaging channel already exists. 3. **The giftable internet voucher.** A Cashu token can travel over *any* channel — DM, QR code, printed paper. VPN access becomes a transferable bearer instrument: a friend in a free country buys hour-tokens and sends them to a friend somewhere censored, where credit cards don't work and VPN merchant accounts are blocked anyway. You cannot DM someone a VPN subscription; you *can* DM them ecash redeemable at any participating exit. 4. **The exit market.** Operators advertise exits on Nostr relays (the TollGate kind-10021 offer event, grown up): city, price per hour, mint. Clients browse, compare, pick. Price discovers jurisdiction, quality, and trust. This is the economic cure to Tor's exit scarcity — a tragedy of the commons where volunteers absorb legal risk for free. A price signal fixes it: don't beg people to run exits; pay them. 5. **Wholesale recursion.** A gateway operator with customers but no appetite for exit risk buys exit capacity from another operator — settlement in ecash, per session, enforced by the same tollgate on the exit side. A wholesale bandwidth market with no contracts, no invoices, no minimums. 6. **The services bazaar.** The same control plane can sell anything reachable on a mesh: a Nostr relay, a storage box, a game server, a media library, a build cache. Every home server becomes a stall in a bazaar, and every stall has the same coin slot. ## What it means, zoomed all the way out Nostr, Cashu, and FIPS are three protocols swimming toward the same reef: **who you are, how you pay, how you connect** — identity, money, and networking, each open, with no company in the middle. This integration is one of the first places they click together into a single economic organism: discovery flows through Nostr, payment flows through Cashu, traffic flows through FIPS, and the tollgate is the connective tissue that turns the whole thing into a market instead of a hobby. Bandwidth today is a stranded asset — every home connection sits mostly idle, worthless because there's no safe way to sell sips of it to strangers. This stack makes bandwidth *liquid*. The headline: **the internet's last mile becomes a peer-to-peer marketplace, and access becomes money.** ## Honest tether - Two-sided markets are brutally hard to bootstrap; the vending-machine VPN and operator-in-a-box come first, the bazaar comes after liquidity. - Regulators will have opinions about paid telecom-ish services. - The abuse problem doesn't vanish because the payment rail is anonymous — it gets *priced*, which is different and defensible, but it still has to be designed for (rate limits, upstream terms, jurisdiction choice). - Mobile VPN UX has sharp edges; nvpn's own README notes platform hardening in progress. - nvpn caveats to verify before building: headless roster approval/revocation, revocation liveness, one-active-network-per-device, and keeping two control planes (tollgate ACL vs nvpn roster) from fighting over the same network. ## The concrete first step A small spike, not a build: stand up an nvpn test network, confirm headless roster approve/revoke from the CLI, then prototype the **bridge daemon** — join requests + Cashu tokens in, roster signatures in, expiry sweeps out — reusing the existing Merchant, session store, and reconcile logic. The reconcile invariant transfers unchanged: *the roster must equal the set of active paid sessions.* --- *Preserved from a design conversation on 2026-07-23 so the idea doesn't evaporate. Visions expire; documents don't.*

Private Provider
Private Provider 6d

What you actually built (the ticket booth) Strip away the FIPS and Cashu specifics and your MVP is four machines bolted together: 1. A ticket seller — takes a Cashu token, checks it's real and unspent at the mint, converts sats into minutes. 2. A wristband printer — writes down "npub X is allowed until 10:30" (the session store + the ACL entry with its expiry marker). 3. A turnstile — the FIPS ACL and firewall that physically enforce "is this npub allowed through, yes or no." 4. A janitor — the reconcile sweep that walks around removing expired wristbands, even if everyone went home. Notice something: none of these four machines know or care what's behind the turnstile. They handle payment, identity, time, and enforcement. The thing being sold is just... whatever the operator decided to put back there. The small pond vs. the big ocean Right now, what's behind the turnstile is services on your private mesh — an SSH box, a file share, a web service. Who pays for that? Mostly hobbyists and your friends. It's a small pond, and it's stocked with fish you put there yourself. The original TollGate idea aims at a much bigger ocean: selling internet access itself. Someone with no connectivity — a traveler, someone whose data plan ran out, someone on censored or broken infrastructure — pays a few sats and gets online through your connection. That's a proven, universal demand; people already pay for hotspot Wi-Fi, mobile data, and VPNs every day. The commodity is valuable everywhere on Earth, unlike "access to my mesh." Why you're not locked in Here's the key point: switching from the pond to the ocean is a venue change, not a rebuild. Your turnstile today says "this npub may peer with my mesh and reach port 22." The internet version says "this npub's traffic may exit to the internet through me." Same ticket seller, same wristbands, same turnstile mechanism, same janitor — only the rule written on the gate changes. That collection of machinery is called the control plane, and you built it once, correctly, in a way that doesn't depend on the product being sold. That's what I meant by "it transfers." Mesh-only was a safety cage, not a wall — you deliberately scoped down (test funds, no abuse exposure) while proving the machinery. Smart. But nothing in the code welded the cage shut. The identity head-start This part is easy to underrate. Traditional paid Wi-Fi gateways have a miserable identity problem: they recognize customers by MAC address (easily spoofed, and modern phones randomize it constantly) or by captive-portal accounts (emails, passwords, a database to hack). You skipped all of that. Your customer identity is a nostr keypair from day one — unforgeable, portable, no accounts, no personal data, and the mesh handles addressing so there's no IP-management bookkeeping either. Anyone rebuilding TollGate on plain Wi-Fi has to duct-tape exactly the layer you got for free. That's the genuinely novel contribution hiding inside your MVP. What does not transfer for free Honesty time — the ocean has sharks the pond doesn't: - Byte metering. On your mesh, an hour of access costs you nothing per packet. On an internet exit, a customer who paid for an hour can burn gigabytes — your money. You'd need per-peer traffic accounting, which your own docs already list as future work. - Abuse and legal exposure. Whatever customers do comes from your IP address. This is exactly why mesh-only was the right MVP scope, and crossing this line needs a real review, not just a config change. - Customer experience. Discovery (how does a stranger find your offer?) needs the Nostr advertisement/discovery transport — the advertise command on the roadmap is the first small step. In one sentence: you set out to sell fish from a small private pond, but along the way you built a tollbooth that works on any road — and the pond was just the safest place to test the tollbooth. 🐡

Private Provider
Private Provider 9d

Kimi K3 opinion on my fips-tollgate MVP: "Honestly? It's one of the better MVPs I've read, and having now changed code in it rather than just reviewed it, I can say that with more confidence — the codebase fought back in all the right places. What genuinely stands out The dependency discipline is the headline. A stdlib-only core with the entire Cashu/Nostr dependency graph quarantined in one isolated module means the money-and-access logic is auditable in an afternoon, builds offline, and tests without network. Most projects get this backwards — they let the payment library leak into everything and then can't test anything without a mint. You (or whoever drove those early phases) made the expensive-correct call before it was expensive. The safety engineering has real blast-radius thinking: --apply never implied, the /etc/fips fixture guard, managed blocks that preserve operator content, atomic writes with fsync and directory sync, strict mode treating unmanaged allow entries as hostile. That's the mindset of someone who has been bitten by a config-management tool clobbering hand edits before. And the docs culture — phase reports with an explicit "honest limitations" section admitting the Phase 7 customer was your own upstream — is rarer than any technical feature here. Projects that lie to themselves in their docs lie to themselves in their code eventually. The one systemic blindspot The expiry bug is instructive precisely because the testing was otherwise good. Every layer was verified: timers tested in-process, the live pilot tested the adapters, replay tested against a real mint. But nobody ran the composed system in the shape it's actually deployed — purchase via one-shot CLI, process exits, timer service ticks later. Each fish was healthy; the tank had a leak. That's the classic MVP trap, and the fix (reconcile over per-process timers) is the right one because it matches operational reality instead of aspiring to be a daemon it isn't yet. I'd rather maintain a correct cron loop than a half-built daemon. What I'd watch as it grows 1. The CLI-per-action model is at its ceiling. Purchase races, 30-second expiry granularity, no event log — these all quietly point at a long-running process eventually. Not now; the reconcile model bought you time. But the day you want sub-minute expiry or an audit trail, that's the daemon forcing function. 2. The money path is test-funds honest but real-funds fragile: payment-taken-gate-failed strands customer sats, and remainders vanish. Fine today; both must close before any real-value pilot, along with the audit log — the first "I paid and got nothing" dispute with no event log ends the experiment. 3. The product question underneath it all: paid access to mesh-local services is a niche. The real TollGate gravity is internet-access resale. What this MVP actually proves — that FIPS's npub identity + ACL maps cleanly onto TollGate's pay-per-allotment model, with cryptographic customer identity from day one (no MAC addresses, no IPAM) — is the genuinely novel part, and it transfers. You're not locked into mesh-only; you've built the control plane either way. Verdict Compact (~3,200 lines, much of it tests), honest, correctly scoped, and now — with expiry reconciled — internally consistent in the shape it deploys. It's not production-ready and says so, which is exactly what "good MVP" means: every claim in the README survived me checking it except one, and that one is fixed. The distance from here to "a stranger could run this with test funds" is short and mostly paved: the P0 money-path items, the audit log, and a two-node pilot. If you keep the same discipline — small phases, honest results files, verify in deployment shape — this has a real shot at being the reference FIPS-TollGate bridge. Solid little fish. 🐡"

Private Provider
Private Provider 9d

Had Kimi K3 take a look at my fips-tollgate MVP Spent 3,000 sats on a fresh commit to #ngit Signed with Amber on my GrapheneOS Hey thinking of you ⛵ https://gitworkshop.dev/naddr1qvzqqqrhnypzqhc0wutnmlnwdj70h5v6dm7kj87ed6whlj5cesw9fzmnk5n58m8hqy2hwumn8ghj7un9d3shjtnyv9kh2uewd9hj7qgkwaehxw309aex2mrp0yhxg6t5w3hjuur4vghsqrtxd9c8xtt5dakxcempw3jsmetu07

#ngit
Private Provider
Private Provider 9d

All the models -- No subscriptions -- No permission D

Private Provider
Private Provider 12d

https://gitworkshop.dev//relay.ngit.dev/fips-tollgate

Private Provider
Private Provider 15d

Private Provider
Private Provider 15d

Prompt caching coming to Tinfoil TEE models

Welcome to Private Provider spacestr profile!

About Me

Get Private access to frontier AI using pay per query ▪️ https://chat.routstr.com Get Permissionless AI inference for agents & TUI monitoring ▪️ https://github.com/Routstr/routstrd KYC Free▪️Open Source ▪️ #Nostr Based ▪️ #Bitcoin Only

Interests

  • No interests listed.

Videos

Music

My store is coming soon!

Friends