💡 Inspiration
The luxury gig economy—spanning high-fashion design, automotive concepts, and premium development—suffers from a massive "Trust Gap." Brands require verification before paying, while creators demand instant settlement. Traditional escrow services are slow, manual, and expensive. We wanted to build a system that combines the stability of MNEE with the automation of AI Agents to create a programmable treasury for the future of work.
💎 What it does
PD-47 is a Programmable Luxury Treasury. It allows brands to create "Jobs" backed by MNEE Stablecoins.
- Escrow: The Brand deposits MNEE into a smart contract.
- Governance: A human Director approves the work when completed (Human-in-the-Loop).
- Agent Automation: A custom Node.js Agent listens to the blockchain. When it detects an
Approvedevent, it automatically wakes up and releases the MNEE to the freelancer's wallet instantly.
⚙️ How we built it
- Blockchain: Hardhat & Scaffold-ETH 2.
- Currency: MNEE Stablecoin (simulated on local network for the hackathon).
- Backend: A custom Node.js script acts as the "AI Agent," using
ethers.jsto listen for smart contract events and execute transactions securely. - Frontend: Next.js with a custom "Luxury Dark Mode" theme (TailwindCSS + DaisyUI).
- Design: We implemented a "Cinzel" typography theme to give the DApp a premium, high-fashion aesthetic suitable for luxury brands.
🚧 Challenges we ran into
Integrating the off-chain Agent with on-chain events was tricky. We had to ensure the Agent only paid after the Director's specific approval signature. We also faced challenges handling the asynchronous nature of blockchain events in the Node.js listener to prevent double-payments.
🏆 Accomplishments that we're proud of
We successfully built a "Human-in-the-loop" AI system. The human makes the strategic decision (Approve), but the Agent handles the financial execution (Pay). We also managed to completely re-skin Scaffold-ETH into a unique, luxury brand identity ("PD-47 Atelier").
⏩ What's next for PD-47
We plan to deploy this on the MNEE Mainnet and integrate multi-signature approvals for larger corporate treasuries.
Built With
- daisyui
- hardhat
- javascript
- mnee-stablecoin
- next.js
- node.js
- scaffold-eth-2
- solidity
- tailwindcss
Log in or sign up for Devpost to join the conversation.