# XYZ Oracle Overview
COPY
## Steps For Using This Oracle
- Write and deploy your [Chainlink](https://docs.chain.link/docs/make-a-http-get-request/) contract using the network details and example consumer contract below
- Fund your consumer contract with [LINK](https://docs.chain.link/docs/link-token-contracts)
- Call your request method, as described in [these docs](https://docs.chain.link/docs/existing-job-request/)
## Network Details
#### Ethereum Mainnet
Payment Amount: **HOW MANY** LINK
LINK Token Address: [`0x514910771af9ca656af840dff83e8264ecf986ca`](https://etherscan.io/token/0x514910771af9ca656af840dff83e8264ecf986ca)
Operator Address: `fill me in`
JobID: `fill me in`
#### Binance Smart Chain Mainnet
Payment Amount: **HOW MANY** LINK
LINK Token Address: [`0x404460c6a5ede2d891e8297795264fde62adbb75`](https://bscscan.com/token/0x404460c6a5ede2d891e8297795264fde62adbb75)
Operator Address: `fill me in`
JobID: `fill me in`
#### Polygon (Matic) Mainnet
Payment Amount: **HOW MANY** LINK
LINK Token Address: [`0xb0897686c545045aFc77CF20eC7A532E3120E0F1`](https://explorer-mainnet.maticvigil.com/address/0xb0897686c545045aFc77CF20eC7A532E3120E0F1/transactions)
Operator Address: `fill me in`
JobID: `fill me in`
#### Ethereum Kovan Testnet
Payment Amount: **HOW MANY** LINK
LINK Token Address: [`0xa36085F69e2889c224210F603D836748e7dC0088`](https://kovan.etherscan.io/address/0xa36085F69e2889c224210F603D836748e7dC0088)
Oracle Address: `0xfF07C97631Ff3bAb5e5e5660Cdf47AdEd8D4d4Fd`
JobID: `fill me in`
## Adapter
* [**FILL ME IN**]()
## Request Parameters
### `parameter`
- description of the parameter.
## Outputs
### `output`
- description and `type` of the output.
## Example Consumer Contract
```solidity=
```
# Sidebar Text
### Chainlink Developer Documentation
- [Developer References - Contract Developers Install Instructions](https://docs.chain.link/docs/create-a-chainlinked-project/)
- [Request and Response Model](https://docs.chain.link/docs/architecture-request-model/)
- [Make an Existing Job Request](https://docs.chain.link/docs/existing-job-request/)
- [Chainlink Tutorials](https://docs.chain.link/docs/tutorials/)
### Need Help?
- [Chainlink Discord](https://discord.gg/aUAC3MC)
- [Chainlink Market Telegram](https://t.me/chainlinkmarket)
### DataProvider Documentation and Support
- [DataProvider API Documentation]()