Automatically buy back your token using accumulated Pump.fun creator fees
Route creator fee revenue into DEX liquidity pools without manual transactions
Burn tokens on a schedule to reduce circulating supply
Split creator fee revenue across buybacks, liquidity, and payouts by percentage
| liquiditysxyz/sdk | 0xradioac7iv/tempfs | abboskhonov/hermium | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded Solana wallet, an RPC URL, and a private key, and the README warns to audit any strategy before production use since it handles real funds.
Liquiditys is an autonomous agent built for the Solana blockchain that automates treasury management for token creators. Specifically, it targets revenue earned through creator fees on Pump.fun, a Solana based token launch platform, and automatically routes those fees into predefined financial strategies instead of leaving them sitting idle. Once configured, the agent monitors your creator fee balance and executes the strategies you define. The README describes four main actions it can perform: buying back your own token from the market, adding funds to decentralized exchange liquidity pools, burning tokens to reduce total supply, and distributing rewards or payouts to specified wallets. Each strategy is configured through a JSON file where you set percentage allocations, for example directing 50 percent to buybacks, 30 percent to liquidity, and 20 percent to burns. The project is written in TypeScript and uses Next.js for the dashboard interface, TailwindCSS for styling, and the Anchor Framework alongside Web3.js for Solana smart contract interaction. To run it, you clone the repository, install dependencies with npm, and start the development server, then configure environment variables for your RPC URL, a private key, your treasury wallet, and a Pump.fun API key. The README explicitly recommends auditing any strategy configuration before deploying it to production, since the agent handles real funds and executes on-chain actions automatically. It is licensed under MIT. You would use this if you have launched a token on Pump.fun and want the fees you earn recycled back into your token's ecosystem automatically rather than managed by hand.
An autonomous Solana agent that automatically claims Pump.fun creator fees and routes them into buybacks, liquidity, token burns, or payouts based on a configured strategy.
Mainly TypeScript. The stack also includes TypeScript, Next.js, Solana.
You can use, modify, and distribute this freely, including for commercial purposes, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.