> For the complete documentation index, see [llms.txt](https://kerneldao.gitbook.io/kernel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kerneldao.gitbook.io/kernel/getting-started/kernel-deprecated/dvn-and-operator-guides/dvns-and-operators-onboarding.md).

# DVNs & Operators Onboarding

### Contents <a href="#ytrsu5qc1z4n" id="ytrsu5qc1z4n"></a>

The purpose of this document is to delineate how DVNs and Operators interact with Kernel Protocol.

\
It illustrates the fundamental steps to take and the tools a DVN must develop in order to take advantage of Operators’ networks made available by Kernel.

### 1. Kernel’s Architecture Overview <a href="#ff7b9j3y5bmu" id="ff7b9j3y5bmu"></a>

**1) Restaking**

Kernel's restaking mechanism allows BNB, BTC holders to repurpose their staked assets or LSTs, providing enhanced security for a new breed of services known as Dynamic Validation Networks (DVNs).

**2) Operators**

These are the backbone of the Kernel network, running specialized software for DVNs. Operators register with Kernel, opening the door for stakers to delegate to them, and then choose which DVNs to support.

**3) Delegation**

This process enables stakers to align their assets with operators of their choice, or to become operators themselves. It's a two-way street, requiring mutual agreement and giving restakers full control over their participation in various DVNs

**4) Dynamic Validation Networks (DVNs)**

DVNs are services built on the Kernel protocol that leverage BNB’s shared security.

Operators execute tasks for DVNs, contributing to the security and integrity of the network, while DVNs deliver services to users (DVN Consumers) and the broader Web3 ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kerneldao.gitbook.io/kernel/getting-started/kernel-deprecated/dvn-and-operator-guides/dvns-and-operators-onboarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
