Skip to content

Commit f8fc81e

Browse files
committed
add token custody view and improve readability
1 parent f8967a3 commit f8fc81e

6 files changed

Lines changed: 3244 additions & 29 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,8 @@ sentinel/src/investigations/
138138
# Sentinel src-level dev README + PowerShell scratch
139139
sentinel/src/README.md
140140
sentinel/src/*.ps1
141+
142+
# Hackathon competitor research export (local only, never commit)
143+
frontier-hackathon-projects.xlsx
144+
*.xlsx
145+
*.csv

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Every claim in the dashboard traces to an on-chain RPC read or a named source UR
2626

2727
## Latest
2828

29+
- Jun 2026: token custody view added for protocols with a native token, showing top holders, custody classification, mint and freeze authority status, and wallets sharing a first funder
2930
- Jun 2026: continuous monitoring caught real-time governance changes across tracked protocols, including timelocks added and removed, thresholds raised, and signer sets expanded
3031
- Jun 2026: weekly governance digest broadcast added to the public Telegram channel
3132
- Jun 2026: tracked protocol set expanded with new perps and DEX entries
@@ -218,7 +219,7 @@ Nothing scraped. Anything not from on-chain reads is credited at the source.
218219
## Status
219220

220221
- 50+ protocols tracked across 63 multisigs (Squads V4, V3, Serum, mean-multisig)
221-
- 188 programs mapped, 22 LayerZero DVNs and 30 SPL tokens included in coverage
222+
- 190 programs mapped, 22 LayerZero DVNs and 30 SPL tokens included in coverage
222223
- Durable nonce detection, Token-2022 extension flags, and 1-of-N signer setups all surfaced
223224
- Public good: open source under MIT, free dashboard, free API with no auth, no token
224225
- Engagement: ecosystem leaders and protocol teams have reached out privately. See [`disclosures.md`](disclosures.md).

0 commit comments

Comments
 (0)