> For the complete documentation index, see [llms.txt](https://services.w3coins.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.w3coins.io/mainnet/nolus.md).

# Nolus

**Nolus** is a DeFi project created to eliminate the inefficiencies of current money markets by providing an innovative solution for its users. The main product of Nolus is DeFi Lease, the world's first DeFi lease that allows users to make a real return on their initial investment.

### [Stake now!](https://explorer.w3coins.io/nolus/staking/nolusvaloper14uhx3rrqy5wat52ed663jyte70jm93335qfak0) 18-23% Expected reward rate

## **Chain explorer**

* <https://explorer.w3coins.io/nolus>
* <https://nolus.explorers.guru/>

## Community Tools and Services

#### **RPC**

```
https://nolus-rpc.w3coins.io
```

#### **gRPC**

```
nolus-grpc.w3coins.io:19790
```

#### **API**

```
https://nolus-api.w3coins.io
```

#### **Seed Node**

```
91706fd6ec45e38661ba7bb7567fc572b738c3ea@seed-node.w3coins.io:23266
```

**Addrbook**

```
wget -O addrbook.json https://s3.eu-central-1.amazonaws.com/w3coins.io/addrbook/nolus-mainnet/addrbook.json --inet4-only
mv addrbook.json ~/.injectived/config
```

**Genesis**

```
wget -O genesis.json https://s3.eu-central-1.amazonaws.com/w3coins.io/genesis/nolus-mainnet/genesis.json --inet4-only
mv genesis.json ~/.injectived/config
```


---

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

```
GET https://services.w3coins.io/mainnet/nolus.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.
