# Developer Platform

<h2 align="center">$Developer Token AutoBuy</h2>

<p align="center">Programmatic Token Purchase System</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Self-funded</strong></td><td>Smart contracts deduct just enough to support ongoing operations. Coming soon.</td><td></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Hosted</strong></td><td>Cloud service provides reliable, consistent performance. Coming soon. </td><td></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Open source</strong></td><td>Completely transparent and on chain, always improving. Coming soon.</td><td></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Powered by Profits

Every purchase is linked to one of several unique events:

1. Usage of API calls to an AI system
2. Usage of API calls to any number of possible APIs
3. Usage of API calls to any number of possible AI systems
4. Any other company metric or milestone

Resulting tokens from these purchases may be sent to the wallet of your choice.&#x20;
{% endcolumn %}

{% column %}

### Features

A complex system of interlocking parts, made simple and transparent on chain:

* Wallet Funding System
* Purchasing API
* Input API
* Variables for Amount & Frequency
* Destination Wallet API
* Participation Dashboard
  {% endcolumn %}
  {% endcolumns %}

***

{% columns %}
{% column %}

### Developing in the Clear

{% endcolumn %}

{% column %}

### Development Stack

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
Our goal is to make this work for any token on any platform, beginning with the source of our inspiration: [$Developer](https://solscan.io/token/B8YVF2CA2hv2LnPdWpjNmqcS7g3tqhYkYm3wugcvHELP#holders) on Solana.&#x20;

[Learn more about $Developer Token](https://developertoken.org/).\
\
Our first step is to design the system and test it with a small cohort of sponsors & donors.

[Take a look at our first cohort](https://autobuy-1.gitbook.io/autobuy/participants/).
{% endcolumn %}

{% column %}

* API Server: Hono (TypeScript)
* Database: PostgreSQL with pg driver
* Blockchain: Solana via @solana/web3.js
* DEX Integration: Jupiter v6 API
* Dashboard: Next.js 15 + React 19
* Logging: Pino
* Validation: Zod
  {% endcolumn %}
  {% endcolumns %}


---

# 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://autobuy-1.gitbook.io/autobuy/readme.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.
