Skip to content
View 0xCooki's full-sized avatar

Block or report 0xCooki

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.

Content in all repositories owned by your account will be closed.
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
0xCooki/README.md

Hello, I'm Will Ridge (a.k.a. Cooki)

Senior Protocol Engineer | Researcher | Smart Contract Architect

As a former Engineering Team Lead at Wonderland, I have worked alongside top-tier Web3 protocols including Synthetix, Bitcorn, and Clearpool Finance. I pride myself on architecting secure and gas-optimized EVM primitives using Foundry, with a focus on cross-chain infrastructure, multi-factored testing, and protocol security.

I also hold advanced degrees in Philosophy, Economics, and Mathematics. This academic background gives me a distinct edge in protocol design, combining formal logic, incentive modeling, and rigorous technical execution.

Featured Projects

A multi-chain governance system that locks liquid ERC20 tokens on Ethereum and mints non-transferable voting power on Arbitrum One. Built on the Arbitrum bridge (retryable tickets, L2→L1 Outbox verification) and OpenZeppelin Governor / ERC20Votes / UUPS, with Foundry unit, integration, invariant, and end-to-end coverage.

Repository · Architecture & Flows · CI

A TypeScript custody control plane for institutional transaction signing. Transfer intents pass through policy (limits, allowlists, roles) and a maker-checker quorum, with pluggable signers (SoftHSM/PKCS#11, mock MPC, or local keys). The plane also handles broadcasting, reconciliation, and a hash-chained audit trail.

Repository · Architecture & Flows · CI

Links

Pinned Loading

  1. Cross-Chain-Governance Cross-Chain-Governance Public

    Featured Foundry Project: Cross-chain governance using native Arbitrum bridges and Openzeppelin primitives

    Solidity

  2. Policy-Custody-Signer Policy-Custody-Signer Public

    Featured TypeScript Project: Policy-gated custody signer with HSM/MPC adapters, maker-checker approvals, and hash-chained audit

    TypeScript

  3. Hashes-Staged-Redemption Hashes-Staged-Redemption Public

    Multi-staged redemption contract for the Hashes DAO

    Solidity

  4. Doubly-Linked-List Doubly-Linked-List Public

    A generalised Doubly Linked List data structure for storage variables written in solidity.

    Solidity