feat(rwa-yield-accuracy): bench 089 scaffold + USDY rebase probe (Sprint 1/3) - #1324
Merged
Conversation
Sprint 1 of the bench that measures on-chain delivered yield vs advertised APY across the top 5 tokenized U.S. Treasuries (BUIDL, BENJI, USDY, USTB, OUSG). This commit ships: - benchmarks/rwa-yield-accuracy.yml (full spec, 5 provider blocks) - harnesses/rwa-yield-accuracy/ (Go harness scaffold + USDY probe) - promised-yields.yml (curated APY per token with source URLs) USDY is the simplest of the five (rebase-only, totalSupply growth directly). It's shipped as the proof-of-concept for the whole pipeline: config → RPC read → windowed yield computation → metrics export → deviation vs promised. Sprint 2 (subsequent PR) adds BUIDL, USTB (dividend USDC transfers) and BENJI, OUSG (NAV appreciation). Deploy to VPS ocb-par-main comes after the full cohort ships and per-issuer measurements are cross-checked against the fund's own disclosures.
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First sprint of the killer signature bench that measures on-chain delivered yield vs advertised APY for the top 5 tokenized U.S. Treasuries.
What ships now (Sprint 1)
Deferred to Sprint 2 (next PR)
Deferred to Sprint 3
Design decisions
Metrics contract (Prometheus)
Test plan
bun run validate— 76 specs valid (was 75)go buildin harness — cleango vet— clean