# NIP's

See NIP1 for more info <https://github.com/Officialnordek>

### What is a NIP?

NIP (Nordek Improvement Proposal) is a design document that provides information to the Nordek community or describes a new feature for Nordek. Each NIP should include the motivation and technical specifications for the proposed feature.

| NIP                                                                 | Description                                                  | Status                                                 |
| ------------------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ |
| <p><a href="https://github.com/Officialnordek">NIP-1</a></p><p></p> | Introduction and explanation about NIP's                     | Done                                                   |
| [NIP-2](https://github.com/Officialnordek)                          | Enabling delegation of Nordek tokens to validators           | Done                                                   |
| [NIP-3](https://github.com/Officialnordek)                          | Lowering the stake to run a validator node to 100K Nordek    | Done                                                   |
| [NIP-4](https://github.com/Officialnordek)                          | Multi validators, validators can run multiple nodes          | Undone                                                 |
| [NIP-5](https://github.com/Officialnordek)                          | Validators key splitting, validator will have separated keys | Undone                                                 |
| [NIP-6](https://github.com/Officialnordek)                          | Bridge implementation should be changeable by voting         | Undone                                                 |
| [NIP-7](https://github.com/Officialnordek)                          | Tiny Ethereum Network transactions on end of cycle           | Undone                                                 |
| [NIP-8](https://github.com/Officialnordek)                          | Adjusting Block Rewards by the Validator's Stake             | [Done](https://github.com/fuseio/fuse-network/pull/61) |


---

# Agent Instructions: 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:

```
GET https://docs.nordekscan.com/general-1/network-details/network-upgrades/fips.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
