# Ecosystem

## Block Explorer

This is the explorer for the Lumio network. You can use it to view transactions, blocks, and other information about the network.

<https://explorer.solana.devnet.lumio.io>

## Bridge

The bridge DApp is comming soon, so for now use [Native Bridge](/start-building/lumio-on-solana-devnet/native-bridge.md).&#x20;

## Pyth

Pyth is currently deployed for test purposes, including a Wormhole test deployment. It contains some basic price feeds. If you need something specific, feel free to contact us.

| Program name          | Address                                      |
| --------------------- | -------------------------------------------- |
| Pyth Push Oracle      | EtvdJGkAybA9rLPRKVwbcUbJ2up4ZTPqdaPT8AMQZeFb |
| Pyth Solana Receiver  | AjqmKW5naeNyyRoVLHLvL9igTsLivqurfaJ9PJDHhUeD |
| Wormhole Token Bridge | C1LpSR8nMhYo5trzsj4dqEe9Vjfzxra6fg95ymuCLLSp |
| Wormhole Core Bridge  | 9qZgPC39BfU33NbwJtoevYqxAEVsRKXYpzwfpn2Pcb3A |


---

# 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.lumio.io/start-building/lumio-on-solana-devnet/ecosystem.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.
