From 59bc2699235e71a8ff45ca5e36981e59c13d1791 Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 6 Jul 2026 07:40:09 +0000 Subject: [PATCH] feat(portfolio): tarjeta Polymarket Bot pasa a Archived / case study MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sustituye el widget live (fetch a polymarket.chemavx.xyz/api/summary) por una tarjeta estática con las cifras finales del paper trading y enlace al case study en el repo. La tarjeta de servicio apunta al repo de Gitea en lugar del dominio, que desaparecerá con el apagado. NO MERGEAR HASTA F2/F3: mientras el bot siga vivo, main mantiene el widget live. Aplicar esta rama cuando se apague el bot (Fase 3 del plan de decomisión). Co-Authored-By: Claude Fable 5 --- portfolio/configmap-html.yaml | 412 ++++++++++++++++++++++------------ 1 file changed, 270 insertions(+), 142 deletions(-) diff --git a/portfolio/configmap-html.yaml b/portfolio/configmap-html.yaml index 76394c5..0750129 100644 --- a/portfolio/configmap-html.yaml +++ b/portfolio/configmap-html.yaml @@ -1,147 +1,275 @@ apiVersion: v1 data: - index.html: "\n\n\n \n \n ChemaVX\n \n\n\n\n - \
\n
C
\n

ChemaVX

\n

\n - \ Homelab · k3s · Self-hosted\n

\n
\n\n - \ \n
\n - \

Services

\n \n
\n\n \n
\n - \

Projects

\n \n
\n\n - \ \n
\n

Polymarket - Bot — Live

\n
\n
\n - \
\n \U0001F4C8\n Portfolio - Summary\n PAPER\n - \
\n Loading…\n
\n - \
\n
\n
P&L
\n
\n
\n
\n
Win Rate
\n
\n
\n
\n
Deployed
\n
\n
\n
\n
Trades
\n
\n
\n
\n
Bankroll
\n
\n
\n
\n
Sharpe
\n
\n
\n
\n
Calibration
\n
\n
\n
\n - \
Status
\n
\n
\n
\n
\n - \
\n\n \n\n \n\n\n" + index.html: | + + + + + + ChemaVX + + + + +
+
C
+

ChemaVX

+

+ Homelab · k3s · Self-hosted +

+
+ + +
+

Services

+ +
+ + +
+

Projects

+ +
+ + +
+

Polymarket Bot — Archived · Case study

+
+
+
+ 📈 + Paper Trading — Final Results + ARCHIVED +
+ Final snapshot · 2026-07-06 +
+
+
+
Realized P&L
+
+$247.78
+
+
+
Paper Trades
+
12
+
+
+
Evaluations
+
223k
+
+
+
Days Observed
+
81
+
+
+

+ Bot bayesiano de paper trading sobre mercados de predicción, retirado en + julio de 2026 tras el bloqueo regulatorio de Polymarket en España. + Motor de replay determinista, ~223k evaluaciones archivadas y + observabilidad completa en k3s. + Case study completo → +

+
+
+ + + + + kind: ConfigMap metadata: name: portfolio-html