Spaces:
Sleeping
Sleeping
disclaimer added
Browse files
README.md
CHANGED
|
@@ -34,6 +34,12 @@ In the Web3 ecosystem, users are anonymous by default. A wallet address (`0x123.
|
|
| 34 |
- **Automated Retraining:** GitHub Actions workflow automatically fetches new data and retrains the model weekly to handle data drift.
|
| 35 |
- **End-to-End API:** Fetch data from Dune and classify a wallet in a single API call.
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
## Tech Stack
|
| 38 |
- **Python 3.10+**
|
| 39 |
- **Pandas & NumPy** (Data manipulation)
|
|
|
|
| 34 |
- **Automated Retraining:** GitHub Actions workflow automatically fetches new data and retrains the model weekly to handle data drift.
|
| 35 |
- **End-to-End API:** Fetch data from Dune and classify a wallet in a single API call.
|
| 36 |
|
| 37 |
+
## ⚠️ Supported Networks
|
| 38 |
+
**Cluster Protocol currently supports Ethereum Mainnet (L1) only.**
|
| 39 |
+
* **Supported:** Ethereum (`0x...`).
|
| 40 |
+
* **Not Supported:** L2s (Arbitrum, Optimism, Base), Sidechains (Polygon), or Non-EVM chains (Solana, Bitcoin).
|
| 41 |
+
* **Note:** The engine analyzes the last **2 Years** of history for DeFi/NFTs to ensure relevance and speed.
|
| 42 |
+
|
| 43 |
## Tech Stack
|
| 44 |
- **Python 3.10+**
|
| 45 |
- **Pandas & NumPy** (Data manipulation)
|