Harpz 🏹
51 posts


@paradicetech @FastdotPoker Awesome thank you, is that the same on mobile or is it only desktop?
English

@paradicetech @FastdotPoker Awesome thanks for the update team :) just wondering, can we see how many referrals we have?
English

High waitlist demand hit a brand new sending domain, which got Gmail throttling confirmations.
Google and Privy social login signups are now auto-confirmed in signup order. Leaderboard positions preserved. Refresh fast.poker to see your spot.
Wallet-only or unverifiable email signups still need to click their confirmation link. Gmail is slower right now, use a non-Gmail address or Google login to skip the email step.
English

@FastdotPoker The email confirmation doesn’t seem to be coming through :(
English

FastPoker a Permissionless Protocol. Build a Room. Run a Dealer-Service.
FastPoker is not a service we run. It is a protocol. Rules of poker deployed as code on Solana, permissionless by design. No team wallet holding player funds. No admin key choosing cards, rewriting hands, or redirecting normal payouts.
Two ways to operate on top of it. Anyone can spin up their own fully branded, fully gated poker room: their players, their brand, their access rules, FastPoker as the infrastructure underneath. And from day one, anyone can run a dealer service that cranks the games and earns rake share for every action they perform.
This post walks through what permissionless means here, how to operate on top, and where we are in the trajectory.
The trajectory: hand-holding now, fully public later:
We are at the start of the protocol's life. At mainnet launch the contracts are live, the dealer code is public, and admin functions are on a Squads multisig. We are hand-holding the rest of the system through its early period: shipping patches, hardening edge cases, ironing out economic surfaces before opening every component. Source release happens progressively as the protocol matures. The endgame is fully public source and a frozen upgrade authority.
The design is permissionless. The current operating posture is bootstrapped. These are not in conflict. Every protocol that wants to end up trustless starts here.
Build your own poker room:
The biggest thing this unlocks. Once frontend source is public, any project, DAO, community, or operator can spin up their own fully branded, fully gated poker room on top of FastPoker without our involvement.
Fork the frontend. Brand it. Run it on your own domain. Create whitelist-only tables gated to wallets you approve, managed entirely by you. Add wallets, remove wallets, gate by NFT holding, by KYC pass, by membership tier, by anything. Run your own server-side stack for anti-bot, anti-collusion, fraud scoring, regional restrictions, KYC if your jurisdiction or business needs it. None of that touches the protocol. It lives in your stack and runs on your logic.
What FastPoker gives you is the rails. Settlement, rake routing, TEE-backed card privacy, hand fairness, custody. Players in your room hold their own funds. Settlement runs on-chain. Hands are provably fair. None of that is something you have to build, secure, or audit yourself. It is already there.
What you capture: 50% of every pot's rake as the table creator, paid in whatever token the table is denominated in, forever, automatically routed to your wallet on settlement. Run your own licensed dealer to crank your tables and you stack the dealer share on top, which means your room can return up to 70% of the rake it generates back to you.
The trust assumption flips. Players in your room do not need to trust you with their chips. They custody their own funds. The contracts settle the math. You do not need to build a poker engine, an RNG, or a settlement system. None of that is your problem.
Your job collapses to your actual value-add: the audience, the brand, the access control, the anti-cheat policy. Everything below that line is infrastructure.
Run a dealer service:
The other operator path. Dealers run the bots that crank the games. They sign on-chain actions: seating players, dealing hands, settling pots, distributing prizes. The dealer code is public from day one. Anyone with infrastructure can spin up a node and start cranking. No whitelist, no approval, no gatekeeper.
Stand up a node. Sign actions for whatever tables you crank. Earn the dealer/operator share for the tables you service: cash rake in the table token, SNG fees in SOL.
The incentive is direct. More actions, more earnings. The protocol picks no favorites. Dealers compete openly based on the work they actually do, with rake split pro-rata across whoever signed the actions. There is no central operator handing out tables and no team deciding who gets paid.
A license gates the earnings, not the operation. Unlicensed nodes can crank tables and contribute to network resilience as a public good. Licensed nodes capture the dealer share automatically on every action.
Useful if you have infrastructure chops, want exposure to protocol revenue without staking, or want to support specific tables. Your community's, your DAO's, your private room's. Run a dealer underneath the room you operate and the dealer share stacks on top of the table creator share. Same machine, two streams of revenue.
The protocol:
FastPoker runs on two layers: Solana for settlement, custody, and durable state, and MagicBlock Ephemeral Rollups for fast gameplay with TEE-backed card privacy. The contracts are deployed on Solana mainnet. Anyone can read on-chain state and verify what is happening directly. There is no API in the way and no off-chain rulebook gating access. What the contracts do is what the protocol is.
The frontend:
What we host is the reference frontend. As source release rolls out, anyone will be able to fork it, rebrand it, host their own version, and connect to the same protocol. Even now, the contracts run independently of any frontend. If our site goes offline tomorrow, the protocol keeps running and your funds, stakes, and seats remain on-chain regardless.
Tables:
Anyone can create a cash table in any supported token. The creator earns 50% of every pot's rake on that table forever, paid automatically. No application, no approval. Spin it up and collect.
Token listings:
Any SPL token can be listed for play through an on-chain bid auction. Bids accumulate during each epoch and the highest bid at epoch end wins the listing slot. Projects pay to bring their communities to the felt. We do not approve or reject listings. The highest bidder gets the spot.
No admin keys in gameplay:
The part most projects lie about. FastPoker has no admin key controlling gameplay. Settlement, payouts, rake routing, staking, every action is open and validated by the protocol against its own state. We do not sign anything to make the system work.
Admin functions are on a Squads multisig. As the contracts harden, that authority eventually freezes entirely. Frozen contracts are the endgame.
Custody:
There is no FastPoker house wallet holding player balances. Player chips live in protocol vaults, and the code defines when funds move: deposits, pots, rake, cashouts, claims. The team does not sit in the middle of that flow.
If the team walks away, the vaults keep paying out. Stakers keep earning. The protocol keeps running on Solana, not on our servers.
Card privacy:
The part pros care about most. Dealing, shuffling, and card visibility all happen inside MagicBlock's TEE. The team has zero control. We cannot peek at hole cards. We cannot deal a specific card. We cannot run a superuser. Even if we wanted to, we could not. The architecture forbids it.
This addresses the actual scar online poker carries. The UB/Absolute attack surface, where insiders ran superuser accounts and watched opponents' cards, does not exist here. Not because we promise to behave. Because we cannot misbehave.
Provable fairness:
Shuffles draw randomness from multiple independent sources: every player's actions during the hand, a network-wide entropy pool, the dealer's own actions, and a verifiable random function (VRF) layered on top of all of it.
Every hand is committed before any card is revealed, and revealed cards come with proofs linking back to that commitment. Folded and mucked cards stay private, like real poker. Anyone can verify the hand history without trusting the team or dealer.
Stakers:
Burning $FP buys a permanent claim on protocol rake. The claim lives on-chain. We do not honor it. The contracts honor it, automatically, indefinitely. Burn is irreversible. Yield is structural.
What the team does:
In the short term, the team builds. We ship patches, fix bugs, add features, run the reference frontend, market, onboard partners. Early-stage protocols need active stewardship and that is what we are here for. Source goes public progressively as we are confident the protocol stands on its own.
In the long term, our job is to make ourselves unnecessary. The protocol is designed to outlive us. Anyone will be able to run a dealer (already true on day one), fork the frontend, create tables, list tokens, stake, play, all without ever touching infrastructure we control.
English

@thulynnn @HSRdirector @MattHennessey @WSJFreeEx And here we have it; money is the root of all evil.
English

@HSRdirector @MattHennessey @WSJFreeEx And who’s paying for the cost? 0.5 m~1m a kid
Aka ur family has to have at least 2M networth to have more than one kid.
A question ppl never try to address when encouraging woman to have more kids
English

this advice from @MattHennessey in @WSJFreeEx mirrors the advice I receive from my older patients.
I routinely ask my older patients for life advice and repeatedly they tell me “have as many children as you can”

English

New @openclaw beta is up. Focus was on security and bugfixes (and fixing a few regressions). Smuggled a few smaller things in too like Kilo provider and Kimi vision + video support. github.com/openclaw/openc…
English

OpenClaw 2026.2.23 🦞
🔑 Kilo Gateway provider
🌙 Moonshot/Kimi vision + video
🧠 Compaction overflow recovery
🔒 Exec hardening
🛡️ ACP + OTEL secret redaction
⚠️ allowFrom now ID-only by default (safer authz)
50 advisories walked in, 12 survived github.com/openclaw/openc…
English

I mean if that’s really the only thing you can think of I must say you are falling behind.
I don’t think it’s a question of what can IT do but what can you do with it.
Time + Creativity are going to win the race in the next chapter. Knowledge is no longer a barrier to entry.
Even if it is just checking emails, openclaw can read, research and reply faster than you can press open email.
Anyway, I believe all will come to light within the next 6 months as we see some mega businesses pop up with tiny teams, something that was otherwise seen as borderline impossible will be the new normal.
I’ll publish some video content showing what we are doing right now with it. I have also commented below some of the daily tasks we have it running. Godspeed
English

That’s strange, we have a lot of users using it and already seeing massive increase in productivity and revenue. Understanding it does take hours of reading docs and updates tho so I can understand why it’s not for everyone, especially as the average attention span these days is about 30 seconds
English

Something colossal is going to happen in the next 6 months
Right now every broccoli hair headed 18 year old is working on OpenClaw for corporate
One of them will actually finish their project and make a billion dollars
When that happens, OpenClaw will make it to the workplace, and executives will quickly realize it can replace almost every low and mid level employee in the company
Anyone who has ever used OpenClaw knows this to be true. They know it's better than them at almost everything
I think this is when the job losses truly start to happen
Humans at desks will be replaced by Mac Minis and Mac Studios at desks
It has NEVER been more critical you are up to date on the latest AI tools
This is the ONLY way you'll be able to absorb this kind of chaos and still come out in one piece
If you are an entrepreneur or creator, you have leverage. The jobs don't matter as much
I'd master these tools today:
• OpenClaw (duh)
• ChatGPT Codex 5.3 (best coding model right now)
• CapCut (so you can quickly pump out content and videos)
• Local models (so you can have agents working 24/7 for you)
The future is entrepreneurship. When there are no jobs, we will all be independent value creators
Start preparing

English

@annopost @VibeMarketer_ Yes they will definitely start to push API route for third party use however rn nothing has changed
English

@VibeMarketer_ @secureclawhost No, you guys are getting the context wrong. This is just about Claude Agent SDK not open Claude.
The point he's trying to make you can use a subscription only with anthropic software like Claude Code including SDK. For all other use cases you need to use API or SSH work around.
English

claude just blocked oauth login for openclaw.. here's my workaround 🦞
-> ssh from mac into mac mini running openclaw
-> pull the full project into vs code
-> route big requests through claude code + opus 4.6
-> smaller requests go direct through openclaw
opus stays the architect. openclaw handles execution.
English

holy shit @openclaw is insane
i just created an insane rube goldberg machine
i type the “coffee” command
since i linked it to my amazon alexa account, it turns on my roomba vacuum near my kitchen
the roomba vacuum pushes into a broom that is next to my espresso machine
the broom then presses the on button on my espresso machine
after a 10 min timer from when the process begins i get an email that tells me my coffee is ready
English

💬 Having each of your sites/apps as a chat is such a logical idea once you do it
It can message you if there's an error (I had this for years already, every server, PHP or JS error or unexpected problem ends up in the chat so I can fix it fast)
But now being able to message it back and reply to those errors "ok fix it" and it ending up in Claude Code that immediately fixes it is makes it two-way
Or just messaging it to build new features while you're going throughout the day (having coffee, lunch, going to the gym etc)
It means I will finally be able to do my work on my iPhone from anywhere in the world
Which @pmarca predicted 12 years ago would happen

Muhammet A. 👉🏻 Mobile Dev@indiesoftwaredv
Using @levelsio methods for Claude Code as the main bot (100% legal to us Max Subscription) 🦞 But I also keep my OpenClaw with Gpt 5.1 Mini model (5,621,904 tokens cost $0.89 ) IndieBot is just a Cron Job report me yesterdays revenue every morning with no cost
English

@preseedme Wish you guys all the best, loving the platform you have built 🙌
English

@secureclawhost Really appreciate the feedback! Lots of new features launching soon to make matching with the best investors and getting your startup funded a lot smoother too 😊
English








