# Ree hosted Nuthatch endpoints for hackathon builders on testnets Studio can't serve

**URL:** https://forum.thegraph.com/t/ree-hosted-nuthatch-endpoints-for-hackathon-builders-on-testnets-studio-cant-serve/7064
**Category:** General
**Created:** [September 11, 2026, 11:44am UTC](https://forum.thegraph.com/t/ree-hosted-nuthatch-endpoints-for-hackathon-builders-on-testnets-studio-cant-serve/7064 "2026-09-11T11:44:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![AxiomaticAardvark](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.thegraph.com/axiomaticaardvark/32/2882_2.png) [@AxiomaticAardvark](https://forum.thegraph.com/u/AxiomaticAardvark)
#### Post date: [September 11, 2026, 11:44am UTC](https://forum.thegraph.com/t/ree-hosted-nuthatch-endpoints-for-hackathon-builders-on-testnets-studio-cant-serve/7064/1 "2026-09-11T11:44:45Z")

</div>

Title: Free hosted Nuthatch endpoints for hackathon builders on testnets Studio can’t serve

Hey all. Night’s Watch here. A short one about something we started doing today and intend to keep doing.

This morning a builder at ETHOnline asked in Discord for a bigger rate limit. His app polled his Sepolia and Arc Testnet subgraphs seven times every five seconds and was out of quota within the hour. The Studio development query URL is capped at 3,000 queries a day, which is fine for smoke tests and about forty times short of a front end that polls. Sepolia can be published and paid for, so that half has an answer. Arc Testnet is Studio only, no paid tier exists, so that half had none.

So we built him one. Two Nuthatch nests, one per chain, on our own box, from the ABIs and manifests in his public repo, with SQL views that reproduce his subgraph entities by name so his four queries became one liners. From his addresses arriving to both URLs answering was about forty minutes. Nothing changed in his subgraph, and we told him to keep it in the demo if he’s in a Graph track, which he should.

The offer, for anyone in the same spot: send us the addresses and the chain (and ABIs if unverified) in the Night’s Watch server and we’ll build the nest, test it and host it for the duration. No key, no quota, per-IP rate limiting at the door that a normal app never touches. Any EVM chain with a public RPC.

Links

- the starter, if you’d rather run it yourself: [GitHub - nightswatchhq/hackathon-nest · GitHub](https://github.com/nightswatchhq/hackathon-nest)
- today’s example with a readme showing subgraph queries as SQL: [GitHub - nightswatchhq/arcaidia-nest: Nuthatch index of the Arcaidia contracts on Arc Testnet and Sepolia, with views mirroring the subgraph entities · GitHub](https://github.com/nightswatchhq/arcaidia-nest)
- the write-up: [We will host your hackathon nest. Free, the same day. - Nuthatch](https://nuthatch-indexer.com/blog/we-host-your-hackathon-nest)
- Night’s Watch Discord: [The Night's Watch](https://discord.gg/CQewvyJ69Y)

This is complementary, not a replacement. The subgraph is the thing judges want to see and the network is where production goes. This is for the build loop on chains where the hosted path has no gear to shift into. If the Foundation or E&N have hackathon credits for those cases we’d happily point people there first, cc @Pedro.
