diff --git a/docs/base-chain/tools/data-indexers.mdx b/docs/base-chain/tools/data-indexers.mdx index 4add7a664..186c831e7 100644 --- a/docs/base-chain/tools/data-indexers.mdx +++ b/docs/base-chain/tools/data-indexers.mdx @@ -231,5 +231,11 @@ sign up [here](https://app.spaceandtime.ai/) - Arbitrum - Base +## Quixote + +[Quixote](https://quixote.bilinearlabs.io/) is an [open-source](https://github.com/bilinearlabs/quixote), lightweight, high-performance EVM event indexer built in Rust. It lets you capture, store, and query blockchain events with minimal setup. You can get it up and running in just two commands. + +It can index events from multiple RPC endpoints, across multiple contracts, while applying multiple filters. It ships with DuckDB by default and includes a built-in dashboard to easily visualize your data. Quixote is configurable via YAML files and is instrumented for production use. It can decode arbitrary events (via ABI or signature) and automatically map decoded data into named columns. It adapts the block range to find the largest one that works, minimizing RPC usage. It runs as a long-lived service with a built-in API. +