# Getting started x402 V1

Mogami facilitator server is available online at [https://v1.facilitator.mogami.tech](https://v1.facilitator.mogami.tech/), you can use it as much as you want!

The Mogami Facilitator is also available as a Docker image on Docker Hub. You can start it with the following command:

```bash
docker run -e PORT=8080 -p 8080:8080 mogamitech/facilitator:1.2.2
```

To check whether the service is running, execute:

```bash
curl http://127.0.0.1:8080/support
```

If you want to use the facilitator out of the box, it is configured with the address\
`0x7553F6FA4Fb62986b64f79aEFa1fB93ea64A22b1`.\
Simply visit the Coinbase faucet and request some Ethers for this address.

### Configuration

You can change the facilitator private key and the RPC servers used by setting the following parameters:&#x20;

```bash
docker run 	-e PORT=4020 \
		-e X402_FACILITATOR_PRIVATE_KEY=FACILITATOR_PRIVATE_KEY \
		-e RPC_URL_BASE=https://base-mainnet.infura.io/v3/INFURA_PRIVATE_KEY_FOR_BASE \
		-e RPC_URL_BASE_SEPOLIA=https://base-sepolia.infura.io/v3/INFURA_PRIVATE_KEY_FOR_BASE_SEPOLIA \
		-p 4020:8080 \
		mogamitech/facilitator:1.2.2
```


---

# 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://mogami.gitbook.io/mogami/faciliator-server/getting-started-x402-v1.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.
