whatisgithub

What is kotae-monad?

stellashuto/kotae-monad — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · developerComplexity · 4/5Setup · moderate

In one sentence

A blockchain marketplace on Monad Testnet where buyers lock funds and creators compete by submitting finished work, with smart contracts handling payouts automatically.

Mindmap

mindmap
  root((kotae-monad))
    What it does
      Pay for finished work
      Escrow on Monad
      Automatic payouts
    Tech stack
      JavaScript
      Node.js
      Solidity
    Use cases
      Blockchain escrow demo
      Local marketplace testing
      Oracle verification study
    Audience
      Developers
      Hackathon builders
    Roles
      Requester
      Creator
      Oracle

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Study a working example of a blockchain escrow and payout system built with smart contracts.

USE CASE 2

Run a local demo of a pay-for-finished-work marketplace without spending real funds.

USE CASE 3

Learn how an onchain oracle can verify submissions without deciding a winner.

USE CASE 4

See how a hackathon project structures contracts, tests, and deployment documentation.

What is it built with?

JavaScriptNode.jsSolidityMonad Testnet

How does it compare?

stellashuto/kotae-monad00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultymoderateeasyeasy
Complexity4/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Node.js 22 or newer, connecting a wallet to the live demo needs testnet AUSD.

No license information was found in the project.

So what is it?

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.

Copy-paste prompts

Prompt 1
Walk me through running this KOTAE marketplace locally with npm.
Prompt 2
Explain how the AUSD escrow and 85/5/10 payout split work in this project's smart contract.
Prompt 3
Help me understand what the eligibility Oracle does and does not control in this system.
Prompt 4
Show me how to run the contract tests that check cancellation and timeout settlement.
Prompt 5
Explain the difference between the Oracle's role and the requester's role in choosing a winner.

Frequently asked questions

What is kotae-monad?

A blockchain marketplace on Monad Testnet where buyers lock funds and creators compete by submitting finished work, with smart contracts handling payouts automatically.

What language is kotae-monad written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Solidity.

What license does kotae-monad use?

No license information was found in the project.

How hard is kotae-monad to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is kotae-monad for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.