EuroRWA Analyst
EuroRWA analyst: tokenized money-market fund signals, snapshots, analytics and alerts.
Open source Repository Open in the app JSON README (API)
About
EuroRWA analyst: tokenized money-market fund signals, snapshots, analytics and alerts.
Details
- Kind
- MCP servers
- Topic
- Cloud & DevOps
- Publisher
- crytobot459
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-08-18T03:31:53Z
- Repository state
- ativo
- Language
- TypeScript
- Added
- 2026-08-29 03:02:38
- Updated
- 2026-08-29 03:02:38
- Origin id
io.github.crytobot459/eurorwa-analyst
README
# EuroRWA — Research Project > Independent research into **public data transparency and verifiable snapshots** for tokenized money-market funds (MMFs). This repository is a **research project**. It studies how publicly available tokenized-MMF data can be collected, stored, and independently verified. It is provided as code and methodology for studying open financial data — not a product, service, or offering, and no hosted service, dashboard, or bot is operated here. **Free and open.** The code is MIT-licensed and free to fork and use. There is **no paywall, no API key, and no advertising** — every endpoint (REST + MCP) is open, and the pipeline runs with no credentials. Monetization and freelance/lead-generation features that previously existed here have been removed. ## Research questions - How can a daily fund snapshot be made **independently verifiable** (keccak-256 hash → signed → published on-chain)? - What does public tokenized-MMF data look like across EU + US issuers (TVL, yield, flows, holders)? - Can an analyst layer produce **reproducible, explainable** signals from that data? ## What the code does 1. **Collect** public fund data (rwa.xyz) → SQLite snapshots. 2. **Attest** each snapshot: hash it (keccak-256), sign with a dedicated key, and publish the signature to a Sepolia contract. 3. **Analyze**: deterministic scoring plus an analyst layer over news / on-chain flows / macro context. 4. **Verify**: anyone can re-hash the data and check the on-chain signature. ## Components | Component | Path | | -------------------- | --------------- | | Snapshot collector | `src/fetch.ts` | | Store (SQLite) | `src/ingest.ts` | | Analyst | `src/analyst/` | | On-chain attestation | `src/agent/` | | API (REST + MCP) | `api/` | | Pipeline scripts | `scripts/` | ## Verify an attestation ```bash bun run verify # latest snapshot bun run verify -- 2026-08-06 # a specific date ``` Verifies the payload hash matches the published keccak-256 and that the recovered signer is the agent wallet. ## Status Research code, provided as-is for study. No hosted service is operated, and no keys are required to run it. ## Compliance Per Vietnamese law (prohibition on crypto/coin advertising and registration, effective 1 Sep 2026), this repository contains **no public web dashboard and no advertising**. It is distributed solely as open research code. MIT © 2026 — data sourced from rwa.xyz public APIs. Not financial advice.