# Send Manual

{% code fullWidth="true" %}

```
NAME:
   singularity deal send-manual - Send a manual deal proposal to boost or legacy market

USAGE:
   singularity deal send-manual [command options]

DESCRIPTION:
   Send a manual deal proposal to boost or legacy market
     Example: singularity deal send-manual --client f01234 --provider f05678 --piece-cid bagaxxxx --piece-size 32GiB
   Notes:
     * The client address must have been imported to the wallet using 'singularity wallet import'
     * The deal proposal will not be saved in the database however will eventually be tracked if the deal tracker is running
     * There is a quick address verification using GLIF API which can be made faster by setting LOTUS_API and LOTUS_TOKEN to your own lotus node

OPTIONS:
   --help, -h       show help
   --save           Whether to save the deal proposal to the database for tracking purpose (default: false)
   --timeout value  Timeout for the deal proposal (default: 1m)

   Boost Only

   --file-size value                            File size in bytes for boost to fetch the CAR file (default: 0)
   --http-header value [ --http-header value ]  http headers to be passed with the request (i.e. key=value)
   --http-url value, --url-template value       URL or URL template with PIECE_CID placeholder for boost to fetch the CAR file, e.g. http://127.0.0.1/piece/{PIECE_CID}.car
   --ipni                                       Whether to announce the deal to IPNI (default: true)

   Deal Proposal

   --client value                 Client address to send deal from
   --duration value, -d value     Duration in epoch or in duration format, i.e. 1500000, 2400h (default: 12840h[535 days])
   --keep-unsealed                Whether to keep unsealed copy (default: true)
   --piece-cid value              Piece CID of the deal
   --piece-size value             Piece Size of the deal (default: "32GiB")
   --price-per-deal value         Price in FIL per deal (default: 0)
   --price-per-gb value           Price in FIL  per GiB (default: 0)
   --price-per-gb-epoch value     Price in FIL per GiB per epoch (default: 0)
   --provider value               Storage Provider ID to send deal to
   --root-cid value               Root CID that is required as part of the deal proposal, if empty, will be set to empty CID (default: Empty CID)
   --start-delay value, -s value  Deal start delay in epoch or in duration format, i.e. 1000, 72h (default: 72h[3 days])
   --verified                     Whether to propose deals as verified (default: true)

```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/cli-reference/deal/send-manual.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.
