# Solana Transactions Overview

The Solana blockchain prioritizes ultra-fast transactions and high capacity through several innovative features. It uses [**Proof-of-History**](https://medium.com/solana-labs/proof-of-history-a-clock-for-blockchain-cf47a61a9274) for unique timestamping, the [**Turbine**](https://docs.solana.com/cluster/turbine-block-propagation) protocol for rapid block building, and parallel processing with shards to handle transactions simultaneously.

Additionally, Solana does not have an in-protocol mempool; all transactions are sent to leaders for inclusion in a block until the blockhash expires. Transactions can be routed to leaders by proxy via an RPC server or a TPU client.

<figure><img src="/files/jxQdHbJdZ8Q3bFZ6a2OF" alt=""><figcaption><p>High-level overview of a lifecycle of a Solana transaction.</p></figcaption></figure>


---

# 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/multidimensional-market/on-solana/solana-transactions-overview.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.
