Skip to content

Commit 7a0959a

Browse files
Update BIT-0005-Start-Call.md
1 parent 4c4930e commit 7a0959a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bits/BIT-0005-Start-Call.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Abstract
1212

13-
Introduce a "Start Call" function to all new subnets. Once a new subnet is registered, UID registrations would be disabled by default and subnet epoch/emissions do not start (pool locked, inflation paused) until the Subnet Owner executes both the start call function (which unlocks the pool, starts inflation, and enables registrations).
13+
Introduce a "Start Call" function to all new subnets and change the default registration toggle to `False`. Once a new subnet is registered, UID registrations would be disabled by default and subnet epoch/emissions do not start (pool locked, inflation paused) until the Subnet Owner executes both the start call function (which unlocks the pool, starts inflation, and enables registrations).
1414

1515
## Motivation
1616

@@ -26,6 +26,8 @@ When new subnets are registered, they are effectively dormant. No tao/dtao added
2626

2727
When the subnet owner is ready to initialise the subnet, they execute the "start call" function (similar to Parachain), which enables UID registrations, unlocks the LP (allowing trading), and starts epoch/emissions.
2828

29+
NOTE: Subnet owners should be able to enable UID registrations prior to/without executing the "start call" to give validators and miners an opportunity to register and deploy "real code" before the wheels start turning.
30+
2931
## Rationale
3032

3133
Every single new subnet launched since dTAO has seen it's dtao token exploited by validators and miners running fake/arbitrary code (not supplied by the subnet owner). As network participants are also attempting to 'fomo' into these new subnets based on rumours of what they might be, this has allowed the exploiters to use retail as exit liquidity (or gain an unfair advantage in the new subnet prior to its practical-launch with a proper repo).

0 commit comments

Comments
 (0)