# Examples

```json
{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "pfl_sendRawTransactionConditional",
    "params": [
        "0x123456789ABCDEF",
        {
            "knownAccounts": {...},
            "blockNumberMin": 1000000,
            "blockNumberMax": 1000100,
            "timestampMin": 1710950000,
            "timestampMax": 1710960000
        },
    ]
}
```

Returns the hash of the transaction on success or an error object on failure. Note that receiving a transaction hash does not guarantee inclusion, as it might still fail due to:

* Low gas price
* Another 4337 transaction with a higher gas price containing the same userOp(s)
* Validation failure after the "1 block penalty," even if it passed initially


---

# 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://fastlane-labs.gitbook.io/polygon-fastlane/searcher-guides/4337-bundles-integration-guide/examples.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.
