> For the complete documentation index, see [llms.txt](https://docs.axolot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axolot.org/guides-and-tutorials/overview/reactor-launch.md).

# Reactor Launch

1.Go to the “Products” tab.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeEco5fgLEFkpIU7sAtKKhvS58uPh1dBN58UCuv66QNgQHHtXVcl_iiMpZRiUb_Vs1tkq5qkxAH1hhWAgX6VgNDy2m08uQErfcpJ1DBM_1upM5DDHQSXmry2qqcDs3tAGd6wa0n?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

2.Click “Add Funds” to top up your reactor balance.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe42PTEoPLnstASak3ZV0JEt4uc-F9YRIqpdtT3A2KtG0ZZHJmM1rOGb_mBqA8d3EFyw9TvlpIrB0dDO3SQGpj6DkMZP811E3943Ro9JsAndHVfFQOhh69G7nxPyh6StcwDFRU?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

3.After funding, the “Launch reactor” button will become available — click it.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcHRJzfR2lX7gamT5ps59mGapjnnz_4A5v1jpKbB3jSdyv2x52tE6KHG_pxBpYM7zq6lDv1Ixl3ljsX51d_zBlRmDPiZzA3dny1wuz2Re0MhiyNqxz85hp-UIyU6eWfU4jsTMNs?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

4.Choose the plan:

* Duration: 60 days
* Interest is credited to your main balance within 24 hours after the cycle ends
* Full withdrawal available only during the last 24 hours of the cycle

After choosing, click “Launch reactor”.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcGNKrdUNfiSnKmhT1Qz868nwYthxSPzYc5qWtyhbXOOgOxUQ7HM3owG7HxJ5osn7iFSEM6xndRTBcyCZt6A5XBLwNgwnYNEq6eRT2_qOfuwRaNXfZpNeV9g3XcTSDhNBd54Mjw?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

5\. Once launched, you'll see:

* Amount held in the reactor (Holded in reactor)
* Overall funds and stats (Launched into circulation, Maximum Capacity of Funds, Active users)
* Remaining cycle time (Work cycle)

<figure><img src="/files/bGIyIY6c7MAZakOTukRk" alt=""><figcaption></figcaption></figure>

6.A detailed interaction history is available at the bottom of the page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcEjXeymFqG4PcO-B_zQna2_VnLUt18TeeDkcrGSX95DXaNvn-PfqcboUlEk7zd8du8pKSv9x8Gm0LMH0mInz0ak0uFVJLhOs93OqTE2sy9GGAd_28N8tFW8iVAPlvp24v2-so?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.axolot.org/guides-and-tutorials/overview/reactor-launch.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.
