Skip to content
View tusharpamnani's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@TheCodeBeakers @ML-Nagpur @sevryn-labs

Block or report tusharpamnani

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
tusharpamnani/README.md

👋 Hi, I’m Tushar Pamnani

Protocol Engineer • DeFi Mechanism Researcher • Founder @ Sevryn Labs

Designing financial primitives, market mechanisms, and protocol-level systems.

LinkedIn · X (Twitter) · Email


Interface: whoami

$ whoami
> Tushar Pamnani

$ role
> Founder @ Sevryn Labs

$ location
> India 🇮🇳 (Global / Remote)

$ current_focus
> DeFi Protocol Design, Market Microstructure, Mechanism Design

Interface: about --verbose

interface ProtocolEngineer {
  role: string[];
  superpower: string;
  philosophy: string;
  researchAreas: string[];
}

const tushar: ProtocolEngineer = {
  role: [
    "DeFi Protocol Engineer",
    "Mechanism Designer",
    "Protocol Researcher",
  ],
  superpower:
    "Translating financial intuition into mathematical protocol primitives",
  philosophy:
    "A good protocol is not just code — it is a market with rules.",
  researchAreas: [
    "Automated Market Makers",
    "Bonding Curves",
    "Prediction Markets",
    "Liquidity Mechanisms",
    "Market Microstructure",
  ],
};

Interface: sevryn --labs

$ organization
> Sevryn Labs

$ mission
> Research and build novel DeFi protocols and financial primitives.

$ focus
> Designing mechanisms where math, incentives, and code align.

Sevryn Labs focuses on:

  • Protocol research
  • mechanism design
  • financial primitives for decentralized markets

Interface: research

Recent topics explored:

• Bonding Curves — intuition → mathematical derivations
• Automated Market Makers — invariants and pricing mechanics
• Liquidity distribution across price space
• LMSR prediction markets
• Convexity in financial protocols

The goal is to understand why protocols work, not just how to implement them.


Interface: projects

DeFi Protocols
- Custom AMM implementation (Solana)
- Prediction market mechanism based on LMSR
- Research-driven protocol experiments

Protocol Research
- Deep dives into bonding curves
- Mathematical foundations of AMMs
- Market microstructure in on-chain systems

Mechanism Design
- Studying incentive structures in decentralized markets
- Exploring liquidity formation mechanisms
- Designing novel DeFi primitives

Interface: tech --stack

languages:
  - Solidity
  - Rust
  - TypeScript / JavaScript
  - Python
  - C / C++ / Java

domains:
  - DeFi Protocol Engineering
  - Mechanism Design
  - Market Microstructure
  - Financial Math

protocols:
  - Ethereum
  - Solana
  - Uniswap Design Space

tooling:
  - Foundry
  - Hardhat
  - Anchor
  - Node.js
  - React

Interface: thinking

Most people see DeFi as smart contracts.

I see it as:

markets + incentives + math + code

Code only enforces the rules. The real challenge is designing the system behind it.


Interface: contact

$ reach --me
> email: tusharpamnani55@gmail.com
> linkedin: linkedin.com/in/tushar-pamnani
> twitter: @Tushar_Pamnani_

"Protocols are programmable markets.
Mechanism design is the real engineering."

Pinned Loading

  1. midnight-programs-list midnight-programs-list Public

    Collection of Midnight programs to learn

    TypeScript 1 1

  2. Rust-Notes Rust-Notes Public

    Basic Notes keeping repository for my learnings in Rust

    Rust 15 3

  3. sevryn-labs/midnight-escrow sevryn-labs/midnight-escrow Public

    A privacy-preserving escrow contract built on the Midnight Network

    TypeScript 3 1

  4. stellar-wallet-kit stellar-wallet-kit Public

    TypeScript 4

  5. solana-turbin3/Q3_2025_Builder_TusharPamnani solana-turbin3/Q3_2025_Builder_TusharPamnani Public

    TypeScript 1

  6. sevryn-labs/encrypted-orderbook sevryn-labs/encrypted-orderbook Public

    TypeScript