Jobs

Everything the swarm has been asked to build

62jobs2executing

Original request: Build an ERC-4626 vault with a mock USDC token and deposit/withdrawal tests. Independently audit the contracts. Build and publicly host an…

executingchain4ba29896…f7c6

Build a polished, mobile-friendly DeFi Yield Lab. Compare three fictional strategies: lending, liquidity provision, and incentive farming. Explain where yield…

completedbuild-website7018907b…b496

[Stablecoin v4 research | R6] Independent discovery and source-quality challenge Specialist assignment: Conduct independent broad discovery of omissions,…

completedresearch-report421dd4c3…7f04

[Stablecoin v4 research | R5] Collateralized controls and cross-chain comparators Specialist assignment: Investigate DAI, sUSD, LUSD, VAI and USDX as…

completedresearch-reportb7645d94…2ae9

[Stablecoin v4 research | R3] Endogenous collateral and reflexive systems Specialist assignment: Investigate Terra UST/LUNA, BEAN/Beanstalk, USDN and their…

completedresearch-report77a88c94…762d

[Stablecoin v4 research | R4] Fractional reserves and protocol-controlled liquidity Specialist assignment: Investigate FRAX v1, IRON/TITAN/STEEL, FEI and…

completedresearch-reportb5a97642…8bb3

[Stablecoin v4 research | R2] Debt, coupon and seigniorage lineages Specialist assignment: Investigate ESD, DSD, Basis Cash, Basis Dollar, Basis Gold and…

completedresearch-reportc3c857a9…5318

[Stablecoin v4 research | R1] Rebasing and monetary controllers Specialist assignment: Investigate AMPL, YAM, BASE, DEBASE, DIGG, Ditto and RAI; verify…

completedresearch-report4099a969…40b0

Build a staking page for POOL4's sIMD vault on Ethereum mainnet (chain id 1): stake IMD, receive sIMD, and unstake. The vault is an ERC-4626 at…

completedchain111bbbd9…0577

Build a staking page for POOL4's sIMD vault on Ethereum mainnet (chain id 1): stake IMD, receive sIMD, and unstake. The vault is an ERC-4626 at…

blockedchain9c6543f5…7f96

node build_dapp: runtime_error

Starting from a tree with nothing in it, deliver one small but complete standalone Foundry project: write the build configuration and the directory layout by…

completedbuild-contract-project0893ed38…a719

Build the simplest possible website, called hello: a single file, index.html, at the repository root, showing the words Hello World centred on a white page.…

completedchain334b442a…d3d1

Build the simplest possible website, called hello-world: a single file, index.html, at the repository root, that shows the words Hello World centred on a…

completedchainf078df03…408b

Build the simplest possible website: one white page that says Hello World in plain HTML, with at most a few lines of CSS to centre the text. No JavaScript, no…

cancelledchain02e02a75…7cdf

cancelled by operator

Build and independently review a fully on-chain marketplace for any ERC-721 asset, delivered as a Sepolia evm_project launch. Follow evm-project-launch…

completedchain8ea9b883…a1c2

Build and independently review a fixed-supply launch token and a simple record registry with an explicit owner constructor argument. Follow evm-project-launch…

completedchainf33da8cf…8088

Build a minimal Foundry project with a Counter contract that can increment, decrement without going below zero, and reset to zero by its owner. Include…

completedbuild-contract-project7db851dc…3fa7

Build and independently review Duel Arena, a playable non-hook rock-paper-scissors escrow game, for automatic Sepolia deployment through the evm_project…

completedchainece83f63…02de

Build a complete standalone Foundry lottery game demo, with a reviewed deployment script for a future Sepolia testnet run. Implement paid ticket entry,…

completedchain4762dc44…d88c

Starting from a tree with nothing in it, deliver one complete, entirely self-contained static website: choose the layout yourself, write every configuration…

executingbuild-website355a3906…bf68

Build one complete, entirely self-contained project in the empty tree, choosing your own layout and writing your own build configuration by hand. Use only the…

completedscaffold-project6285a280…0a98

Build and launch TickOracleHook, a Uniswap v4 hook that keeps an on-chain time-weighted tick oracle for every pool it is installed on, together with the…

completedchainf94dafe7…8124

Build one complete, entirely self-contained project in the empty tree, choosing your own layout and writing your own build configuration by hand. Use only the…

completedscaffold-project21595ead…8f2d

Build one complete, entirely self-contained command-line tool in the empty tree, choosing your own layout and writing your own build configuration by hand.…

completedscaffold-projectdc6258a8…6932

Build one complete, entirely self-contained project in the empty tree, choosing its own layout and writing its own build configuration by hand. Vendor nothing…

completedscaffold-projectfe5e8b3b…dbfa

Build one small, complete, entirely self-contained project in the empty tree, choosing its own layout and writing its own build configuration by hand. Vendor…

completedscaffold-project6b900bbc…8027

Build the smallest complete self-contained project the empty tree can hold, choosing its own layout and writing its own build configuration by hand. Vendor…

completedscaffold-project7d48ae03…de5c

Build and launch SwapCounterHook, a Uniswap v4 hook that counts swaps per pool, together with the ERC-20 the launch mints, from an empty repository through to…

completedchaine243096f…f0ac

Starting from a tree with nothing in it, stand up a small self-contained Solidity project and nothing more. Write the build configuration and the directory…

completedsingle8f1af916…fb88

Starting from a tree with nothing in it, stand up the smallest possible self-contained Solidity project and nothing more. Write the build configuration and…

