Skip to content
View NexTechArchitect's full-sized avatar

Block or report NexTechArchitect

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

Amit Kumar

Smart Contract Engineer · DeFi Protocol Architect

Portfolio LinkedIn X Email


Solidity engineer specializing in production-grade DeFi protocol architecture across Base Mainnet and EVM networks. 70+ verified contracts deployed across RWA tokenization, perpetuals DEX, insurance vaults, DAO governance, and keeper automation, zero critical or high-severity Slither findings. Independently architects, builds, and audits complete protocol stacks with threat-modeled security, invariant-proven solvency, and Yul-optimized gas efficiency.


Core Stack

Languages     Solidity 0.8, Yul, EVM Inline Assembly, TypeScript 
Security      Foundry Invariant Fuzzing, Slither, Echidna, CEI, SafeERC20
Standards     ERC-20/721/1155, ERC-3643, ERC-4337, ERC-4626, ERC-5484, EIP-712, UUPS
Integrations  Chainlink VRF, CCIP, Price Feeds, Automation, Aave V3, OpenZeppelin
Frontend      Next.js 14/15, Wagmi v2, Viem, RainbowKit, TanStack Query, Tailwind
Tooling       Foundry, Anvil, Tenderly, Basescan, Etherscan, Vercel, CREATE2

What I Can Build

  • RWA Tokenization: ERC-3643 compliance engines, NAV oracles, yield distributors
  • Perpetuals DEX: On-chain position management, liquidation engines, cross-chain margin via CCIP
  • DeFi Vaults: ERC-4626 yield routing, Aave integrations, flash-loan resistant governance
  • DAO Infrastructure: TimelockController, rage-quit modules, anti-flash governance, gasless voting
  • Keeper Networks: Permissionless automation, ETH bonding, slashing registries
  • Account Abstraction: ERC-4337 smart accounts, custom paymasters, session keys
  • NFT Systems: Soulbound tokens (ERC-5484), on-chain SVG art engines, dynamic metadata

Notable Engineering

  • O(1) Swap-Pop Queue: Keeper Network uses swap-and-pop instead of array shift. Unbounded arrays never degrade performance regardless of queue size.
  • try/catch Gas Griefing Isolation: ExecutionEngine wraps every external call in try/catch. A malicious job that intentionally reverts cannot block the entire batch or drain keeper gas.
  • Flash-Loan Resistant Governance: Sentinel DAO enforces block.number - 1 snapshot voting. Tokens borrowed in the same block carry zero voting weight, eliminating flash-governance attack vectors.
  • 15% NAV Circuit Breaker: RWA oracle automatically halts price reads if NAV drops more than 15% in 24 hours, protecting against flash crashes and oracle manipulation.
  • Vault Solvency Invariant: totalLiquidity + totalLockedCollateral + totalTraderFreeCollateral == ASSET.balanceOf(vault) is mathematically preserved across all randomized state mutations.

Currently Open To

Remote roles in DeFi protocol engineering, smart contract security, or Web3 infrastructure.


Pinned Loading

  1. Web3-FullStack-Sentinal-DAO Web3-FullStack-Sentinal-DAO Public

    A modular DAO framework built with Foundry. Features Hybrid Governance, Aave-integrated Treasury, and advanced voting (Quadratic Funding & Conviction Voting). Fortified with RageQuit, Emergency Pau…

    Solidity 1

  2. Nexus-Protocol-OS Nexus-Protocol-OS Public

    Nexus Terminal: An institutional-grade on-chain perpetuals platform. Leveraging Account Abstraction (ERC-4337) and Chainlink Oracles, Nexus offers seamless, gasless trading with up to 50x leverage.…

    TypeScript

  3. RST-Reputation-Protocol RST-Reputation-Protocol Public

    RST-Protocol: A high-precision On-Chain Reputation & Identity System powered by ERC-5484 Soulbound Tokens. Features a modular scoring engine, UUPS upgradeability and fully Tested

    TypeScript

  4. Sentinel-Insurance-Protocol Sentinel-Insurance-Protocol Public

    Next-generation decentralized insurance protocol built with Solidity & Foundry. Features snapshot-based governance adjudication, ERC-4626 underwriting vaults, and automated Aave V3 yield-routing in…

    TypeScript

  5. OnChain-Automation-Protocol OnChain-Automation-Protocol Public

    A decentralized automation protocol for Ethereum smart contracts. Keepers bond ETH to a slashing secured registry, then monitor and execute recurring or one time on chain jobs like liquidations, re…

    TypeScript 1

  6. Nexus-RWA-Protocol Nexus-RWA-Protocol Public

    Nexus RWA is an institutional-grade, fully compliant Real-World Asset tokenization engine deployed on Base. Powered by ERC-3643 identity registries, automated jurisdictional checks, real-time Chain…

    Solidity