👋Hello world, I'm

a.k.a, Kaizendev

Full-stack engineer & smart-contract developer building practical web3 solutions. I work in Solidity, TypeScript, and the spaces between chains.

~/contracts/MerkleVerifier.sol
SOLIDITY
// SPDX-License-Identifier: MITpragma solidity ^0.8.0;contract MerkleVerifier {    bytes32 public merkleRoot;    constructor(bytes32 _root) {        merkleRoot = _root;    }    function verify(bytes32[] proof, bytes32 leaf)        public view returns (bool)    {        bytes32 hash = leaf;        for (uint256 i = 0; i < proof.length; i++) {            hash = hash <= proof[i]                ? keccak256(abi.encodePacked(hash, proof[i]))                : keccak256(abi.encodePacked(proof[i], hash));        }        return hash == merkleRoot;    }}
scroll
改善

A philosophy of continuous improvement of working practices that underlies total quality management — the steady, deliberate pursuit of better.

改善 · KAI · ZEN · the way of work

About me

A bit about who I am.

Background, current focus, and why I do what I do.

Rozales
Lomé, TG

I'm a Full-stack Blockchain Developer currently at RAAC Protocol, building real-estate tokenization and onchain lending. Before that, I led development of Gemach Onchain AI — a DeFi agent that translates chat into onchain actions across chains.

My focus is the unglamorous stuff: solid smart contracts, careful integration layers, and frontends that don't lie about what's happening underneath. I care about practice over polish, reps over rhetoric.

Looking for product-minded teams where I can ship things that compound.

0+
Years onchain
0+
Projects shipped
0
Continents collab'd

On the shelf

Games05
Books05
  • 01L'ÉtrangerAlbert Camus · 1942absurdism, paragraph by paragraph
  • 02Pensées pour moi-mêmeMarc Aurèle · 180currently re-reading
  • 03Ainsi parlait ZarathoustraFriedrich Nietzsche · 1883
  • 04La NauséeJean-Paul Sartre · 1938
  • 05La Société de la fatigueByung-Chul Han · 2010must-read for anyone shipping

Now spinning

Selected work

Things I've built.

01
Fullstack

Gemach Onchain AI

A modern web3 application that combines AI capabilities with blockchain transactions, enabling smart contract interactions and cross-chain operations through an intuitive chat interface

Next.jsTypeScriptOpenAIsymbiosiscurvefilifi
02
Onchain

TokenBound Cross-Chain Forwarder

A cross-chain forwarder enabling 6551 contracts to seamlessly call instances on either Ethereum or zkEVM via the LxLy bridge. Functionality includes bidirectional call forwarding between Ethereum and zkEVM.

SolidityHardhatzkEVM
03
Onchain

EIP-3009 PoS Portal Token Template

A new UChild template for PoS Portal Tokens that integrates EIP-3009, allowing ERC-20 transfers with authorization. This upgrade supports meta-transactions, enabling users to delegate gas payments, batch transactions, and transfer tokens via signed authorizations, enhancing transaction flexibility and security.

SolidityTruffleEIP-3009
04
Onchain

CDK LxLy x Lido Investment Manager

Enhancement of LxLy bridge contract to enable staking of ETH through Lido. Adds an InvestmentManager role with permissions to manage ETH and ERC-20 assets in LxLy, stake excess ETH in stETH, and manage yield distribution. Key functions include `invest()` for staking ETH based on target percentages, and `redeem()` to adjust balances by redeeming stETH as needed.

SolidityFoundryLido
05
Onchain

World ID State Bridge on Scroll

Integration of the World ID State Bridge with the Scroll Bridge to enable cross-chain messaging. This integration enables propagation of World ID merkle tree roots from the WorldIDIdentityManager contract on Ethereum mainnet to Scroll, complementing existing support for Optimism, Base, and Polygon PoS. The implementation will use the OP bridge as a reference for Scroll, including xDomain messaging verification and deployment scripts.

SolidityHardhatScroll

Career

The path so far.

A few teams, a lot of contracts.

2025 - PresentCURRENT

RAAC Protocol

Smart Contract Developer

Developing complex smart contract systems for real estate tokenization and on-chain lending protocols. Building integration layers between real estate assets and DeFi infrastructure, advanced stablecoin mechanisms, and yield optimization strategies. Working on automated reward distribution systems and cross-protocol composability features with existing DeFi ecosystems like Curve, Convex, and f(x) protocol.

2023 - 2024

Gemach DAO

Full Stack Blockchain Developer

Integrated GoPlus Security's API suite into GBot AI, enhancing Web3 security infrastructure with real-time threat detection, NFT authentication, and phishing site recognition

2022 - 2024

THE LLAMAS

Smart Contract Developer

Contributed to multiple bounties for THE LLAMAS community, focusing on cross-chain messaging, token integration, and security enhancements. Worked on integrating the Polygon zkEVM LxLy bridge for cross-chain messaging, developed Scroll support for the World ID State Bridge, and implemented EIP-3009 and permit functionality for PoS Portal tokens.

Stack

Tools I reach for.

Curated, not exhaustive — these are the ones I'm fluent in.

Frontend01/04
Next.jsReactTSTypeScriptTailwind
Onchain02/04
SSolidityFFoundry🎩HardhatVViem
Backend03/04
NNode.jsPPostgreSQLMMongoDBGGraphQL
Infra04/04
DDockerRRedisVercelLLinux

Notes

Things I've written.

Process docs, deep-dives, references — the kind of thing I wish I'd had on day one.

01
2025

Smart Contract Dev Process

Reference guide for the development, testing, audit and deployment workflow on RAAC Protocol — Hardhat config, Solidity standards, security patterns, gas optimisation, coverage thresholds, audit checklist and deployment pipeline.

SolidityHardhatProcess

Get in touch

Let's build something.

Open to freelance & full-time. Reply usually within a day.

The fastest way is direct email — but the form below works too. I read everything.

Based inLomé · Togo (UTC+0)