You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: No mechanism exists for an external subnet to deposit its own converted emissions into a gittensor-side development-incentive pool for its own repos.
Area: gittensor economics — subnet-funded pools
Proposal: Implement the deposit path decided in #6231 (Option 1 — credit-bridge): a partner subnet converts a slice of its own token emissions to TAO and deposits it into a gittensor-side pool through #6098's settlement-backend interface — the same interface #4790's credit/escrow path uses for Rent-a-Loop's own paying customers. This is an additional depositor into that same pool mechanism, not a second parallel system.
No hardcoded allocation splits, specific subnet/partner names, wallet addresses, or hotkey material in code, comments, commit messages, or issue/PR text — handle exclusively through secret storage, matching Neuron/hotkey registration flow #4789's own precedent.
Problem: No mechanism exists for an external subnet to deposit its own converted emissions into a gittensor-side development-incentive pool for its own repos.
Area: gittensor economics — subnet-funded pools
Proposal: Implement the deposit path decided in #6231 (Option 1 — credit-bridge): a partner subnet converts a slice of its own token emissions to TAO and deposits it into a gittensor-side pool through #6098's settlement-backend interface — the same interface #4790's credit/escrow path uses for Rent-a-Loop's own paying customers. This is an additional depositor into that same pool mechanism, not a second parallel system.
Deliverables:
Acceptance criteria:
Boundaries:
Part of #4778. Implements #6231's decision.