OpenClaw Skill: NEAR Yield Finder (Read-Only) v4
Project description
openclaw-skill-near-yield-finder-read-on
OpenClaw Skill: NEAR Yield Finder (Read-Only) v4
Queries real on-chain yield data from Ref Finance, Burrow, Meta Pool, and LiNEAR via NEAR RPC. Read-only — no wallet or signing required.
Requirements
- Python 3.9+
Installation
pip install openclaw-skill-near-yield-finder-read-on
Usage
from openclaw_skill_near_yield_finder_read_on import NearYieldFinder
finder = NearYieldFinder()
Scan all supported protocols for current yields
results = finder.near_yield_scan()
Compare yields across protocols for a specific token
comparison = finder.near_yield_compare(token="NEAR")
Retrieve historical yield data
history = finder.near_yield_history(protocol="burrow", days=7)
Check if any yield crosses a threshold alert
alerts = finder.near_yield_alert(threshold=10.0)
Public Methods
| Method | Description |
|---|---|
near_yield_scan() |
Scan all protocols and return current APY/APR data |
near_yield_compare(...) |
Compare yields across Ref Finance, Burrow, Meta Pool, LiNEAR |
near_yield_history(...) |
Fetch historical yield snapshots for a protocol |
near_yield_alert(...) |
Return protocols where yield exceeds a given threshold |
Supported Protocols
- Ref Finance — liquidity pool yields
- Burrow — lending/borrowing APY
- Meta Pool — stNEAR staking yield
- LiNEAR — liquid staking APR
Notes
- All data is fetched read-only from
https://rpc.mainnet.near.org - No private keys or wallet connection needed
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openclaw_skill_near_yield_finder_read_on-1.0.0.tar.gz.
File metadata
- Download URL: openclaw_skill_near_yield_finder_read_on-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99e23fa2db1aa7a06056859327255aaf59642d9e8858c5c6e11f26448cdf888
|
|
| MD5 |
21737d2c049b30e32b38afdd54a96267
|
|
| BLAKE2b-256 |
1c62b8f89fb0614a52b766786d91d93e6fa615af54487c69245a754c79ccd69c
|
File details
Details for the file openclaw_skill_near_yield_finder_read_on-1.0.0-py3-none-any.whl.
File metadata
- Download URL: openclaw_skill_near_yield_finder_read_on-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98b1d4213f74db9c2854e3d864b354f993e356eb27151cede257f6dd14005516
|
|
| MD5 |
c63610bfa8975032a571c3c277165e7c
|
|
| BLAKE2b-256 |
19babc8d2e1d229c7532fe316aa7f609728d8bcf4381aec3c17f34384cbaa608
|