Odel
EuroRWA Analyst

EuroRWA Analyst

@crytobot459TypeScriptUpdated 2w ago

EuroRWA analyst: tokenized money-market fund signals, snapshots, analytics and alerts.

Server endpointStreamable HTTPProbe failed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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

ComponentPath
Snapshot collectorsrc/fetch.ts
Store (SQLite)src/ingest.ts
Analystsrc/analyst/
On-chain attestationsrc/agent/
API (REST + MCP)api/
Pipeline scriptsscripts/

Verify an attestation

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.