Skip to content
View jayeshy14's full-sized avatar
  • Ethereum

Organizations

@BLOKCapital

Block or report jayeshy14

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

Hi there, I'm Jayesh Yadav

Smart Contract Engineer · EVM

Vaults · Structured Products · Capital Protection · Tranching

Smart contract engineer on EVM chains, focused on vaults and structured products: capital protection, tranching, and curated lending. Previously at Blok Capital, where I co-architected a modular multichain wealth management protocol (Diamond proxy vaults, a DAO-governed Facet Registry, multiple yield strategies, onchain indices with automated rebalancing, cross-chain USDC via CCTP and CCIP). Since then I have gone deep on the structured-products side of DeFi, building and writing about the machinery that lets serious capital come onchain.


What I'm building

CPPI Capital-Protected Vault: an onchain vault that defends a principal floor by rule, shifting capital between a risky and a safe asset as the buffer above the floor grows or shrinks (wstETH for staking yield, a Pendle PT for a fixed rate). Backtested across 104 rolling 12-month terms with a jump-diffusion model. Now extending it with tranching, so a junior tranche absorbs the gap risk a rebalancing rule cannot.

Index Protocol: a pooled, async market-cap index vault on ERC-7540, with a capping and free-float methodology engine and CoW-based rebalancing. Designed around the supply oracle as the central risk.


Writing

Long-form on vault architecture and structured products.

More on X / Twitter.


Selected work

Repo What it is
cppi-vault CPPI capital-protected vault: rule-based floor defense, wstETH + Pendle PT
index-protocol Async ERC-7540 market-cap index vault with methodology engine and CoW rebalancing
Diamond-Storage-Detector Static-analysis CLI for storage-slot collisions across EIP-2535 facets (Nick Mudge endorsed)
Vault-Router ERC-4626 + EIP-2535 Diamond vault routing across Morpho, Aave, Pendle

Stack

Languages   Solidity · Rust · TypeScript
Frameworks   Foundry · Hardhat · OpenZeppelin
Vault standards   ERC-4626 · ERC-7540 · ERC-7575 · ERC-6909
Other standards   EIP-2535 · ERC-7579 · ERC-4337 · ERC-1967
DeFi protocols   Morpho · Aave · Pendle · Uniswap V4 · Chainlink
Cross-chain   CCTP · CCIP
Infra   Dune · Tenderly · The Graph · Foundry fuzzing


Certifications

Uniswap V4 Incubator (Atrium) · Smart Contract Security, Advanced Foundry, Advanced Uniswap V3 (Cyfrin Updraft) · Web3 Dev, Blockchain Security Expert, Fintech Expert (101 Blockchains)


Reach me

Open to conversations on vault architecture, structured products, capital protection, and tranching.


Pinned Loading

  1. cppi-vault cppi-vault Public

    Capital-protected, term-based vault that computes its CPPI floor onchain and rebalances between an ETH risky leg and a Pendle-PT safe leg through Uniswap V3, built on ERC-7540 async vaults

    Solidity 6 2

  2. index-protocol index-protocol Public

    Autonomous, market-cap-weighted index protocol that computes its target weights onchain and rebalances through CoW Swap, built on ERC-7540 async vaults

    Solidity 1

  3. awesome-vaults awesome-vaults Public

    The awesome list for onchain vaults, from ERC-4626 basics to curator systems, async vaults, and security.

    19 2

  4. Vault-Router Vault-Router Public

    Modular yield aggregation protocol that combines ERC-4626 and the Diamond proxy pattern (EIP-2535)

    Solidity 1

  5. Diamond-Storage-Detector Diamond-Storage-Detector Public

    Static analyzer for EIP-2535 Diamond storage-slot collisions

    TypeScript 2

  6. diamond-proxy diamond-proxy Public

    Single contract EIP-2535 Diamond proxy with an immutable governance core and upgradeable facets with EIP-7201 storage, two-step ownership.

    Solidity