docs: correct the BONK root cause, add token-security bench feasibility - #2265
Merged
Conversation
…en-security feasibility The v1.1 text said the deep Orca pool was absent from their pool list. It is present, ranked second. The real defect is that the ranking compares liquidityNative across different quote assets without converting to USD, so a $4,347 USDC-quoted pool outranks a $75,679 SOL-quoted one because 4,346 > 728. Seven of eight pools agree on the price; rank 1 is the lone outlier and the token is priced from it. Adds section 17: token-security bench feasibility, including the provider cohort, a latency table where Mobula is last by 17x, three measured design traps, a retrospective backtest and its limits, and which fields actually carry signal. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CpArutAtXuBb1BVNUDXoYA
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.
Two things.
Correction
v1.1 claimed the deep Orca pool was absent from Serialized's pool list. It is present, ranked second. The real defect is sharper: the ranking compares
liquidityNativeacross different quote assets without converting to USD.Seven of eight pools agree at ~$3.31e-06; rank 1 is the lone outlier and
/v1/token/priceprices from it. A pool quoted in USDC beats a 17.4x deeper pool quoted in SOL purely because 4,346 > 728.This propagates into security:
lpBurnedPct,lpLockedPctandlpSourceare properties of the selected pool.New section 17, token-security bench feasibility
top10HoldersPct97% distinct values, usable.bundlersHoldingsPctbimodal with 13 tokens at exactly 100.0 tracking the dead group.devHoldingsPctonly 30% distinct, 42 zeros plus a 79.31 template cluster, low power.token/security10 credits is affordable;audit/contract750 credits is not benchmarkable at any useful cadence.🤖 Generated with Claude Code
https://claude.ai/code/session_01CpArutAtXuBb1BVNUDXoYA