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

# Lumen

The native browser for the Lumen ecosystem provides direct access to blockchain state, IPFS content, and network gateways without centralized servers or trusted intermediaries

## Links

* **Web**:&#x20;
* **Discord**: <https://discord.gg/DwK6V9shKc>
* **Github**: <https://github.com/network-lumen/validator-kit/tree/master>

## **Details**

* **Network Chain ID**: lumen
* **Binary**: lumend
* **Denom**: ulmn
* **Working directory**: .lumen

## Public services

* **Guide (RU)**: <https://teletype.in/@lesnik13utsa/HYJHkYMK-K4>
* **RPC**: <https://m-lumen.rpc.utsa.tech/>
* **API**: <https://m-lumen.api.utsa.tech/>
* **Explorer**: <https://exp.utsa.tech/lumen/staking>

## Peering

You can use peer UTSA for fast connection or state sync

```shell
peers="546d284c7b7f7a717b06d17002f28ee746ded36f@144.76.29.90:26656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.lumen/config/config.toml
```

The address book is updated once an hour. You can use it for quick launch

```shell
wget -O $HOME/.lumen/config/addrbook.json "https://share.utsa.tech/lumen/addrbook.json"
```


---

# 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://utsa.gitbook.io/services/mainnet/lumen.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.
