Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪙 Agunnaya Labs Token (AGL)

Solidity Hardhat Network License Token Status


🚀 Overview

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

⚙️ Key Features

  • ✅ 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

🧱 Tech Stack

  • Solidity ^0.8.20
  • Hardhat
  • OpenZeppelin Contracts
  • Base Network (L2 Ethereum)
  • Uniswap V2 Router Interface

📁 Project Structure

contracts/ ├── AGLToken.sol └── interfaces/ └── IUniswapV2Router.sol

scripts/ ├── deploy.js └── addLiquidity.js

.github/ └── workflows/ └── agl-platform-deploy.yml


🪙 Smart Contract

AGLToken.sol

  • ERC20 standard implementation
  • Fixed supply minted at deployment
  • Burn function enabled

🚀 Deployment

1. Install dependencies

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.

About

Core ERC-20 smart contract + liquidity automation system for Agunnaya Labs Token (AGL) on Base. Includes deployment scripts, Uniswap liquidity module, and GitHub Actions CI/CD pipeline for DeFi activation.

Resources

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages