# On-Chain Fee Oracle

Nodes run the RL model locally and submit predictions.

### Contract Interface:

```solidity
function getRecommendedFee() external view returns (uint256 priorityFee);
```

* Submissions are aggregated
* Median is returned to avoid manipulation

> 🧮 On-chain oracle ensures predictable, fair transaction fees.
