# Solving common problems

### Chainlink transaction reverted

Check the following:

* Check minimum payment for your chainlink node. Go to Operator UI -> settings -> configuration and find MinContractPayment or MINIMUM\_CONTRACT\_PAYMENT\_LINK\_JUELS. If you’re using jobs on external operator, ask them about this parameter. By default it’s often 0.00001 LINK, but for Goerli 0.1 LINK.
* Your Operator Contract Address funded with LINK and have enough for minimum payment to chainlink node. You can check that with call *balanceOf* function on Chainlink Token Contract.
* Your contract, that interacting with Operator Contract funded with LINK, has enough LINK for minimum payment to chainlink node and if you set fee for some Operator methods, make sure you set the value more than minimum payment to chainlink node
* On Operator Admin Address (you see that in Operator UI) you have enough ETH to run transactions
* In Operator Contract, calling function *getAuthorizedSenders* return should contain Operator Admin Address

### How do I know that the LINK balance is sufficient?

* Find LINK Token address for your network. <https://docs.chain.link/resources/link-token-contracts/>
* Click on address and go to the scan page
* Go to Contract tab
* Under the Contract tab you should see tab “Read Contract”. Click that
* Click on *balanceOf*, write address you need to check and push *Query*

### How to fund my wallet with testnet LINK and ETH?

Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/goerli)


---

# 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://www.oraclelabs.link/technical/solving-common-problems.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.
