Overview
GenkiPool is a Radix validator and community-tooling effort run by Luis Alberto Reoyo Bolaños (genkipool on GitHub). Beyond operating the GENKI validator node, the project ships an ecosystem education/onboarding web app and a native Rust SDK for Radix. (The wiki also has a separate GENKI community profile; this page covers the platform and developer tooling.)
Community App
The Radix Community portal is a web app offering wallet connection, staking guidance, and onboarding for newcomers. It supports batched staking, unstaking, and claiming across multiple validators in a single transaction, and integrates an Alchemy Pay "Quick Buy with Card" onramp so users can purchase XRD directly with a card.
Rust SDK
GenkiPool publishes radixdlt-rust-sdk, a set of native Rust building blocks for Radix that were previously available mainly in JavaScript/TypeScript. It is dual-licensed Apache-2.0/MIT and includes crates such as radixdlt-rola (ROLA authentication), radixdlt-address, radixdlt-keystore (Ed25519), radixdlt-gateway-tx, radixdlt-connect (WebRTC), and radixdlt-connector-mcp — an MCP server that lets AI agents build transactions and push them to the Radix mobile wallet.
