GET /api/v1/engineer/status HTTP/1.1
Host: mayur.works
---
HTTP/1.1 200 OK
Server: Web3-Infra-Node/2.0
X-Current-Role: Web3 SDE Intern
X-Venture: Co-founder & Technical Lead @ Buildicy
X-Core-Focus: Distributed Consensus, RPC Gateways, ZK-SNARKs, EVM Topologies
X-Status: Actively Shipping 🚀| System | Stack / Tooling | Systems & Engineering Highlight |
|---|---|---|
|
RPCForge High-Availability Gateway rpcforge.dev
|
|
• Engineered a multi-tenant RPC proxy layer routing for Ethereum, Polygon, BSC, and Arbitrum. • Implemented real-time token-bucket rate limiting and automatic sub-millisecond failover mechanisms. |
|
ZenProof ZK Identity Protocol Research Paper
|
|
• Built zero-knowledge credential verification circuits enabling decentralized trust without raw data exposure. • Published the formal IEEE-style privacy-preserving trust infrastructure architecture paper. |
|
ChainSplit Vault Settlement Engine chainsplit.vercel.app
|
|
• Architected a non-custodial factory vault pattern, removing pooled-funds custody risks entirely. • Programmed an on-chain greedy debt-minimization algorithm, reducing transactional load by 45%. |
|
OnTrade On-Chain Compiler |
|
• Designed an engine compiling visual logic nodes into executable on-chain bytecode, removing backend dependencies. • Bound AI routing nodes to dynamically evaluate market conditions prior to state execution. |
|
Credora Enterprise Access Portal veripass.netlify.app
|
|
• Structured an identity validation system for the Blockchain India Challenge (MeitY). • Implemented MetaMask + X.509 Membership Service Provider (MSP) double authentication layers. |
At Buildicy, I spearhead the Web3 internship program:
- Structured Tracks: Designed learning pathways detailing EVM execution mechanics, ZK circuit layouts, and security auditing standard operating procedures.
- Sprints & Reviews: Managed 10+ students through code-quality checks, agile sprints, and production releases for client infrastructure.
- Engineering Growth: Mentored developers to evolve from basic front-end styling to deploying secure, gas-optimized smart contracts.
| Target Repository | Contribution | Status |
|---|---|---|
| OpenZeppelin Contracts | PR #782 — Fixed Yarn classic setups | Merged |
| Scaffold-ETH 2 | Modified useScaffoldReadContract to support optional contractAddress parameters |
Shipped |
| Panana Predictions | Integrated FinBERT sentiment index nodes for outcome resolution logic on Aptos | Shipped |
┌──────────────────────────────────────────────────────────────────┐
│ OFFICIAL LEAGUE RECORD │
├──────────────────────────────────────────────────────────────────┤
│ 🏆 Tech Masters '26 (Overall Winner) │
│ 🏆 RAC-A-THON (Overall Winner) │
│ 🥈 Google Developer Hackathon (Runner Up) │
│ 🚀 Blockchain India Challenge 2024 (MeitY Submission) │
│ ⭐ 10+ Total Hackathon Finals & Submissions │
└──────────────────────────────────────────────────────────────────┘
🔍 Expand Full Hackathon Timeline
fn get_system_status() -> StatusReport {
StatusReport {
status: "Actively Shipping",
open_to: [
"Web3 Infrastructure Engineering",
"Smart Contract / Protocol Engineering",
"Core Developer Tooling Roles"
],
direct_comms: "mayurkarthick2006@gmail.com"
}
}