Root Site (VALLIS Liquidity)
March 25, 2026 ยท View on GitHub
This folder is a lightweight traffic hub for the VALLIS ecosystem + ADMENSION.
What it does
- Captures UTM/referrer/adm params at the root domain level
- Logs a
hub_hitandhub_redirectto the same collector used by ADMENSION (optional) - Routes users to the correct subsystem:
/ADMENSION/by default,/VALLIS/if requested - Preserves params on redirect so ADMENSION can attribute contributions correctly
How to publish (5 min)
- Create a new GitHub repo named
garebear99/garebear99.github.io. - Put the files from this folder at the repo root and push.
- Enable Pages (it auto-deploys from
main). - (Optional) Set your collector URL by editing
index.htmland adding:<script>window.ADMENSION_COLLECTOR_URL='https://script.google.com/macros/s/.../exec'</script>
Usage tips
- To force immediate redirect without the hub UI, append
?auto=1. - To route to VALLIS explicitly:
?to=vallis. - ADMENSION params like
adm,utm_*,s, andseedare preserved across the redirect.