# 代理投資

このサービスは、株式購入注文を受け取り、それらの注文をユーザーの代理で株式市場で実行するライセンスを持つブローカーによって提供されることがあります。

たとえば、Tesla の株式に投資したいと考えている場合、Bills のページに移動し、Tesla の代理投資を行う Bill を検索できます。一度見つけると、アカウントを申請し、そのアカウントを使用して Tesla の株式のすべての売買注文を行うことができます。

株式を X USD の金額で購入したい場合はいつでも、Notify Credit 関数を実行してアカウントに X USD の購入コマンドを作成し、株式を Y USD の金額で売りたい場合はいつでも、Notify Debit 関数を実行してアカウントに Y USD の売却コマンドを作成します。

Bill の管理者は、あなたが株式を購入するために預金した資金または売却するために預金した資金を定期的に引き出し、あなたのアカウントに資金を入金します。


---

# 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.payswap.org/ri-ben-yu/use-cases/bills/proxy-investment.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.
