---
title: "GenkiPool"
url: "https://radix.wiki/community/genki"
version: "1.4.0"
updated: 2026-08-22
last_verified: 2026-08-22
license: CC-BY-4.0
license_url: "https://creativecommons.org/licenses/by/4.0/"
---

# GenkiPool

| GenkiPool |  |
| --- | --- |
| Also known as | Genki, Luis |
| Role | Radix community developer & tooling contributor |
| Background | Network administrator; [Cardano stake pool operator](https://genkipool.com/) |
| Notable work | [radixdlt-rust-sdk](https://github.com/genkipool/radixdlt-rust-sdk), [radix-community.genkipool.com](https://radix-community.genkipool.com/) |
| GitHub | [@genkipool](https://github.com/genkipool) |
| X / Twitter | [@GenkipoolC](https://x.com/GenkipoolC) |

**GenkiPool** (Luis) is a network administrator and independent developer who contributes open-source tooling and localized educational resources to the [Radix](/ecosystem) community. Outside Radix, he runs the [GenkiPool](https://genkipool.com/) Cardano stake pool. His Radix work centres on making the network's off-ledger primitives available in [Rust](https://www.rust-lang.org/) and on translating core Radix concepts – including [Hyperscale](/contents/tech/research/hyperscale-rs) – for Spanish-speaking readers.

## Radix Rust SDK

GenkiPool maintains [radixdlt-rust-sdk](https://github.com/genkipool/radixdlt-rust-sdk), a community project that reimplements Radix's off-ledger primitives – historically available mainly in JavaScript/TypeScript – in pure Rust. Its stated goal is to let developers "build 'log in with Radix' backends, transaction tools and wallet integrations in pure Rust."

The tree holds ten crates, nine of them documented in the repository's own table: [ROLA](/developers/frontend/03-rola-authentication) authentication, account address derivation, an encrypted Ed25519 keystore, a Gateway client with local transaction signing, both [Radix Connect](/contents/tech/core-protocols/radix-connect) transports – WebRTC for the mobile wallet and Iroh/QUIC for SDK-to-SDK – a locale-detection helper, an umbrella crate, and an MCP server that lets an AI agent pair a wallet and have transactions signed on the user's machine. The tenth, `radixdlt-connect-types`, is the schema both transports share and appears in no table. The three transport crates sit in [isolated workspaces](https://github.com/genkipool/radixdlt-rust-sdk/blob/main/README.md) because the WebRTC and QUIC dependency trees cannot be resolved alongside the rest.

### Availability

Nothing is on crates.io. Queried at the registry API on 15 August 2026, `radixdlt-sdk`, `radixdlt-rola` and `radixdlt-connector-mcp` all return "does not exist", so the README's quick-start snippet – a `Cargo.toml` line reading `radixdlt-sdk = "0.1"`, under crates.io and docs.rs badges – does not yet resolve for a reader who copies it. The repository's [PUBLISHING.md](https://github.com/genkipool/radixdlt-rust-sdk/blob/main/PUBLISHING.md) is explicit that the hold-up is a decision rather than the code: the crates are "publish-ready and verified locally", and the open question is the `radixdlt-*` namespace itself, which is the Radix foundation's brand while crates.io names are first-come-first-served. The one artefact installable today is the MCP server, via `cargo install --git`.

Releases are tagged on the connector alone – nine of them, from [connector-v0.1.0 on 5 July 2026 to connector-v0.3.1 on 2 August 2026](https://github.com/genkipool/radixdlt-rust-sdk/releases). This is an early-stage community effort rather than an official Radix release, and complements the team's own [TypeScript tooling](https://github.com/radixdlt/typescript-radix-engine-toolkit).

The wiki covers the SDK itself in more depth on [its own developer page](/developers/infrastructure/radixdlt-rust-sdk), and the wider [GenkiPool project page](/ecosystem/genkipool) covers the GENKI [validator](/contents/tech/core-concepts/validator-nodes) and the browser developer console.

## Community resources

GenkiPool operates [radix-community.genkipool.com](https://radix-community.genkipool.com/), a community-built information hub that mirrors core Radix material in both English and Spanish. It includes a [Spanish-language explainer of Hyperscale](https://radix-community.genkipool.com/es/hyperscale) – Radix's high-throughput sharding architecture targeting sustained high transaction throughput – making the ecosystem's technical roadmap more accessible to non-English audiences. He has also floated integration ideas such as bringing Radix credentials to Google Wallet, shared in the ecosystem's developer channels.

The same host is addressable by machine as well as by browser. `radix-community.genkipool.com/api/mcp` is a public [Model Context Protocol](https://modelcontextprotocol.io) endpoint — stateless, unauthenticated, and open to any client. Re-read on **22 August 2026**, `tools/list` returns **34 tools** in a single page and every one of them carries the `readOnlyHint` annotation: documentation search, thirteen [Gateway](/contents/tech/core-protocols/radix-gateway-api) reads including `list_validators` and `get_component_state`, and a set of builders that prepare [transaction manifests](/contents/tech/core-protocols/transaction-manifests) for the user to sign in their own wallet. It is the second, distinct MCP surface GenkiPool maintains — the other, `radixdlt-connector-mcp`, ships in the Rust SDK above and runs on the developer’s own machine — and both are indexed on [Radix for AI Agents](/contents/tech/core-concepts/radix-for-ai-agents). The [GenkiPool project page](/ecosystem/genkipool) carries the full tool census.

## External links

- [GitHub – @genkipool](https://github.com/genkipool)
- [radixdlt-rust-sdk repository](https://github.com/genkipool/radixdlt-rust-sdk)
- [radix-community.genkipool.com](https://radix-community.genkipool.com/)
- [X / Twitter – @GenkipoolC](https://x.com/GenkipoolC)
- [Radix Rust SDK – developer page](/developers/infrastructure/radixdlt-rust-sdk)
- [GenkiPool – ecosystem page](/ecosystem/genkipool)
