# DeFi Alpha Suite — Smart Money Wallet + Yield APY Intelligence (`gochujang/defi-alpha-suite`) Actor

Track where smart money DeFi wallets are deploying capital and the current APY for those protocols. Combines on-chain wallet position tracking with DeFi Llama yield data. Find high-conviction DeFi strategies from known alpha wallets. No API key required for yield data.

- **URL**: https://apify.com/gochujang/defi-alpha-suite.md
- **Developed by:** [Hojun Lee](https://apify.com/gochujang) (community)
- **Categories:** Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-usage

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## DeFi Alpha Suite — Smart Money Wallet + Yield Intelligence

**DeFi Alpha Suite** cross-references **on-chain whale wallet positions (via DeBank)** with **DeFi Llama's 10,000+ yield pool database** to answer the most valuable question in DeFi: *Where are the smart money wallets farming, and what APY are they getting?* Returns matched yield opportunities with wallet validation. $0.02/wallet + $0.005/opportunity.

Yield farming alpha decays fast — pools that were paying 40% APY in January are at 8% by March as capital piles in. But smart money moves first. Tracking where top wallets actively farm — before the copy-trade crowd — is one of the few ways to capture genuine yield alpha.

***

### Why use DeFi Alpha Suite?

1. **Copy-trade DeFi yield strategies** — Track known high-conviction DeFi wallets (DAO treasuries, on-chain funds, protocol teams). Where they farm tends to be where yields are real and sustainble.
2. **Discover high-APY pools with institutional validation** — Any pool can show 100% APY. Pools where smart money is actively depositing are far less likely to be mercenary liquidity traps.
3. **Monitor smart money rotation** — When a wallet exits one protocol and enters another, it's a directional signal before APY changes are visible on DeFi dashboards.
4. **Protocol trust research** — See which protocols whale wallets trust with large capital. High TVL from smart money wallets = ecosystem confidence signal.
5. **Portfolio strategy discovery** — Track your own wallets alongside whale benchmarks to see where you're underperforming on yield.

***

### How to use

1. Open the actor on Apify Store and click **Try for free**.
2. Optionally provide a list of wallet addresses in `wallets` (or use the default 5 known DeFi whales).
3. Set `minApy` and `minTvlMillion` thresholds to filter noise.
4. Optionally add a DeBank Pro API key for better position accuracy.
5. Click **Start**. Returns `yield_opportunity` records (per matched pool) and `wallet_summary` records (per wallet).

***

### Input

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `wallets` | string\[] | 5 whale addresses | Ethereum wallet addresses to track |
| `debankApiKey` | string | — | DeBank Pro API key (optional — improves accuracy) |
| `minApy` | number | `5.0` | Minimum APY (%) to include |
| `minTvlMillion` | number | `1.0` | Minimum pool TVL in $M to include |
| `chains` | string\[] | all 5 | Chains: `ethereum`, `bsc`, `polygon`, `arbitrum`, `optimism` |
| `topPoolsPerProtocol` | integer | `3` | Max pools per protocol match |

***

### Output

#### `yield_opportunity` records

```json
{
  "_type": "yield_opportunity",
  "wallet": "0x28c6c06298d514db089934071355e5743bf21d60",
  "protocol_id": "aave-v3",
  "protocol_name": "Aave V3",
  "pool_id": "a-pool-uuid",
  "chain": "Ethereum",
  "symbol": "USDC",
  "apy": 8.42,
  "apy_base": 4.20,
  "apy_reward": 4.22,
  "tvl_usd": 250000000,
  "stablecoin": true,
  "il_risk": "no",
  "defillama_url": "https://defillama.com/yields/pool/a-pool-uuid"
}
```

#### `wallet_summary` records

```json
{
  "_type": "wallet_summary",
  "wallet": "0x28c6c06298d514db089934071355e5743bf21d60",
  "protocols_found": 12,
  "yield_opportunities": 8,
  "top_apy": 24.5
}
```

#### Key output fields

| Field | Type | Description |
|-------|------|-------------|
| `apy` | float | Total APY (base + reward tokens) |
| `apy_base` | float | Supply/borrow base APY (sustainable) |
| `apy_reward` | float | Incentive token APY (may decay) |
| `stablecoin` | boolean | True if the pool is stablecoin-denominated (no IL risk) |
| `il_risk` | string | Impermanent loss risk: `no`, `low`, `medium`, `high` |

***

### Cost estimation

**Pay-Per-Event: $0.001 actor start + $0.02/wallet + $0.005/yield opportunity**

| Scenario | Wallets | Opportunities | Estimated cost |
|----------|---------|---------------|----------------|
| 5 wallets, ~20 opportunities | 5 | 20 | ~$0.20/run |
| 10 wallets, ~40 opportunities | 10 | 40 | ~$0.40/run |
| Daily smart money monitor | 5 | ~20 | ~$0.20/day |

***

### Data sources

| Source | Data | API |
|--------|------|-----|
| DeBank | Wallet DeFi positions | Free unofficial / Pro API |
| DeFi Llama Yields | 10,000+ yield pools, APY, TVL | Free, no key required |

***

### FAQ

**What wallets should I track?**
Best results come from DeFi-native wallets: DAO treasuries (Uniswap, Aave, Compound), on-chain funds (Wintermute, Cumberland), and protocol deployer addresses. CEX hot wallets (Binance, Coinbase) mostly hold custody assets and show limited DeFi positions.

**Does it require a DeBank API key?**
No — the unofficial DeBank endpoint works without authentication. A Pro API key improves position fetch accuracy and allows higher request volume. Add it in `debankApiKey` if you run this frequently.

**How current is DeFi Llama yield data?**
DeFi Llama updates pool APY every few hours. For real-time yield monitoring, combine with DeFi Llama's direct dashboard.

**What does `apy_reward` being high mean?**
High reward APY from protocol incentive tokens often decays as the token inflates and farmers sell. A pool with `apy_base: 5` and `apy_reward: 40` is risky for stable yield; look for `apy_base` as the sustainable floor.

***

### Related actors

- [DeFi Yield APY Scanner](https://apify.com/gochujang/defi-yield-scanner) — Full DeFi Llama yield database without wallet cross-reference (breadth over depth)
- [Smart Money Wallet Tracker](https://apify.com/gochujang/smart-money-wallet-tracker) — Wallet-focused tracking for position changes and token flows
- [DeFi TVL Anomaly Detector](https://apify.com/gochujang/defi-tvl-anomaly-detector) — Detect sudden TVL changes that signal rug pulls or protocol issues

### Feedback

If this actor helps you find yield alpha, a quick review helps other DeFi farmers find it: [Leave a review on Apify Store](https://apify.com/gochujang/defi-alpha-suite#reviews)

# Actor input Schema

## `wallets` (type: `array`):

Ethereum wallet addresses to track. Defaults to known DeFi whale addresses.

## `debankApiKey` (type: `string`):

DeBank Pro API key for accurate position data. Without key, uses unofficial endpoint.

## `minApy` (type: `number`):

Minimum APY percentage to include in results.

## `minTvlMillion` (type: `number`):

Minimum TVL in millions USD for a pool to be included.

## `chains` (type: `array`):

Blockchain networks to include.

## `topPoolsPerProtocol` (type: `integer`):

Maximum number of pools to return per protocol.

## Actor input object example

```json
{
  "wallets": [
    "0x28c6c06298d514db089934071355e5743bf21d60",
    "0x21a31ee1afc51d94c2efccaa2092ad1028285549",
    "0xf977814e90da44bfa03b6295a0616a897441acec",
    "0xbe0eb53f46cd790cd13851d5eff43d12404d33e8",
    "0x8eb8a3b98659cce290402893d0123abb75e3ab28"
  ],
  "minApy": 5,
  "minTvlMillion": 1,
  "chains": [
    "ethereum",
    "bsc",
    "polygon",
    "arbitrum",
    "optimism"
  ],
  "topPoolsPerProtocol": 3
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("gochujang/defi-alpha-suite").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("gochujang/defi-alpha-suite").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call gochujang/defi-alpha-suite --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,gochujang/defi-alpha-suite"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/fOw3Ri5ww6rEyhGpy/builds/E9LqBAZNnRP56IAGW/openapi.json
