# Buy with ETH

## Buy DESO ETH Address

`--buy-deso-eth-address`

Type: String

Default: None

ETH Address which will receive ETH for all 'Buy With ETH' purchases

## Infura Project ID

`--infura-project-id`

Type: String

Default: None

Project ID for Infura requests. Infura is used to make requests to [ETH's JSON RPC API.](https://eth.wiki/json-rpc/API) Create a new project at <https://infura.io/>


---

# 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.deso.org/deso-backend/configuration/selling-usddeso/buy-with-eth.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.
