# Batch Auction Specs

Designing an explicit auction poses two primary challenges:

* [x] Avoiding reliance on a trusted auctioneer and achieving both low-latency guarantees, and
* [x] Maximizing value capture (meaning, the less time a market maker is exposed to an asset's price, the better).

***

## Continuous time vs. Block time

{% hint style="info" %}
TBA.
{% endhint %}

***

## Partial Order Fills

{% hint style="info" %}
Support for partial fills will begin to be implemented in 2025.
{% endhint %}


---

# 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.urani.trade/urani-protocol/technical-considerations/auction-specs.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.
