# Adding FastLane as a Static Peer

The validator node must label the FastLane Sentry as a "static peer."  This can be accomplished by using one of the following:

* Add the FastLane Sentry enode in the validator's `/home/ubuntu/node/bor/bor_config.toml` or `~/.bor/data/bor/static-nodes.json` peers file.
* Run`admin.addPeer(enode://fastLaneSentryEnode@PFL.IP.0.0:30303)` command inside of Bor (`bor attach ~/.bor/data/bor.ipc`). This will have to be run each time Bor restarts.
* List the FastLane Sentry node as one of its "boot nodes" during startup.

### MAXPEERS Configuration

Validators are urged to check their MAXPEERS setting.  It has been our experience that most peering failures are due to the validator node's MAXPEERS value not being increased by the number of FastLane Sentry nodes being added as new peers.&#x20;

[<- Back to "Connecting to a FastLane Sentry Node"](https://fastlane-labs.gitbook.io/polygon-fastlane/getting-started-as-a-validator/connecting-to-a-fastlane-sentry-node)


---

# 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/getting-started-as-a-validator/connecting-to-a-fastlane-sentry-node/adding-fastlane-as-a-static-peer.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.
