Check whether a DeFi pool's advertised yield is real or propped up by token rewards
Find the true on-chain contract address for a token before trusting a dashboard listing
Ask a chat agent plain language questions about Mantle yields and see its sourced reasoning
Run a daily scan that classifies every yield pool on Mantle into risk categories
| rien-open/mantlefi | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Core scan and judge commands need no key, the chat agent needs a free Groq or NVIDIA NIM API key.
MantleFi is a research tool built to check whether the yields shown on Mantle DeFi dashboards are real or misleading. Instead of trusting the percentages that DeFi sites display, it reads data directly from the Mantle blockchain to verify where a yield actually comes from. It separates the interest or fees that make up a real return from the token rewards that inflate the number and can disappear at any time. The project works in two ways. There is a command line engine, written in plain Python with no extra installs needed, that scans every yield pool on Mantle and sorts them into categories such as real yield, reward dependent, price illusion, or wash trading. There is also a chat agent that answers plain language questions like "what is the real yield on Mantle right now" by deciding which checks to run and showing each step. The chat agent uses a free language model from Groq or NVIDIA NIM, but the numbers it reports always come from the on-chain engine rather than the model itself. Any number in a response that cannot be traced back to a source is flagged, and the raw data behind the answer is always shown alongside the summary. The tool also includes a token finder that searches for a given ticker symbol across multiple sources, keeps only matches on the Mantle chain, and prints the contract address so a user can confirm it is the real token rather than an imitation with a similar name. MantleFi does not give buy or sell advice. It only shows what the on-chain data says, leaving the decision to the user. It is free to run, reads only public data, and works only with the Mantle network. A hosted demo is available online, and the project can also be run locally with a short setup process described in its documentation. It was built as an entry for a Mantle research challenge.
MantleFi checks Mantle DeFi yields by reading blockchain data directly, showing whether a return is real or inflated by token rewards.
Mainly Python. The stack also includes Python, Groq API, NVIDIA NIM.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
double-check against the repo, no cap.