# On-Chain Ecosystem

### JuChain On-Chain Ecosystem Resource Table

JuChain’s on-chain ecosystem equips developers with a robust set of tools and resources to support testnet development, asset management, and application building. Below is an overview of core modules, their functions, and corresponding testnet links.

| **Module**         | **Description**                                   | **Link**                                                             |
| ------------------ | ------------------------------------------------- | -------------------------------------------------------------------- |
| Public Faucet      | Get testnet JU tokens for development and testing | [faucet-testnet.juchain.org](https://faucet-testnet.juchain.org)     |
| Cross-Chain Bridge | Transfer JU tokens across blockchains             | [bridge-testnet.juchain.org](https://bridge-testnet.juchain.org)     |
| DEX                | Decentralized exchange for JU token swaps         | [swap-testnet.juchain.org](https://swap-testnet.juchain.org)         |
| Block Explorer     | View testnet transactions, blocks, and contracts  | [explorer-testnet.juchain.org](https://explorer-testnet.juchain.org) |
| Official Website   | Mainnet info and ecosystem overview               | [juchain.org](https://juchain.org)                                   |
| Testnet Website    | Entry point for testnet docs and resources        | [testnet.juchain.org](https://testnet.juchain.org)                   |

***


---

# 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://juchain.gitbook.io/juchain-docs/ecosystem/on-chain-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.
