feat: deny scam USDY honeypot on Solana#658
Merged
Merged
Conversation
USDvuSdHZUcj67tKfvVzByG9MaBAJRyeRrBSDLmMg75 impersonates Ondo USDY (served as "Ondo US Dollar Yield" / USDY at ~$1.13). Vanity mint with an active freeze authority (Bw1EuXufEzbwRqbDDetbjWHAXRdU2s5TaURWgnH1vTm) that can freeze holder accounts and lock funds — honeypot. Verified via Solana getAccountInfo: freezeAuthority set, decimals 6. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Blocks a scam token on Solana that impersonates Ondo USDY.
USDvuSdHZUcj67tKfvVzByG9MaBAJRyeRrBSDLmMg751151111081099710)Currently the API serves this mint as
USDY/ "Ondo US Dollar Yield" at ~$1.13 — i.e. users see it as the legitimate token.Why it's a honeypot / scam
USDv…) spoofs the USDY symbol/name; it is not the real Ondo USDY mint.Bw1EuXufEzbwRqbDDetbjWHAXRdU2s5TaURWgnH1vTm— the deployer can freeze holders' token accounts and lock funds.Verification
getAccountInfo(jsonParsed) on Solana mainnet:{ "program": "spl-token", "decimals": 6, "mintAuthority": null, "freezeAuthority": "Bw1EuXufEzbwRqbDDetbjWHAXRdU2s5TaURWgnH1vTm", "supply": "159410206000000" }Made with Cursor