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

# Roadmap

The K4K3RU roadmap describes the capabilities available today and the current direction of the platform.

Items may change based on technical findings, venue availability, operational requirements, and user feedback. The roadmap does not commit to release dates.

## Available

### API and Access

* Account and API credential creation
* Signed JSON-RPC requests
* Real-time WebSocket BBO and OrderBook subscriptions
* Usage Credits
* On-chain credit payments using USDC on Base Mainnet
* OAuth-authenticated Model Context Protocol (MCP) server
* MCP tools for listing venues, symbols, and credit products
* K4K3RU Agent interactive CLI for macOS and Linux on ARM64 and x64

### Market-Data Coverage

The production Market Hub configuration currently spans these market-source groups:

| Source group | Production-configured venues                           | Market data                                  |
| ------------ | ------------------------------------------------------ | -------------------------------------------- |
| Order books  | Binance, Hyperliquid, BTSE, Bybit, Coinbase, dYdX, OKX | BBO, Trade, and Trade-derived Candle         |
| EVM AMMs     | Aerodrome, Uniswap v3, Uniswap v4                      | Quantity-dependent executable quote and Swap |
| Sui AMMs     | Bluefin, Cetus, Momentum, Turbos                       | Quantity-dependent executable quote and Swap |

A production-configured venue is not guaranteed to be healthy at every moment. Enabled symbols also vary by venue and deployment. Use `MarketHub.ListVenues` for current runtime status and `MarketHub.ListSymbols` for enabled symbols and market types.

## In Progress

### Continuous Market Coverage

* Venue expansion
* Symbol expansion
* Chain expansion
* Derived market-data reliability and observability

### Trade Hub

Trade Hub is under active implementation as a separate component for unified trading operations. Its public API is not yet available. Public method details will be published only after the Gateway, Trade Hub, SDK, and security behavior have been implemented and verified.

## Future

### Console

A browser-based K4K3RU interface. Product details and release timing will be announced separately.

### Wallet

A self-custodial wallet product. Product details and release timing will be announced separately.

### Exchange

A future K4K3RU product. Product details and release timing will be announced separately.

## Feedback

The roadmap is influenced by user and developer feedback. Priorities may change as K4K3RU expands its Beta program and supported integrations.


---

# 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://k4k3ru.gitbook.io/k4k3ru-docs/roadmap.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.
