|
||
---|---|---|
.. | ||
auctionconfig | ||
audit | ||
client/cli | ||
keeper | ||
math | ||
memdb | ||
simulation | ||
types | ||
README.md | ||
genesis.go | ||
genesis_test.go | ||
handler.go | ||
module.go | ||
module_simulation.go | ||
module_test.go.bak |
README.md
Colinear Core Module: Leasing & Settlement
Provider Flow
Providers are required to stake a set amount of CLR (which is dictated by the protocol, and can be changed by governance proposals). This CLR will be slashed if they go offline.
Audit Flow
To determine whether a provider is online, validators will read from the chain state to see which leases are active, and ping every provider every n blocks (determined by governance). If a quorum of validators does not receive a response, they will continuously slash the staked amount of the provider and end all leases they are providing for. If a provider runs out of staked CLR to slash, they will be removed from all leases and lease funds will be returned to the user.