stellashuto/kotae-monad — explained in plain English
Analysis updated 2026-05-18
Study a working example of a blockchain escrow and payout system built with smart contracts.
Run a local demo of a pay-for-finished-work marketplace without spending real funds.
Learn how an onchain oracle can verify submissions without deciding a winner.
See how a hackathon project structures contracts, tests, and deployment documentation.
| stellashuto/kotae-monad | 00kaku/gallery-slider-block | 3rd-eden/ircb.io | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | 2016-11-16 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 22 or newer, connecting a wallet to the live demo needs testnet AUSD.
KOTAE is an online marketplace built on the Monad Testnet blockchain where someone who needs a piece of finished work, such as a poster, landing page, short video, or small tool, pays for the actual result rather than paying up front and hoping for the best. The idea is to fix a common problem: when hiring for small creative or AI-assisted tasks, the buyer usually either pays one person before seeing anything, or has to sift through a pile of speculative attempts. KOTAE tries to shift that risk. A requester locks a budget in a digital currency called AUSD before any work starts. Creators then submit finished files along with a deposit called a bond. An automated checker verifies basic facts about each submission, such as file type, size limit, and whether it is a duplicate, and records this information on the blockchain. This checker cannot judge the creative quality of the work or pick a winner. Only the requester makes that final call, and the smart contract then pays everyone out automatically according to fixed rules: 85 percent to the winner, 5 percent split among other eligible creators, and 10 percent to the platform. If a requester cancels before anyone submits work, they get a full refund. The project includes a working demo app, and the underlying code shows real wallet sign-in, real locked funds on the test network, and a live database, with an honest empty state when there is no data rather than fake placeholder listings. To run it locally, you need Node.js version 22 or newer, then install dependencies and start the development server, which by default runs entirely offline without sending any real transactions. The project also includes automated tests covering payout logic, refunds, and timeout handling. This repository was built during a hackathon called Spark, running from July 13 to July 19, 2026, and includes documentation for the submission, demo video, and related social posts.
A blockchain marketplace on Monad Testnet where buyers lock funds and creators compete by submitting finished work, with smart contracts handling payouts automatically.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Solidity.
No license information was found in the project.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.