Add academic/educational discount note for live hosted indexing
Browse files
README.md
CHANGED
|
@@ -46,6 +46,8 @@ configs:
|
|
| 46 |
|
| 47 |
Every trade, position, and payout on Polymarket, from the 2020 launch through April 2026. That is 1.17 billion trades, 2.74 billion records, $59.9B in volume, and 2.6 million traders. All of it free under CC-BY, and you can query the whole thing from your terminal without downloading a single file.
|
| 48 |
|
|
|
|
|
|
|
| 49 |
It was indexed straight off the Polygon blockchain with [Envio HyperIndex](https://envio.dev). The indexer code is open source, so every number here is reproducible from scratch (see [Reproduce it yourself](#reproduce-it-yourself)).
|
| 50 |
|
| 51 |
```bash
|
|
|
|
| 46 |
|
| 47 |
Every trade, position, and payout on Polymarket, from the 2020 launch through April 2026. That is 1.17 billion trades, 2.74 billion records, $59.9B in volume, and 2.6 million traders. All of it free under CC-BY, and you can query the whole thing from your terminal without downloading a single file.
|
| 48 |
|
| 49 |
+
> **Academics and researchers:** the snapshot is free forever under CC-BY. If you need it live and continuously updated, Envio offers an educational discount on hosted indexing. It is the exact pipeline that built this dataset, powered by HyperSync for fast historical sync and realtime updates. Get in touch at [envio.dev](https://envio.dev).
|
| 50 |
+
|
| 51 |
It was indexed straight off the Polygon blockchain with [Envio HyperIndex](https://envio.dev). The indexer code is open source, so every number here is reproducible from scratch (see [Reproduce it yourself](#reproduce-it-yourself)).
|
| 52 |
|
| 53 |
```bash
|