Open source, privacy conscious portfolio tracker by Llama Corp.
Last updated Jan 27, 2026
59
Stars
19
Forks
18
Issues
0
Stars/day
Attention Score
36
Language breakdown
No language data available.
▸ Files
click to expand
README
LlamaFolio API
Open source, permissionless, privacy conscious portfolio tracker by Llama Corp.

Website ⁃ Docs ⁃ Discord ⁃ Twitter
Prerequisites
npm install --global pnpm
if already installed, update to latest
pnpm add --global pnpm@latest
Installation
The API is using Node.js and TypeScript. Install dependencies:
pnpm install
Adapters
An adapter specifies how to resolve the balances of an address for your protocol.
To learn more about adapters, check our docs.
To test your adapter, run the command below which will output most details an adapter can find:
pnpm run adapter wallet ethereum 0x0000000000000000000000000000000000000000
Find your protocol in /src/adapters and try with any address:
pnpm run adapter {adapter_id} {chain} {address}
Contributing and listing your protocol
To start contributing to the project, read our docs for guided tutorials and check the instructions here:
- Follow those instructions to create your adapter and list your protocol on LlamaFolio, most adapters can be created in under an hour!
License
🔗 More in this category