# Overview

The FastLane protocol (AKA ‘Polygon FastLane’ or ‘PFL’) is designed to enhance the Polygon blockchain by reducing transaction spam.

Nodes based on GETH, such as those run on Polygon PoS and BNB chain, create an inherent correlation between transaction quantity and trading success that incentivizes searchers to spam the network. The FastLane protocol works by overriding this mechanism with a highly efficient and transparent auction system.

Reducing spam can only be accomplished with the help of Polygon’s validators. Onboarding for validators is as simple as [applying a one-line patch to their sentry nodes](/polygon-fastlane/getting-started-as-a-validator/patching-your-sentry-nodes-with-the-fastlane-patch.md) and then [adding the nearest FastLane node as an additional sentry](/polygon-fastlane/getting-started-as-a-validator/connecting-to-a-fastlane-sentry-node.md). Participating validators are rewarded for safeguarding the network by receiving the proceeds of any auctions occurring during their blocks.


---

# 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://fastlane-labs.gitbook.io/polygon-fastlane/what-is-polygon-fastlane/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.
