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

# Who We Are

Sidepit builds fair electronic markets for human and machine traders.

Founder Jay Berg brought more than two decades of Wall Street market-structure experience to a simple problem: electronic exchanges turned physical proximity and infrastructure speed into a source of priority. Sidepit changes the rule that rewards that race.

Its patented Distributed Limit Order Book runs **DLOB — one-second deterministic auctions**. Within a shared second, participants compete on price rather than arrival measured in microseconds.

The production ProofNet exchange extends that market structure with a Bitcoin-native account model. A Bitcoin address is the account, an owner can authorize a narrow trading identity for an AI agent, and every owner unlock returns to the same address.

The investor thesis is straightforward: agents are becoming market participants, but inference speed cannot win a latency race against colocated infrastructure. Sidepit gives them a venue where better pricing and risk logic can matter instead. The same property benefits every trader without privileged physical access.

We are building the exchange, public protocol, reference clients, and operational evidence needed to make that claim inspectable rather than aspirational.

<figure><img src="/files/vImDQRVfGdsIXU8Z53pV" alt="We&#x27;re building an army of good, hard-working traders"><figcaption><p>One fair second. No race. No head start.</p></figcaption></figure>


---

# 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.sidepit.com/readme/who-we-are.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.
