Agunnaya Labs Token is a fixed-supply ERC-20 token powering the Agunnaya Labs ecosystem on Base.
This repository includes:
- Smart contract (ERC-20)
- Deployment scripts (Hardhat)
- Liquidity automation module (Uniswap-compatible)
- GitHub Actions CI/CD pipeline
- ✅ 1,000,000,000 fixed supply
- ✅ Burn mechanism (deflationary model)
- ✅ No tax / no blacklist / no minting
- ✅ Fully Base-compatible deployment
- ✅ Liquidity provisioning system
- ✅ Trading-ready architecture
- Solidity ^0.8.20
- Hardhat
- OpenZeppelin Contracts
- Base Network (L2 Ethereum)
- Uniswap V2 Router Interface
contracts/ ├── AGLToken.sol └── interfaces/ └── IUniswapV2Router.sol
scripts/ ├── deploy.js └── addLiquidity.js
.github/ └── workflows/ └── agl-platform-deploy.yml
- ERC20 standard implementation
- Fixed supply minted at deployment
- Burn function enabled
npm install
2. Configure environment
PRIVATE_KEY=your_private_key
RPC_URL=https://base-mainnet-rpc
AGL=0xea1221b4d80a89bd8c75248fae7c176bd1854698
ROUTER=uniswap_router_address
WALLET=your_wallet
⸻
3. Deploy contract
npx hardhat run scripts/deploy.js --network base
💧 Liquidity Module
After deployment:
• Approves AGL token
• Adds liquidity to DEX
• Creates AGL/ETH trading pool
• Enables market trading
node scripts/addLiquidity.js
📊 DEX Integration
Liquidity is added via:
Uniswap Router (Base deployment)
Enables:
• Token swaps
• Price discovery
• Market liquidity
⸻
⚡ CI/CD Pipeline
GitHub Actions included:
• Automated deployment
• Manual workflow trigger
• Extensible for liquidity automation
⸻
🔐 Security Model
• No hidden mint functions
• No transaction taxes
• No blacklist mechanisms
• Fully auditable smart contract
⸻
🧠 Roadmap
• ERC20 token deployment
• Base network integration
• Liquidity module
• Liquidity locking system 🔒
• Staking rewards system 💰
• GameFi reward integration 🎮
• Analytics dashboard 📊
⸻
📈 Ecosystem Vision
AGL is designed as a utility backbone for:
• Web3 applications
• GameFi reward systems
• AI-driven smart contract infrastructure
• DeFi liquidity ecosystems
⸻
⚠️ Disclaimer
This token operates on real blockchain infrastructure. Once liquidity is added, it becomes a live financial asset.