> For the complete documentation index, see [llms.txt](https://chain-love.gitbook.io/chain-love-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chain-love.gitbook.io/chain-love-docs/blockchains/astar.md).

# Astar

<a href="https://astar.chain.love/" class="button primary" data-icon="arrow-up-right">Open Toolbox</a>

{% hint style="info" %} <img src="https://img.shields.io/badge/Toolbox-Enabled-green" alt="" data-size="original"> <img src="https://img.shields.io/badge/Performance_module-not%20supported-lightgrey" alt="" data-size="original"> <img src="https://img.shields.io/badge/RPC-not%20supported-lightgrey" alt="" data-size="original"> <img src="https://img.shields.io/badge/Subgraphs-not%20supported-lightgrey" alt="" data-size="original">
{% endhint %}

Chain.Love on Astar is a **set of modules** that help you **discover** ecosystem providers.

## Recommended workflows

* **Discover providers (start here)**: open the [Toolbox](https://astar.chain.love/) → browse categories (Indexing, Wallets, etc.) → shortlist and compare offers.

## Modules on Astar

### Toolbox (Discovery & comparison)

* **What it is**: a chain-specific marketplace/registry of Web3 services.
* **Key features**:
  * [Discover](https://chain-love.gitbook.io/chain.loves-toolbox/features/discover): browse categories and filter offers
  * [Compare](https://chain-love.gitbook.io/chain.loves-toolbox/features/compare): side-by-side comparison
  * [AI search](https://chain-love.gitbook.io/chain.loves-toolbox/features/ai-search): search across the database (including cross-ecosystem queries)
  * [Widget for docs](https://chain-love.gitbook.io/chain.loves-toolbox/features/widget-for-docs): embed a compact Toolbox view into documentation
  * [Contributing](https://chain-love.gitbook.io/chain.loves-toolbox/contributing/open-source-database): improve the open-source database
* **Open**: `https://astar.chain.love/`


---

# 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://chain-love.gitbook.io/chain-love-docs/blockchains/astar.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.