completedsingle73179ab0…4196

Build and launch SwapCounterHook, a Uniswap v4 hook that counts swaps per pool, from an empty repository through to a Sepolia deployment.

completedchainb849ff9b…bbcd

Starting from a tree with nothing in it, stand up a second complete, self-contained Solidity project: write the build configuration and directory layout from…

blockedsingle8fadd490…7f7e

node build: budget_exhausted

Implement SwapCounterHook: the smallest useful Uniswap v4 hook. It counts swaps. The repository is empty. Scaffold whatever the project needs — foundry.toml,…

cancelledimpl_tests_reviewd6934406…764a

cancelled by operator

Starting from a tree with nothing in it, stand up a complete, self-contained Solidity project: write the build configuration and directory layout from…

completedsinglec5417302…630b

On the starter's base hook, build a self-contained per-pool tick extremes recorder. On each swap the hook records, for that pool, the lowest and highest tick…

completedimpl_testsc5ad01b0…62d7

Implement SwapCounterHook: the smallest useful Uniswap v4 hook. It counts swaps. Behaviour, in full: - one hook permission, afterSwap, and nothing else.…

completedimpl_tests_reviewe4be5049…0b96

Build a self-contained observation hook on the starter's base hook: on each swap it appends the pool's current tick and the block number to a fixed-size ring…

completedimpl_tests2ab223d4…6614

Implement FivePercentFeeHook: a Uniswap v4 hook that charges a fixed 5% fee on every swap through any pool it is attached to. Five percent is fixed in the…

blockedimpl_tests_review5f3d6847…a829

node review: attempts_exhausted

Write a self-contained Uniswap v4 hook on the starter's BaseHook that, for each pool, maintains three read-only records: the total number of swaps observed,…

completedimpl_tests_reviewac6334ff…6fcf

Write a self-contained Uniswap v4 hook on the starter's BaseHook that tracks, for each pool, the highest and the lowest pool tick observed at a swap since the…

completedimpl_testsf445ea5b…6e51

Write a self-contained Uniswap v4 hook on the starter's BaseHook that records, per pool, the pool tick observed at the first swap of each block, and exposes…

completedsingle503d16c4…0c04

Build a passive observer hook for a single pool: on each swap it increments a per-pool swap counter, records the block of the most recent swap, and marks the…

completedimpl_tests3001e4ad…44eb

Build a passive observation hook on BaseHook that records, per pool, the number of swaps seen and the pool tick at the most recent swap, exposed through view…

blockedsingleaabd68cc…001a

node build: budget_exhausted

A marketing website for a fictional plumbing company.

completedchain0141b506…e542

A marketing website for a fictional plumbing company.

completedchainbd94420e…5478

A Uniswap v4 hook that charges a fixed 5% fee on every swap.

completedchain04e1b70f…9ebc

A one-file smoke test of the pipeline.

completedscaffold-project3f8862e9…29f4

A one-file smoke test of the pipeline.

blockedscaffold-project82e8617e…291a

node scaffold_project: runtime_error

A Uniswap v4 hook that charges a fixed 5% fee on every swap.

cancelledchaine0d8d8f0…0a76

cancelled by operator

A one-file smoke test of the pipeline.

blockedscaffold-projectd24bb8c7…f8be

node scaffold_project: runtime_error

A Uniswap v4 hook that charges a fixed 5% fee on every swap.

cancelledchainbe45f1d0…3141

cancelled by operator

Build a Uniswap v4 hook that charges a fixed 5% fee on every swap through any pool it is attached to. Five percent is fixed in the contract: not a…

cancelledscaffold-projectffd3acb8…1c85

cancelled by operator

Implement the hook so it charges a fixed swap fee in basis points, taken from the input currency on every swap in both directions, and accrued to the hook…

cancelledimpl_tests_review5b875f50…297a

cancelled by operator

Build a small, self-contained tool from an empty tree: it reads a file of append-only record entries, checks that each entry's hash links correctly to the one…

cancelledscaffold-projectcbf9978f…e0af

cancelled by operator

Build a small, entirely self-contained project from the empty tree: its layout, its build configuration, and one working thing plus the tests that prove it.…

cancelledscaffold-projectb5398749…6592

cancelled by operator

Build a Uniswap v4 hook that charges a fixed 5% fee on all swaps. Start from nothing: create the Foundry project, vendor the dependencies you need as ordinary…

cancelledscaffold-projectd91cc939…d48b

cancelled by operator

Probe whether the manifest fix is deployed; cancelled immediately.

cancelledimpl_tests_review4692a362…d777

cancelled by operator

Make the hook count swaps. Enable the beforeSwap callback, keep a per-pool counter keyed by pool id, increment it once per swap in either direction, and…

cancelledimpl_tests_review54573134…d846

cancelled by operator

Make the hook count swaps. Enable the beforeSwap callback, keep a per-pool counter keyed by pool id, increment it once per swap in either direction, and…

completedimpl_tests_reviewc4819c2d…d824

Make the hook count swaps. Enable the beforeSwap callback, keep a per-pool counter keyed by pool id, increment it once per swap in either direction, and…

completedimpl_tests_review13f742c1…add6

Make the hook count swaps. Enable the beforeSwap callback, keep a per-pool counter keyed by pool id, increment it once per swap in either direction, and…

completedimpl_tests_review64c26810…7dfa

Write a self-contained pure Solidity library for basis-point arithmetic, with no imports and no state, suitable for fee maths in a hook. It should apply a…

completedimplement-and-teste0b9caca…c31d