> For the complete documentation index, see [llms.txt](https://docs.bloxchain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxchain.app/platform-bloxchain.app/overview/submit-request.md).

# Submit a request

**Audience:** Member · **App path:** **New request** (header) · track under **Workspace → Transactions → Open**

Start a governed operation. Does not change policy.

## Before you begin

1. [Sign in](/platform-bloxchain.app/account/sign-in.md) and open your contract tab.
2. [Connect wallet](/platform-bloxchain.app/account/connect-wallet.md) on the contract network.
3. **Workspace → My access** — you need **Pending Request** on at least one operation ([empty?](/platform-bloxchain.app/overview-1.md) ask admin).

## New request form

1. Open **New request** (workspace header or transactions area).
2. Fill the form:

| Field                                      | What to enter                                                               |
| ------------------------------------------ | --------------------------------------------------------------------------- |
| **Operation**                              | Dropdown — only operations your role allows                                 |
| **Recipient** (native transfer)            | Allowlisted payee from dropdown — “Only allowlisted recipients appear here” |
| **Token address** (ERC20 / contract calls) | Allowlisted contract from dropdown                                          |
| **Amount**                                 | Value in token decimals (UI may fetch decimals from chain)                  |
| **Request method**                         | Wallet sign options when shown                                              |

3. Confirm in your wallet.
4. Find the record under **Transactions → Open**.

## Example — native treasury payout

Operation: **Native Transfer** · Recipient: allowlisted vendor · Amount: test value. See [Treasury use case](/platform-bloxchain.app/use-cases/treasury.md#step-7--test-as-members).

## Common issues

* **Operation missing in dropdown** — admin: [Permissions](/platform-bloxchain.app/overview-1/permissions.md)
* **Recipient not listed** — admin: [Allowlists → Recipients](/platform-bloxchain.app/overview-1/allowlists.md)
* **NoPermission revert** — role lacks **Pending Request** or handler permission

## Next steps

* [Transactions](/platform-bloxchain.app/overview/transactions.md) · [Approve and sign](/platform-bloxchain.app/overview/approve-and-sign.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bloxchain.app/platform-bloxchain.app/overview/submit-request.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
