Implement Multi-Account Multicall for Token Balances
Open
@salimtb is already working on this.
Since Jun 24, 2025.
area-performance
- Dominant language
- TypeScript
- Stars
- 413
- Forks
- 308
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 253
Description
Presently we use a single multicall per account, which can be non-performant for users with many accounts in their wallet.
We should create a spike around this multicall which allows sending multiple addresses:
https://github.com/EthereumClassicDAO/multicall3
Successful implementation should save a drastic number of RPC calls for our users.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.