# 거래 푸셔

{% code fullWidth="true" %}

```
이름:
   singularity run deal-pusher - 거래 스케줄을 모니터링하고 거래를 스토리지 프로바이더로 전송하는 거래 푸셔 시작하기

사용법:
   singularity run deal-pusher [명령 옵션] [인수...]

옵션:
   --deal-attempts 값, -d 값  포기하기 전에 거래를 시도하는 횟수 (기본값: 3)
   --help, -h                도움말 표시
```

{% 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/kr/cli-reference/run/deal-pusher.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.
