Build real blockchain projects using the Liquid token and Soonpay ecosystem. Compete for prizes and join the next wave of builders shaping Uganda's digital future.
About
Create any application using the Liquid token — DeFi tools, apps, bots, or new concepts.
Build decentralized finance applications, swap interfaces, lending protocols, or yield farming solutions.
Create mobile apps, web applications, Telegram bots, or Discord integrations using Liquid.
Build dashboards, analytics tools, and integrations with existing platforms.
Bring entirely new ideas to life - if it uses Liquid token, we want to see it!
ERC-20
LiquidThe native token powering Liquid Agent & integrated into Soonpay.
Each participant receives 1000 tokens.
Audited contract
Quick transactions
No single point
Universal standard
Developer Resources
Code examples to integrate Liquid token into your project.
import { ethers } from 'ethers';
// Liquid Token Contract Details
const LIQUID_ADDRESS = '0x11DFC652eb62c723ad8c2ae731FcEdE58aB07564';
const LIQUID_ABI = [
'function balanceOf(address owner) view returns (uint256)',
'function transfer(address to, uint256 amount) returns (bool)',
'function approve(address spender, uint256 amount) returns (bool)',
'function decimals() view returns (uint8)'
];
// Connect to Ethereum
const provider = new ethers.JsonRpcProvider('https://eth.drpc.org');
const liquidContract = new ethers.Contract(LIQUID_ADDRESS, LIQUID_ABI, provider);
// Get token balance
async function getBalance(address) {
const balance = await liquidContract.balanceOf(address);
const decimals = await liquidContract.decimals();
return ethers.formatUnits(balance, decimals);
}npm install ethersTimeline
From kickoff to demo day.
Kickoff session, team formation, workspace setup, and hackathon orientation.
Learn to integrate Liquid token, understand smart contracts, and start building.
Deep dive into Soonpay ecosystem and explore integration possibilities.
Finalize projects, demo day, judging, and prize distribution.
Builders
10 builders shaping Uganda's blockchain future.