Skip to content

Add Bilinear Labs to indexer - #117

Open
alrevuelta wants to merge 1 commit into
austintgriffith:masterfrom
alrevuelta:patch-1
Open

alrevuelta wants to merge 1 commit into
austintgriffith:masterfrom
alrevuelta:patch-1

Conversation

@alrevuelta

Copy link
Copy Markdown
  • Bilinear Labs allows querying raw EVM events.
  • It does not rely on pre decoded tables. Every event and contract is supported out of the box on 12+ chains.
  • The agents defines the contracts they are interested in and event signatures. The rest is SQL.
  • No need to wait for indexing, Bilinear Labs takes care of the infra.

@vercel

vercel Bot commented Mar 11, 2026

Copy link
Copy Markdown

@alrevuelta is attempting to deploy a commit to the BuidlGuidl Team on Vercel.

A member of the Team first needs to authorize it.

@alrevuelta

Copy link
Copy Markdown
Author

just to showcase what's possible with thie new skill.

with this agents.bilinearlabs.io return the latest price of usd eth pair in all uniswap exchanges in all supported chains indicating the pair fee timestmap

⏺ Here's the full result:

  ┌──────────┬────────────┬───────────┬───────────┬─────────────────────┐
  │  Chain   │    DEX     │ Fee (bps) │ ETH Price │      Timestamp      │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ ethereum │ Uniswap V4 │ 500       │ $2,045.98 │ 2026-03-12 08:32:35 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ ethereum │ Uniswap V3 │ 500       │ $2,046.18 │ 2026-03-12 08:35:35 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ ethereum │ Uniswap V3 │ 3000      │ $2,045.76 │ 2026-03-12 08:18:23 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ ethereum │ Uniswap V3 │ 10000     │ $2,039.18 │ 2026-03-12 07:52:11 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ arbitrum │ Uniswap V3 │ 500       │ $2,047.20 │ 2026-03-12 08:26:14 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ base     │ Uniswap V3 │ 500       │ $2,045.31 │ 2026-03-12 08:28:11 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ optimism │ Uniswap V3 │ 500       │ $2,050.51 │ 2026-03-12 08:18:57 │
  ├──────────┼────────────┼───────────┼───────────┼─────────────────────┤
  │ polygon  │ Uniswap V3 │ 500       │ $2,044.82 │ 2026-03-12 08:45:03 │
  └──────────┴────────────┴───────────┴───────────┴─────────────────────┘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant