A Discord bot for querying Intuition Protocol reputation data.
- Link wallet addresses to nicknames
- Query TRUST staked, network activity, and utilization
- Direct wallet address lookup support
| Command | Description |
|---|---|
!link <wallet> <nickname> |
Link a wallet to a nickname |
!rep <nickname> |
Get Intuition stats for a nickname |
!rep <wallet> |
Get Intuition stats for a wallet directly |
!unlink <nickname> |
Remove a nickname from registry |
- Clone the repository
- Copy
.env.exampleto.env - Add your Discord bot token
- Install dependencies:
pip install -r requirements.txt - Run:
python bot.py
| Variable | Description |
|---|---|
DISCORD_TOKEN |
Discord bot token from Developer Portal |
INTUITION_GRAPHQL_URL |
GraphQL endpoint (default: mainnet) |
INTUITION_RPC_URL |
RPC endpoint for Intuition Network |
DATABASE_URL |
PostgreSQL URL (optional, uses SQLite locally) |
- Push to GitHub
- Connect repository to Railway
- Add environment variables in Railway dashboard
- Deploy
- Mainnet GraphQL:
https://mainnet.intuition.sh/v1/graphql - Mainnet RPC:
https://rpc.intuition.systems - Chain ID: 1155
MIT