Logo
Mehmet – Solidity, Smart contracts, web3.js, experts in Lemon.io

Mehmet

From Netherlands (UTC+2)flag

Blockchain Engineer|Senior
Tech lead

Mehmet – Solidity, Smart contracts, web3.js

Mehmet Akif is a senior blockchain engineer and tech lead with deep expertise in Solidity, Ethereum, and DeFi protocol architecture. He has led the design and deployment of production smart contracts with significant TVL, coordinated security audits, and managed cross-functional teams. Screenings confirm strong security practices, pragmatic decision-making, and clear communication. He is recommended for senior Web3 and DeFi roles requiring both smart contract and backend depth.

6 years of commercial experience in
Blockchain
Fintech
Product management
Web3
Web development
Software development
Main technologies
Solidity
5.5 years
Smart contracts
6 years
web3.js
3 years
Blockchain
6 years
Ethereum
5 years
Ethers.js
3 years
DeFi
1 year
Additional skills
Golang
Python
ERC20
Direct hire
Possible
Ready to get matched with vetted developers fast?
Let’s get started today!

Experience Highlights

CTO
Dec 2022 - Jun 20252 years 5 months
Project Overview

The role involved leading the team that built the SDK, the node-operator tooling, the on-chain data explorer powering the oracle service, and a Vue 3 framework and multiple apps. Key systems shipped and owned during this period:

  • A Python CLI and tooling for node operators running validators against Portal.
  • A public Python SDK on PyPI for interacting with Portal contracts.
  • An on-chain data explorer and oracle service feeding price and validator data into the protocol.
  • An in-house Vue 3 frontend framework powering the official Geode dApp.
  • A minimal, robust service designed to facilitate interactions with a Gnosis Safe Contract, a widely-used multi-signature (multisig) wallet solution.
Project gallery:
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Portfolio example for Geode Finance by Mehmet Akif, CTO
Responsibilities:
  • Led a 10+ person cross-functional team across engineering, business development, marketing, and operations as hands-on CTO; owned hiring, performance reviews, and roadmap execution.
  • Raised a +$3M seed round from Multicoin Capital, GSR, C² Ventures, and others as co-founder; managed ongoing investor relations and capital strategy through the V2 buildout.
  • Coordinated 5+ external audits with Consensys Diligence and Shieldify covering Portal staking, withdrawals, and core contracts.
  • Established engineering practices and mentored junior developers.
  • Ran production infrastructure end-to-end: multi-VPS deployments, Docker, CI/CD, monitoring, alerting, and live-incident response for a system holding user funds.
  • Executed protocol upgrades through the V2 lifecycle on Ethereum PoS without disrupting user funds.
  • Shipped and maintained the off-chain stack end to end: a Python node-operator CLI, a public Python SDK on PyPI, an on-chain data and oracle explorer, an in-house Vue 3 dApp framework, and supporting data and infrastructure tooling in Go and TypeScript.
Project Tech stack:
Python
Golang
REST API
Typescript
JavaScript
Vue.js
React
Next.js
CI
CD
AWS
Solidity
DeFi
Senior Blockchain Developer
Aug 2021 - Dec 20221 year 4 months
Project Overview

A modular staking-infrastructure protocol that lets anyone deploy a customizable, permissionless liquid-staking (LST/RST) pool in a single on-chain transaction. Built for validators, DeFi teams, and treasuries who want to run a staking pool without writing their own protocol from scratch. It's a complex DeFi protocol that combines 50+ solidity files, with modular, composable architecture. It is a smart contract library that integrates many cutting edge smart contract features:

  • ERC-7201 namespaced storage layout across every module.
  • Limited Upgradability Pattern (LUP) on UUPS proxies with Dual Governance model(security council+DAO).
  • Modular monolith design split across 5 isolated modules, each with its own library and storage.
  • An ERC-1155 derivative with 4 swappable ERC-20 middlewares (standard, permit, rebase, rebase-permit).
  • Curve-style StableSwap AMM for each pool's in-protocol liquidity management.
  • Merkle-based staking-derivative Oracle; reporting additional data from Beacon Chain reporting.
  • Full validator-lifecycle management after Shapella fork with the introduction of EIP-4863
Project gallery:
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Portfolio example for Geode Finance - Portal by Mehmet Akif, Senior Blockchain Developer
Responsibilities:
  • Co-founded the protocol with a team of 5 and led the smart-contract architecture from day one.
  • Designed and shipped Portal-Avax on Avalanche, scaled to $5M+ TVL in production.
  • Architected and shipped Portal-Eth (V2): 50+ Solidity contracts covering
  • Implemented the Limited Upgradability Pattern (LUP) on UUPS: proxies delegate to remote-controlled implementations, removing arbitrary upgrade power from owners.
  • Built the modular system architecture: DataStore Module, Geode Module, Stake Module, Liquidity Module, etc. Isolated packages delegating to shared libraries for cross-package compatibility.
  • Coordinated external smart-contract audits with leading security firms; executed live upgrades without disrupting user funds.
  • Built the Hardhat test and coverage suite, with 1000+ unit tests across 30+ blocks.
Project Tech stack:
Solidity
HardHat
web3.js
Unit testing
CI
CD
Smart contracts
DeFi
Blockchain Developer
Aug 2020 - Jun 20219 months
Project Overview

Core contributor for smart-contract development across 3 production DeFi products on Ethereum during the DeFi Summer:

  • An AMM-based DEX with LP staking and yield farming, surpassing $15M TVL.
  • An Ethereum yield-farming protocol where users staked LP tokens into pools to earn protocol rewards through on-chain distribution contracts, surpassing $10M TVL.
  • An Ethereum liquid-staking protocol that minted a derivative ETH token to depositors and routed underlying capital to validators, surpassing $25M TVL.
Project gallery:
Portfolio example for Defi Protocol by Mehmet Akif, Blockchain Developer
Portfolio example for Defi Protocol by Mehmet Akif, Blockchain Developer
Portfolio example for Defi Protocol by Mehmet Akif, Blockchain Developer
Responsibilities:
  • Contributed core contract work to DeFi protocols that processed +$50M TVL across EVM chains.
  • Helped build and ship a decentralized exchange end-to-end, from contract design through mainnet deployment.
  • Shipped three end-to-end token airdrops using Merkle-distribution contracts plus Python scripts for claim list generation.
  • Worked across the full delivery lifecycle: protocol design, Solidity development, testing, and live mainnet rollout.
Project Tech stack:
Solidity
Python
JavaScript
Typescript
Ethereum
web3.js
React
HardHat
Truffle
Junior Developer
Jun 2020 - Jul 20201 month
Project Overview

A decentralized application for issuing and verifying certificates on Ethereum, developed for a blockchain hackathon. This product enables institutions to issue tamper-proof certificates and allows anyone to verify them on-chain without intermediaries, addressing the issue of certification fraud in education and credentialing.

Project gallery:
Portfolio example for SecureGate by Mehmet Akif, Junior Developer
Responsibilities:
  • Designed and implemented the Solidity contract for certificate issuance, revocation, and on-chain lookup.
  • Ran the contract through Mythril, Securify, SmartCheck, and Oyente for static analysis and vulnerability checks.
  • Built the frontend using React.
Project Tech stack:
Solidity
Ethereum
React
Blockchain
Typescript

Education

2022
Computere Science and Engineering
Bachelor's
2026
Master of Business Administration
Master's

Languages

Turkish
Advanced
English
Advanced

Hire Mehmet or someone with similar qualifications in days
All developers are ready for interview and are are just waiting for your requestdream dev illustration
Copyright © 2026 lemon.io. All rights reserved.