> For the complete documentation index, see [llms.txt](https://docs.taal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taal.com/core-products.md).

# Core Products

- [WhatsOnChain](https://docs.taal.com/core-products/whatsonchain.md)
- [Health](https://docs.taal.com/core-products/whatsonchain/health.md)
- [Chain Info](https://docs.taal.com/core-products/whatsonchain/chain-info.md)
- [Block](https://docs.taal.com/core-products/whatsonchain/block.md)
- [Transaction](https://docs.taal.com/core-products/whatsonchain/transaction.md)
- [Mempool](https://docs.taal.com/core-products/whatsonchain/mempool.md)
- [(Un)Spent Transaction Outputs](https://docs.taal.com/core-products/whatsonchain/un-spent-transaction-outputs.md): These endpoints cover spent and unspent transaction outputs.
- [Address](https://docs.taal.com/core-products/whatsonchain/address.md)
- [Script](https://docs.taal.com/core-products/whatsonchain/script.md)
- [Exchange Rate](https://docs.taal.com/core-products/whatsonchain/exchange-rate.md)
- [Search](https://docs.taal.com/core-products/whatsonchain/search.md)
- [WoC Widgets](https://docs.taal.com/core-products/whatsonchain/woc-widgets.md): Right now, this functionality is BSV-only.
- [WoC Plugins](https://docs.taal.com/core-products/whatsonchain/woc-plugins.md)
- [On-Chain Data](https://docs.taal.com/core-products/whatsonchain/on-chain-data.md)
- [Output Tags](https://docs.taal.com/core-products/whatsonchain/output-tags.md)
- [Stats](https://docs.taal.com/core-products/whatsonchain/stats.md)
- [WebSockets](https://docs.taal.com/core-products/whatsonchain/websockets.md)
- [WoC Sockets V1 (Deprecated)](https://docs.taal.com/core-products/whatsonchain/websockets/woc-sockets-v1-deprecated.md): This API is deprecated, please use the V2 going forward.
- [WoC Sockets V2 (Beta)](https://docs.taal.com/core-products/whatsonchain/websockets/woc-sockets-v2-beta.md)
- [Tokens](https://docs.taal.com/core-products/whatsonchain/tokens.md): This section covers the supported token protocols.
- [1Sat Ordinals (Beta)](https://docs.taal.com/core-products/whatsonchain/tokens/1sat-ordinals-beta.md)
- [BSV-21 (Beta)](https://docs.taal.com/core-products/whatsonchain/tokens/bsv-21-beta.md)
- [STAS Tokens (Beta)](https://docs.taal.com/core-products/whatsonchain/tokens/stas-tokens-beta.md)
- [Change Log](https://docs.taal.com/core-products/whatsonchain/change-log.md)
- [Community Libraries](https://docs.taal.com/core-products/whatsonchain/community-libraries.md)
- [Transaction Processing](https://docs.taal.com/core-products/transaction-processing.md)
- [TAAL Transaction Endpoints](https://docs.taal.com/core-products/transaction-processing/taal-transaction-endpoints.md)
- [MAPI Endpoints](https://docs.taal.com/core-products/transaction-processing/mapi-endpoints.md)
- [Bitcoin Endpoints](https://docs.taal.com/core-products/transaction-processing/bitcoin-endpoints.md)
- [Electrum X Endpoints](https://docs.taal.com/core-products/transaction-processing/electrum-x-endpoints.md)
- [ARC Endpoints](https://docs.taal.com/core-products/transaction-processing/arc-endpoints.md)
- [Transaction format and fee rate](https://docs.taal.com/core-products/transaction-processing/transaction-format-and-fee-rate.md)
- [TAAL Wallet](https://docs.taal.com/core-products/taal-wallet.md)
- [Introduction](https://docs.taal.com/core-products/taal-wallet/introduction.md)
- [Architecture](https://docs.taal.com/core-products/taal-wallet/architecture.md): List of tech stack used
- [Terminology](https://docs.taal.com/core-products/taal-wallet/terminology.md)
- [UI Elements](https://docs.taal.com/core-products/taal-wallet/ui-elements.md)
- [Tutorial](https://docs.taal.com/core-products/taal-wallet/tutorial.md)
- [1Sat Ordinals tokens API](https://docs.taal.com/core-products/1sat-ordinals-tokens-api.md)
- [Introduction](https://docs.taal.com/core-products/1sat-ordinals-tokens-api/introduction.md)
- [Terminology](https://docs.taal.com/core-products/1sat-ordinals-tokens-api/terminology.md)
- [Flow Diagram](https://docs.taal.com/core-products/1sat-ordinals-tokens-api/flow-diagram.md)
- [Basic Tutorial - Node](https://docs.taal.com/core-products/1sat-ordinals-tokens-api/basic-tutorial-node.md)
- [Basic Tutorial - Postman](https://docs.taal.com/core-products/1sat-ordinals-tokens-api/basic-tutorial-postman.md)
- [API](https://docs.taal.com/core-products/1sat-ordinals-tokens-api/api.md)


---

# 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://docs.taal.com/core-products.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.
