# Overview

The Lightspeed project is Solana Vibe Station's solution to landing transactions on the Solana blockchain as fast as possible. Lightspeed requires a tip instruction to one of the below addresses in order to have your transactions propagated though our network.

### Tip Address

```
svsMoWJBwLcs8JgfN8VaF111tAc199KpYeTKRwxRtip
```

## How it works

* User sends a sendTransaction request to one of the endpoints
* User transaction is then validated for completeness and tip existence
* Lightspeed engine forwards to appropriate upstream peers based on tip amount and route specified by user
* User transaction then races among multiple different routes to be processed by leader validator

<figure><img src="https://2172397377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUUO9jwvgEhwpy4j94EFX%2Fuploads%2F28QEW9Dg6lEMFS5dzIWs%2Fimage.png?alt=media&#x26;token=0b01e3cc-171a-442a-9713-5b9261067e19" alt=""><figcaption></figcaption></figure>
