# Core

- [Catchup](https://obytejs.com/0.1.9/api/core/catchup.md): Get balls units between 2 main chain ids.
- [Get hash tree](https://obytejs.com/0.1.9/api/core/get-hash-tree.md): Get units between balls.
- [Get light props](https://obytejs.com/0.1.9/api/core/get-light-props.md): Get light client properties.
- [Post joint](https://obytejs.com/0.1.9/api/core/post-joint.md): Post an unit on Byteball network.
- [Pick divisible coins for amount](https://obytejs.com/0.1.9/api/core/pick-divisible-coins-for-amount.md): Get spendable inputs from a specific amount and asset.
- [Heartbeat](https://obytejs.com/0.1.9/api/core/heartbeat.md): Send heartbeat to notify the node you are awake.


---

# 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://obytejs.com/0.1.9/api/core.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.
