An AI-powered project that generates and deploys unique tokens daily on the Base blockchain. Two AIs (GPT-4 and Claude) collaborate to create bizarre, surreal tokens with their own unique web pages.
Every day, the system:
- Has GPT-4 and Claude discuss and agree on token parameters
- Deploys the token contract to Base
- Creates a Uniswap V3 pool with single-sided liquidity
- Generates a unique, quirky webpage for the token
- Posts about it on Twitter
.
├── protocol/ # Core protocol and scripts
│ ├── main.py # Main execution script
│ ├── deploy.py # Token deployment and liquidity provision
│ ├── token_db.py # SQLite database operations
│ ├── web_generator.py # AI webpage generation
│ └── contracts/ # Smart contracts
│ └── AtokenaDay.sol # Token contract
└── website/ # Generated website files
├── index.html # Main landing page
└── tokens/ # Individual token pages
- Install dependencies:
cd protocol
pip install -r requirements.txt
- Copy the environment template and configure your variables.
cp env.example .env
Then edit .env
with your values.
- Copy the ape-config-example.yaml and edit it with your RPC URLs.
cp ape-config-example.yaml ape-config.yaml
-
The script requires:
- Python 3.11+
- An Alchemy API key for Base
- OpenAI and Anthropic API keys
- A funded account on Base for deployments
-
In production:
- Tokens are deployed to Base mainnet
- Web pages are generated and saved
- Tweets are posted automatically
-
In development:
- Set
ENVIRONMENT=development
to disable live features, ensure network is a fork - Uses local SQLite database
- Doesn't post to social media
- Set
- Website: https://atokena.day
- Twitter: https://twitter.com/atokena_day
- Telegram: https://t.me/atokenaday