# Others

### Why is USDB/WETH approval required before depositing/trading?&#x20;

The USDB/WETH contract includes an approve function, which enables the contract to spend USDB/WETH on the sender's behalf. This one-time approval process is crucial for security. Approving merely allows the specified amount of USDB/WETH to be available for future transactions, it does not result in the consumption of USDB/WETH itself.

### What should I do when I encounter the "Transaction missed deadline" error message?

When you encounter the "Transaction missed deadline" error message, it is usually due to a mismatch between your computer's local time and the accurate time. To address this issue, we suggest adjusting your computer's local time to ensure it is synchronized correctly.

If adjusting the local time doesn't resolve the problem, you can try clicking the setting icon next to the Limit Order and reset the deadline.

<div align="left"><figure><img src="/files/Mn9GVUFFasBDI4yDbW72" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/QBt1IfKzDaZhPiW5aghg" alt="" width="375"><figcaption></figcaption></figure></div>

### What is an Emerging Oracle?

An Emerging Oracle is a proprietary solution from SynFutures used when external oracles like Chainlink and Pyth are unavailable. In these cases, we deploy a contract to upload price data. Please note that this data may not have the same level of verification as that from established external oracles.<br>


---

# 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.synfutures.com/faq/others.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.
