Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View jenish-25's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jenish-25

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.

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
jenish-25/README.md

Jenish Vavadiya

Solana  ·  MEV  ·  DeFi infrastructure  ·  low-latency systems

X  ·  Linkedin  ·  Resume  ·  Portfolio  ·  Medium


struct Jenish {
    role:  &'static str,
    focus: [&'static str; 4],
    edge:  &'static str,
}

impl Jenish {
    fn new() -> Self {
        Self {
            role:  "quant & on-chain infrastructure dev",
            focus: ["solana", "mev", "defi", "hft"],
            edge:  "obsessed with what happens between the slot and the fill",
        }
    }
}

I spend most of my time a few layers below the app — on-chain programs, execution paths, and the data that moves between the RPC and the wire. Currently going deep on Rust, Solana program design, and Quant DeFi market structure.

What I work on

  • DeFi infrastructure — oracle aggregation, subgraph indexing, gas optimization
  • Bundling & arbitrage — multi-venue routing across Orca, Raydium, Meteora, and PumpFun
  • Proprietary AMM design — pricing-oracle updates landing in 23 CUs
  • Prediction market protocols — BTC 5-minute and 15-minute markets
  • Trading automation — signal ingestion, position management, order routing, real-time risk controls

Stack

[languages]      Rust · Python · SQL 
[chains]         Solana · Ethereum · On-chain Analysis
[specialties]    DEX · Perpetuals Indexing · MEV 
[quant]          Pandas · NumPy · SciPy · Plotly · ClickHouse · Grafana · scikit-learn     

open to collaborating on solana infra, mev, and defi tooling · reach me at [email protected]

Pinned Loading

  1. solana-Jupiter-Arb-bot solana-Jupiter-Arb-bot Public

    A high-performance Solana arbitrage bot built in Rust, leveraging Jupiter, Jito Bundles, and Yellowstone gRPC for low-latency quote generation, route optimization, and atomic trade execution across…

    Rust 1

  2. quic-rs quic-rs Public

    Rust 1

  3. Solana-Yellowstone-Indexer Solana-Yellowstone-Indexer Public

    Real-time Solana indexer over the Yellowstone gRPC stream (Rust) — persists account/slot/transaction/block updates to SQLite via sqlx.

    Rust 1

  4. solana-rpc/superbank solana-rpc/superbank Public

    Solana Ledger RPC Stack

    Rust 44 25

  5. bullet-bots bullet-bots Public

    Forked from bulletxyz/bullet-bots

    Algorithmic trading reference framework for Bullet perpetuals. Written in Rust, built for latency-sensitive environments.

    Rust

  6. velocity-exchange/protocol-v2 velocity-exchange/protocol-v2 Public

    On-chain perpetuals dex with multiple liquidity mechanisms

    TypeScript 401 242