Telegram bot for token-gated investing via group voting and automated execution
Prize Pool
Syndicate is a Telegram-based investment coordination tool that enables token-gated communities to collectively decide and execute investment decisions. Members must hold a membership token to access the group. When an admin proposes an investment by submitting a token address, members vote within Telegram. If the vote passes, Syndicate automatically executes a transaction on the Ethereum Sepolia testnet, purchasing the token with the group’s pooled funds. This system brings on-chain investment coordination directly into chat, making decentralized decision-making intuitive, fast, and accessible.
Syndicate uses a Telegram bot integrated with a custom Node.js backend and a smart contract deployed on Ethereum Sepolia. The bot verifies wallet ownership and membership token holdings to grant access. When a token address is proposed, the bot tracks votes and, upon reaching consensus, calls the contract to execute a swap via an on-chain DEX. A simple Next.js dashboard is used for backend monitoring. The contract and logic are optimized for testnet deployment, with future plans to move to mainnet.