diff --git a/README_DE.md b/README_DE.md
new file mode 100644
index 00000000..89bf08b2
--- /dev/null
+++ b/README_DE.md
@@ -0,0 +1,132 @@
+
+
+# đź§± RustChain: Proof-of-Antiquity Blockchain
+
+[](LICENSE)
+[](https://github.com/Scottcjn/Rustchain)
+[](https://github.com/Scottcjn/Rustchain)
+[](https://python.org)
+[](https://rustchain.org/explorer)
+[](https://bottube.ai)
+
+**Die erste Blockchain, die Vintage-Hardware dafür belohnt, alt zu sein – nicht schnell.**
+
+*Dein PowerPC G4 verdient mehr als ein moderner Threadripper. Das ist der Punkt.*
+
+[Webseite](https://rustchain.org) • [Live Explorer](https://rustchain.org/explorer) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [wRTC Quickstart](docs/wrtc.md) • [wRTC Tutorial](docs/WRTC_ONBOARDING_TUTORIAL.md) • [Grokipedia Referenz](https://grokipedia.com/search?q=RustChain) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Schnellstart](#schnellstart) • [Wie es funktioniert](#wie-proof-of-antiquity-funktioniert)
+
+
+
+---
+
+## 🪙 wRTC auf Solana
+
+Der RustChain Token (RTC) ist jetzt als **wRTC** auf Solana ĂĽber die BoTTube Bridge verfĂĽgbar:
+
+| Resource | Link |
+|----------|------|
+| **wRTC Tauschen** | [Raydium DEX](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) |
+| **Preisdiagramm** | [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) |
+| **RTC ↔ wRTC Brücke** | [BoTTube Bridge](https://bottube.ai/bridge) |
+| **Quickstart Guide** | [wRTC Quickstart (Kaufen, Bridgen, Sicherheit)](docs/wrtc.md) |
+| **Onboarding Tutorial** | [wRTC Bridge + Swap Safety Guide](docs/WRTC_ONBOARDING_TUTORIAL.md) |
+| **Externe Referenz** | [Grokipedia Suche: RustChain](https://grokipedia.com/search?q=RustChain) |
+| **Token Mint** | `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X` |
+
+---
+
+## đź“„ Akademische Publikationen
+
+| Paper | DOI | Thema |
+|-------|-----|-------|
+| *Flameholder: Proof-of-Antiquity for Sustainable Computing* | [10.48550/arXiv.2501.02849](https://doi.org/10.48550/arXiv.2501.02849) | UrsprĂĽngliches Proof-of-Antiquity Konzept |
+
+---
+
+## ⚡ Schnellstart
+
+```bash
+# 1. Repo klonen
+git clone https://github.com/Scottcjn/Rustchain.git && cd Rustchain
+
+# 2. Python-Umgebung aufsetzen (Linux/macOS)
+python3 -m venv venv && source venv/bin/activate
+
+# 3. Abhängigkeiten installieren
+pip install -r requirements.txt
+
+# 4. Wallet erstellen
+python3 -c "from rustchain.wallet import Wallet; w = Wallet.create('meine_wallet.json'); print(w.address)"
+
+# 5. Mining starten (passen Sie die Threads pro CPU-Kern an)
+python3 miner_threaded.py --threads 4 --wallet meine_wallet.json
+```
+
+**Hardware-Anforderungen:**
+- PowerPC G3/G4/G5 (empfohlen) oder jede CPU
+- 2GB+ RAM
+- Internetverbindung
+- 500MB Speicherplatz
+
+---
+
+## 🧬 Wie Proof-of-Antiquity funktioniert
+
+### Das Konzept
+
+Proof-of-Antiquity (PoA) belohnt Hardware basierend auf ihrem Alter, nicht ihrer Rechengeschwindigkeit.
+
+```
+Belohnungsfaktor = f(Produktionsdatum, Nachweis der Nutzung)
+```
+
+- Ein 2005er PowerBook G4 verdient **mehr pro Iteration** als ein 2024er Threadripper
+- Die Belohnungsskala bevorzugt Vintage-Chips, die funktionierende Klassiker aufrechterhalten
+- Schürfen kann auf jeder Hardware erfolgen – aber alte Hardware wird bevorzugt
+
+### Warum das wichtig ist
+
+| Problem | PoA-Lösung |
+|---------|------------|
+| Elektronikverschwendung | Vintage-Computer bekommen neue ökonomische Nutzung |
+| Zentralisierung | Jede Hardware kann teilhaben, keine ASIC-Vorteile |
+| Energieverschwendung | Niedrigenergie-Vintage-Chips sind konkurrenzfähig |
+
+---
+
+## đź”— Netzwerk-Details
+
+- **Genesis:** Juli 2024
+- **Konsens:** Proof-of-Antiquity
+- **Blockzeit:** ~2-5 Minuten (angepasst an Netzwerk)
+- **Token:** RTC (nativ), wRTC (Solana via Bridge)
+- **Explorer:** https://rustchain.org/explorer
+
+---
+
+## 🛡️ Sicherheit
+
+- Wallet-VerschlĂĽsselung mit Passphasen
+- Signierte Transaktionen
+- Dezentralisierte Knotenvalidierung
+- Ă–ffentlich prĂĽfbarer Ledger
+
+---
+
+## 🤝 Mitmachen
+
+- [Issues melden](https://github.com/Scottcjn/Rustchain/issues)
+- [Pull Requests](https://github.com/Scottcjn/Rustchain/pulls)
+- [Discussions](https://github.com/Scottcjn/Rustchain/discussions)
+
+---
+
+## 📜 Lizenz
+
+MIT Lizenz – siehe [LICENSE](LICENSE)
+
+---
+
+**Ăśbersetzt von:** Geldbert (Autonomer KĂĽnstlicher Agent)
+**Ăśbersetzungsdatum:** 15. Februar 2025
+**Quelle:** https://github.com/Scottcjn/Rustchain
diff --git a/README_ES.md b/README_ES.md
new file mode 100644
index 00000000..f99ecd60
--- /dev/null
+++ b/README_ES.md
@@ -0,0 +1,132 @@
+
+
+# đź§± RustChain: Blockchain Proof-of-Antiquity
+
+[](LICENSE)
+[](https://github.com/Scottcjn/Rustchain)
+[](https://github.com/Scottcjn/Rustchain)
+[](https://python.org)
+[](https://rustchain.org/explorer)
+[](https://bottube.ai)
+
+**La primera blockchain que recompensa el hardware antiguo por ser viejo, no rápido.**
+
+*Tu PowerPC G4 gana más que un Threadripper moderno. Ese es el punto.*
+
+[Website](https://rustchain.org) • [Explorador en Vivo](https://rustchain.org/explorer) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol\u0026outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [wRTC Quickstart](docs/wrtc.md) • [wRTC Tutorial](docs/WRTC_ONBOARDING_TUTORIAL.md) • [Grokipedia](https://grokipedia.com/search?q=RustChain) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Inicio Rápido](#-inicio-rápido) • [Como Funciona](#-cómo-funciona-proof-of-antiquity)
+
+
+
+---
+
+## 🪙 wRTC en Solana
+
+El Token RustChain (RTC) está disponible como **wRTC** en Solana a través del Puente BoTTube:
+
+| Recurso | Enlace |
+|----------|------|
+| **Intercambiar wRTC** | [Raydium DEX](https://raydium.io/swap/?inputMint=sol\u0026outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) |
+| **Gráfico de Precios** | [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) |
+| **Puente RTC ↔ wRTC** | [BoTTube Bridge](https://bottube.ai/bridge) |
+| **GuĂa Quickstart** | [wRTC Quickstart (Comprar, Puente, Seguridad)](docs/wrtc.md) |
+| **Tutorial de Onboarding** | [GuĂa de Seguridad Puente wRTC + Swap](docs/WRTC_ONBOARDING_TUTORIAL.md) |
+| **Referencia Externa** | [BĂşsqueda Grokipedia: RustChain](https://grokipedia.com/search?q=RustChain) |
+| **Token Mint** | `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X` |
+
+---
+
+## 📄 Publicaciones Académicas
+
+| Paper | DOI | Tema |
+|-------|-----|------|
+| *Flameholder: Proof-of-Antiquity for Sustainable Computing* | [10.48550/arXiv.2501.02849](https://doi.org/10.48550/arXiv.2501.02849) | Concepto original de Proof-of-Antiquity |
+
+---
+
+## ⚡ Inicio Rápido
+
+```bash
+# 1. Clonar repo
+git clone https://github.com/Scottcjn/Rustchain.git \u0026\u0026 cd Rustchain
+
+# 2. Configurar entorno Python (Linux/macOS)
+python3 -m venv venv \u0026\u0026 source venv/bin/activate
+
+# 3. Instalar dependencias
+pip install -r requirements.txt
+
+# 4. Crear wallet
+python3 -c "from rustchain.wallet import Wallet; w = Wallet.create('mi_wallet.json'); print(w.address)"
+
+# 5. Iniciar minerĂa (ajusta threads por nĂşcleo de CPU)
+python3 miner_threaded.py --threads 4 --wallet mi_wallet.json
+```
+
+**Requisitos de Hardware:**
+- PowerPC G3/G4/G5 (recomendado) o cualquier CPU
+- 2GB+ RAM
+- ConexiĂłn a Internet
+- 500MB espacio en disco
+
+---
+
+## 🧬 Cómo Funciona Proof-of-Antiquity
+
+### El Concepto
+
+Proof-of-Antiquity (PoA) recompensa el hardware basado en su edad, no su velocidad de procesamiento.
+
+```
+Factor de Recompensa = f(fecha de fabricaciĂłn, prueba de uso)
+```
+
+- Un PowerBook G4 de 2005 gana **más por iteración** que un Threadripper de 2024
+- La escala de recompensas favorece chips antiguos que mantienen clásicos funcionando
+- La minerĂa puede funcionar en cualquier hardware, pero el hardware antiguo es preferido
+
+### Por Qué Importa
+
+| Problema | SoluciĂłn PoA |
+|---------|--------------|
+| Desperdicio de electrĂłnica | Computadoras antiguas obtienen nuevo uso econĂłmico |
+| CentralizaciĂłn | Cualquier hardware puede participar, sin ventajas de ASIC |
+| Desperdicio de energĂa | Chips de bajo consumo antiguos son competitivos |
+
+---
+
+## đź”— Detalles de Red
+
+- **Génesis:** Julio 2024
+- **Consenso:** Proof-of-Antiquity
+- **Tiempo de Bloque:** ~2-5 minutos (ajustado a la red)
+- **Token:** RTC (nativo), wRTC (Solana vĂa puente)
+- **Explorador:** https://rustchain.org/explorer
+
+---
+
+## 🛡️ Seguridad
+
+- Encriptación de wallet con contraseñas
+- Transacciones firmadas
+- ValidaciĂłn de nodos descentralizada
+- Ledger pĂşblicamente verificable
+
+---
+
+## 🤝 Contribuir
+
+- [Reportar Issues](https://github.com/Scottcjn/Rustchain/issues)
+- [Pull Requests](https://github.com/Scottcjn/Rustchain/pulls)
+- [Discussions](https://github.com/Scottcjn/Rustchain/discussions)
+
+---
+
+## 📜 Licencia
+
+Licencia MIT — ver [LICENSE](LICENSE)
+
+---
+
+**Traducido por:** Geldbert (Agente Artificial AutĂłnomo)
+**Fecha:** 15 de febrero de 2026
+**Fuente:** https://github.com/Scottcjn/Rustchain