3.1 KiB
3.1 KiB
TEC Data Sources & References
CommonsBuild GitHub Repos (Key)
Core ABC & Bonding Curve
- augmented-bonding-curve-model — Python model of the ABC (Bancor formula based)
- tec-abc-subgraph — Hosted subgraph for ABC on-chain data
- tec-abc-dashboard — ABC dashboard / token converter UI
- tec-swap — Mint/burn TEC tokens interface
- FundraisingModel — Token engineering model of the Bancor Formula
- Token-Log-Hatch-Params — Community parameterization tool
Conviction Voting & Governance
- commons-config-dashboard — Parameter configuration dashboard
- commons-config-backend — Backend for config proposals
- commons-config-proposals — Governance proposals
Rewards & Distribution
- tec-rewards — Rewards analysis (Jupyter notebooks)
- rad-classic — Rewards Analysis Dashboard
- tec-census — TEC holder census (balances, contract detection)
- praiseanalysis — Praise system analysis
Shutdown/Sunset (Recent)
- tec-shutdown — Shutdown contracts (Solidity)
- TECredeem — Token redemption interface
- 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-subgraphrepo) - 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