62 lines
3.1 KiB
Markdown
62 lines
3.1 KiB
Markdown
# TEC Data Sources & References
|
|
|
|
## CommonsBuild GitHub Repos (Key)
|
|
|
|
### Core ABC & Bonding Curve
|
|
- **[augmented-bonding-curve-model](https://github.com/CommonsBuild/augmented-bonding-curve-model)** — Python model of the ABC (Bancor formula based)
|
|
- **[tec-abc-subgraph](https://github.com/CommonsBuild/tec-abc-subgraph)** — Hosted subgraph for ABC on-chain data
|
|
- **[tec-abc-dashboard](https://github.com/CommonsBuild/tec-abc-dashboard)** — ABC dashboard / token converter UI
|
|
- **[tec-swap](https://github.com/CommonsBuild/tec-swap)** — Mint/burn TEC tokens interface
|
|
- **[FundraisingModel](https://github.com/CommonsBuild/FundraisingModel)** — Token engineering model of the Bancor Formula
|
|
- **[Token-Log-Hatch-Params](https://github.com/CommonsBuild/Token-Log-Hatch-Params)** — Community parameterization tool
|
|
|
|
### Conviction Voting & Governance
|
|
- **[commons-config-dashboard](https://github.com/CommonsBuild/commons-config-dashboard)** — Parameter configuration dashboard
|
|
- **[commons-config-backend](https://github.com/CommonsBuild/commons-config-backend)** — Backend for config proposals
|
|
- **[commons-config-proposals](https://github.com/CommonsBuild/commons-config-proposals)** — Governance proposals
|
|
|
|
### Rewards & Distribution
|
|
- **[tec-rewards](https://github.com/CommonsBuild/tec-rewards)** — Rewards analysis (Jupyter notebooks)
|
|
- **[rad-classic](https://github.com/CommonsBuild/rad-classic)** — Rewards Analysis Dashboard
|
|
- **[tec-census](https://github.com/CommonsBuild/tec-census)** — TEC holder census (balances, contract detection)
|
|
- **[praiseanalysis](https://github.com/CommonsBuild/praiseanalysis)** — Praise system analysis
|
|
|
|
### Shutdown/Sunset (Recent)
|
|
- **[tec-shutdown](https://github.com/CommonsBuild/tec-shutdown)** — Shutdown contracts (Solidity)
|
|
- **[TECredeem](https://github.com/CommonsBuild/TECredeem)** — Token redemption interface
|
|
- **[TECsunsetcomingsoon](https://github.com/CommonsBuild/TECsunsetcomingsoon)** — Sunset announcement
|
|
|
|
## On-Chain Data Sources
|
|
|
|
### Gnosis Chain (formerly xDai)
|
|
- TEC Token contract: _TBD — need contract address_
|
|
- ABC / Bancor curve contract: _TBD_
|
|
- Conviction Voting (Gardens) contract: _TBD_
|
|
- Block explorer: https://gnosisscan.io/
|
|
|
|
### Subgraphs
|
|
- TEC ABC Subgraph (from `tec-abc-subgraph` repo)
|
|
- Gardens subgraph (1Hive): _TBD_
|
|
|
|
### DEX / Secondary Market
|
|
- Honeyswap (1Hive DEX on Gnosis Chain): TEC/xDAI pair
|
|
- Any Uniswap/Sushiswap pairs (if bridged to mainnet)
|
|
|
|
## Off-Chain Data Sources
|
|
- TEC Forum: https://forum.tecommons.org/
|
|
- Snapshot voting: _TBD_
|
|
- Discord governance discussions
|
|
- Medium articles / blog posts
|
|
|
|
## Local Related Repos
|
|
- `/home/jeffe/Github/conviction/` — ABC simulations, cadCAD conviction voting models
|
|
- `/home/jeffe/Github/Aragon_Conviction_Voting/` — Algorithm overview & models
|
|
- `/home/jeffe/Github/conviction-voting-cadcad/` — cadCAD simulation framework
|
|
- `/home/jeffe/Github/myco-bonding-curve/` — Bonding curve parameter sweeps & dashboards
|
|
|
|
## Key Papers & Specs
|
|
- Bancor Protocol whitepaper
|
|
- Conviction Voting paper (BlockScience)
|
|
- Commons Stack ABC specification
|
|
- _Add more as identified_
|