# Development checkpoints

### November 3rd 2024

#### **Currently deployed**

* **Architecture:** Created production and development environment.&#x20;
* **Code:** Well structured, documented and easily maintenable.&#x20;
* **Overview:** V1 out and stable. Found a way to get dune data without massive effort. Will be expanded in the near future.
* **Burn dashobards:** Out and stable. Could add more when needed.
* **P/E:** V1 out - couple of bugs to solve. Upgrade in the backend logic needed in order to integrate more data. ETA: 3 days.
* **BestFarms: V0.5 out.** Need to turn on the history of each single farm and link to the farms. ETA: 5 days.

#### Work in progress

* **Meme video generator:** 20%. Concept and API found. Need to code it up.
* **Staking: 30%.** Got several staking contracts and frontends. Just a matter of adapt and audit.
* **ChadGPT: 40%.** Got the frontend design, and backend logic. Need to decide whether&#x20;
* **Telegram bot: 50%.** Made in partnership with trusted counterparty. Need to finalize details and create paying gateways and logic.
* **Holder analysis bot: 50%.** Made the backend and analyzer, missing frontend and testing.
* **Basis trading dashboard:** 50%. Frontend 80%, Backend 20%.&#x20;

#### Next objective

* Have the current products live stable and bug-free
* Decide which product to develop - launch next.


---

# 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://docs.bc.army/extra-info/development-checkpoints.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.
