sync: tsp-arb-latency harness fix (#1212) to main - #1214
Merged
Conversation
#1212) Bench 080 published only 7 samples across 3 of 11 assets in 24h at 50 bps trigger. Two contributing causes fixed together: 1) Trigger from 50 -> 25 bps. 50 bps in 90s is a headline move on Nasdaq (earnings, macro prints), not a steady-state event. 25 bps is above normal intra-minute noise on liquid stocks and captures real arb-worthy moves without collapsing the semantic. 2) Sub-poll convergence credited. When the reference moves past the trigger AND the pool is already within band on the same tick, the arb closed inside one poll interval. Previously dropped silently; now observed at pollInterval (60s) so the fast-arb tail on liquid pools stops disappearing from the histogram. Convergence threshold stays at 20 bps: the "how close is the pool to fair" question is unchanged, only trigger sensitivity moves. Spec text (subtitle, methodology, FAQ) updated to 25 bps throughout. Co-authored-by: Florent Tapponnier <contact@mobula.io>
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 free
to 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.
Cherry-pick of #1212 harness changes only (spec is dev-only). Lower trigger 50->25 bps + credit sub-poll closures. Railway auto-rebuilds tokenized-stock-peg after merge.