Skip to content
View iBluex's full-sized avatar

Block or report iBluex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IBluex/README.md

Typing SVG


πŸ”΅ Blue β€” Solana Dev & On-Chain Analyst

Trade taught me to read the chain. Code taught me to understand it.

Started as a trader β€” 4 years watching order books, liquidity moves, whale wallets, protocol TVL. At some point I realized: the edge isn't in the chart, it's in the code. So I learned to read it. Then to write it.

Now I build and audit on Solana. I understand how programs behave under the hood β€” not just what they do, but why they do it, what breaks them, and where the value actually flows.

EVM isn't foreign either. Cross-chain is just part of the game.


πŸ”¬ What I Focus On

⚑  Solana program architecture      β†’ Anchor, native programs, PDAs, CPIs
πŸ”  On-chain project analysis        β†’ reading IDLs, tracing tx flows, spotting red flags
πŸ¦€  Rust                             β†’ the language Solana actually runs on
πŸ’§  DeFi mechanics on Solana        β†’ AMMs, lending, vaults, fee structures
πŸŒ‰  EVM bridge awareness            β†’ Wormhole, LayerZero, cross-chain state
πŸ“Š  4 years of market context        β†’ knowing what matters when analyzing a protocol

πŸ› οΈ Stack


🧠 What I Actually Know

// bluy.rs

pub struct Blue {
    // Solana-native ⚑
    pub programs: Vec<&'static str>,        // ["Anchor programs", "native programs", "PDAs", "CPIs"]
    pub infra: Vec<&'static str>,           // ["RPC nodes", "Geyser plugins", "validators basics"]
    pub deploy_targets: Vec<&'static str>,  // ["devnet", "testnet", "mainnet-beta"]

    // Analysis toolkit πŸ”
    pub analysis: Vec<&'static str>,        // ["IDL parsing", "tx tracing", "wallet profiling", "TVL breakdown"]
    pub market_context: u8,                 // 4 years β€” not a number, a perspective

    // EVM β€” knows enough πŸŒ‰
    pub evm_stack: Vec<&'static str>,       // ["Solidity basics", "ethers.js", "cross-chain bridges"]
}

impl Bluy {
    pub fn approach(&self) -> &str {
        "I don't just look at what a protocol claims. I read what the program does."
    }
}

πŸš€ What I'm Working On

Project Description Status
πŸ” Protocol Scanner Tool to analyze Solana program IDLs and flag unusual patterns πŸ”¨ Building
⚑ Solana deploy toolkit Personal scripts & templates for fast Anchor deploys πŸ”„ Ongoing
πŸ“Š On-chain dashboard Track wallet clusters, token flows, protocol health πŸ§ͺ Early stage
πŸŒ‰ Cross-chain research Studying Wormhole + LayerZero message passing πŸ“š Research

πŸ“‘ How I Analyze a Protocol

1. Read the IDL                  β†’ what functions exist, what accounts they touch
2. Trace recent transactions     β†’ who's using it and how
3. Check authority accounts      β†’ is it actually decentralized?
4. Understand token mechanics    β†’ inflation, vesting, fee capture
5. Look at the team's past code  β†’ reputation is on-chain too
6. Apply market context          β†’ 4 years of pattern recognition kicks in

Only then I have an opinion.

🎯 Goals

  • πŸ¦€ Master advanced Rust β€” unsafe, lifetimes, custom allocators
  • πŸ” Deep dive into Solana runtime β€” SVM internals, compute units, fees
  • πŸ›‘οΈ Publish first public protocol analysis report
  • ⚑ Ship a mainnet Solana program used by real people
  • πŸŒ‰ Build something that bridges Solana ↔ EVM state

πŸ“Š Stats


⚑ build on solana · analyze everything · trust the code, not the narrative ⚑

Popular repositories Loading

  1. Social-Copy Social-Copy Public

    TypeScript

  2. IBluex IBluex Public

  3. claw-spawn claw-spawn Public

    Makefile