Skip to main content

Network onboarding

Before designing and creating a Network, explore the overview, sample use cases, and key concepts.

Scope use scenario

As a Network, you are setting the terms that guide the collaborative efforts of Delegators and Operators/Managers. Nektar can help you scale operations by introducing new use cases and expanding on your existing traction.

Networks can implement various asset management scenarios, including:

  1. Liquidity: Assets are transferred to a time-locked vault. Once the lock expires, the funds are moved to a SAFE for use by the Network. At the end of the Network's lifecycle, the funds must return to the DAM.
  2. Growth: Assets are transferred to a time-locked vault, and once the lock expires, the Network can withdraw the released assets. These funds do not return to the DAM.
  3. Collateral: Assets remain in the DAM as collateral. If Operators behave maliciously, the Network manager can request assets, which are moved to a time-locked vault for dispute resolution.

Growth and Liquidity scenarios feature atomic withdrawals, whereas collateral DAMs require a two-step withdrawal process (request + claim).

Select delegated asset

When configuring a Network, the following parameters need to be specified:

Deposits:

  • Asset type (can be any whitelisted ERC-20 token)
  • Minimum deposit amount
  • Amount requested from Delegators

Define terms

Rewards are distributed to Delegators and Operators based on a predefined percentage split.

Rewards:

  • Asset type (can be a native token, as long as it is an ERC-20 on the Ethereum network)
  • Distribution rate for:
    • Liquidity (native tokens per deposited amount)
    • Growth (per days operated)
    • Collateral (per days operated, if applicable)

Detail standards

Each Network defines its own penalty logic, if applicable. This logic is off-chain and described in the network description rather than enforced through a smart contract.

Unlike slashed collateral, the assets of a penalized party are not burned but transferred to a vault.

Set up new Network

Once the Network is designed, you can register it online through a convenient Web UI.