---
name: silverback-x402.onrender.com
description: silverback-x402.onrender.com provides five DeFi intelligence skills covering token security auditing, liquidity pool analysis, technical analysis, yield opportunity discovery, and cross-DEX arbitrage scanning on Base. All skills return single-shot analytical snapshots; none execute trades, stream live prices, or manage wallets. The host is oriented toward pre-trade research and risk assessment workflows.
host: silverback-x402.onrender.com
---

# silverback-x402.onrender.com

This host serves agents that need structured DeFi research data before committing to a trade, investment, or yield strategy. It covers the core due-diligence surface: is the token safe (audit), is the pool healthy (liquidity), is the price action favorable (TA), where can yield be maximized (yield), and is there an arbitrage edge (arb scanner). All five skills are read-only analytical endpoints scoped to EVM chains, with the arbitrage and pool skills explicitly limited to Base.

## When to use this host

Use this host when an agent needs read-only DeFi research across token safety, pool health, technical signals, yield ranking, or Base arbitrage detection. It is well-suited for pre-trade due diligence pipelines that chain audit → pool → TA checks. Do not use it for: live or streaming price feeds (use a dedicated price oracle or DEX quote API), swap or trade execution (use a DEX aggregator with routing), cross-chain arbitrage outside Base (the arb scanner is Base-only), auditing NFT contracts or general DeFi protocol contracts (the security audit covers tokens only), or analysis of assets not listed on CoinGecko (the TA skill requires a CoinGecko token ID). All five skills are single-shot endpoints with no stateful session or order management.

## Capabilities

### Token Safety & Risk Assessment

Establishes whether a token contract is safe to interact with by detecting honeypots, minting risks, ownership status, and liquidity lock state before any capital is deployed.

- **`audit-token-security`** — Performs a comprehensive security audit on an EVM or Solana token contract, returning honeypot detection, tax analysis, ownership risks, and a numeric risk score.

### Liquidity & Pool Health

Evaluates the health, activity, and depth of a specific AMM liquidity pool on Base, surfacing TVL, fee tier, volume, and buy/sell ratio to inform swap or LP decisions.

- **`analyze-liquidity-pool`** — Returns TVL, liquidity rating, health score, fee, 24h volume, trading activity, and token reserves for an AMM liquidity pool on Base.

### Price Action & Technical Analysis

Delivers a full technical readout — RSI, EMA, MACD, Bollinger Bands, support/resistance, chart patterns, and a directional recommendation — for a CoinGecko-listed asset over a chosen timeframe.

- **`fetch-technical-analysis`** — Returns RSI, EMA, MACD, Bollinger Bands, support/resistance levels, chart patterns, and a directional trading recommendation for a given CoinGecko token over a specified timeframe.

### Yield Intelligence

Ranks DeFi yield opportunities for a given token across protocols, providing APR breakdowns, risk scores, impermanent loss estimates, and an optimal allocation strategy split filtered by risk tolerance.

- **`fetch-defi-yield-opportunities`** — Returns ranked DeFi yield opportunities for a given token with APR breakdowns, risk scores, impermanent loss estimates, and an optimal portfolio allocation strategy.

### Arbitrage Detection

Scans multiple DEXes on Base for price discrepancies between two tokens, returning quotes, spreads, and gas estimates to determine whether a profitable arbitrage opportunity exists.

- **`scan-cross-dex-arbitrage`** — Scans DEXes on Base for arbitrage opportunities between two tokens, returning quotes, spreads, and gas estimates for a given input amount.

## Workflows

### Pre-Trade Token Due Diligence

*Use when an agent needs to fully vet a token before recommending or executing a trade — covering contract safety, pool health, and price action in sequence.*

1. **`audit-token-security`** — Check the token contract for honeypot flags, minting risks, and ownership renouncement to confirm it is safe to trade.
2. **`analyze-liquidity-pool`** — Assess the target pool's TVL, health score, and buy/sell ratio to confirm sufficient liquidity and acceptable LP risk.
3. **`fetch-technical-analysis`** — Retrieve RSI, EMA, MACD, and support/resistance levels to determine whether the current price action supports the intended trade direction.

### Yield Opportunity Vetting

*Use when an agent needs to identify and validate a DeFi yield position — first confirming the token is safe, then surfacing the best yield options.*

1. **`audit-token-security`** — Audit the token contract to rule out honeypot or ownership risks before committing capital to a yield strategy.
2. **`fetch-defi-yield-opportunities`** — Retrieve ranked yield opportunities with APR breakdowns and an optimal allocation strategy for the vetted token.

### Arbitrage Opportunity Validation

*Use when an agent needs to confirm a Base arbitrage opportunity is viable — verifying token safety and pool depth before acting on a detected spread.*

1. **`audit-token-security`** — Confirm the token contracts involved are not honeypots or otherwise unsafe before pursuing the arbitrage.
2. **`analyze-liquidity-pool`** — Verify the relevant pool has sufficient TVL and volume to absorb the arbitrage trade without excessive slippage.
3. **`scan-cross-dex-arbitrage`** — Scan Base DEXes for the token pair to confirm a profitable spread exists given the validated pool conditions.

## Skill reference

### `fetch-defi-yield-opportunities`

**YieldPulse DeFi Yield Opportunities** — Returns ranked DeFi yield opportunities for a given token with APR breakdowns, risk scores, impermanent loss estimates, and an optimal portfolio allocation strategy.

*Use when:* Use when an agent needs current DeFi yield rates and protocol-level allocation recommendations for a specific token (e.g. USDC, WETH, SOL) filtered by risk tolerance, including top opportunities and an optimal strategy split.

*Not for:* Do not use for real-time price feeds or token swap execution; this endpoint returns yield intelligence only, not trade routing or live market prices.

**Inputs:**

- `token` (string) — Token symbol (USDC, WETH, SOL) or contract address to find yield opportunities for.
- `riskTolerance` (string) — Risk level filter for returned opportunities. Accepted values: low, medium, high. Defaults to medium.

**Returns:** Returns success=true with 583 ranked USDC yield opportunities, an optimal strategy (60% Aerodrome Slipstream USDC-VELVET / 40% Morpho APRUSDC, total expected APR 152297.68%), and market insights including average APR and stablecoin recommendations.

**Example:** `{"token": "USDC", "riskTolerance": "medium"}`

---

### `audit-token-security`

**TokenGuard Audit** — Performs a comprehensive security audit on an EVM or Solana token contract, returning honeypot detection, tax analysis, ownership risks, and a numeric risk score.

*Use when:* Use when an agent needs to assess the safety of a token contract before trading, investing, or recommending it — specifically to detect honeypots, minting risks, ownership renouncement status, and liquidity lock state.

*Not for:* Do not use for real-time price feeds or swap execution; use a DEX quote API instead. Not suitable for auditing non-token smart contracts such as NFTs or general DeFi protocols.

**Inputs:**

- `token` (string, required) — Token contract address to audit.
- `chainId` (number) — Chain ID of the network where the token is deployed. Defaults to 8453 (Base).

**Returns:** Returns success=true with a data object containing security flags, trading taxes, ownership details, deployer reputation, a riskScore of 25, riskLevel MEDIUM, and warnings such as 'Ownership not renounced' and 'Liquidity not locked'.

**Example:** `{"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "chainId": 8453}`

---

### `analyze-liquidity-pool`

**PoolPulse Pool Analysis** — Returns TVL, liquidity rating, health score, fee, 24h volume, trading activity, and token reserves for an AMM liquidity pool on Base.

*Use when:* Use when an agent needs to evaluate the health and activity of a specific AMM liquidity pool, including TVL, fee tier, buy/sell ratio, and liquidity rating, before executing a swap or assessing LP risk.

*Not for:* Do not use for real-time price feeds or streaming quotes; use a dedicated price oracle instead. Does not return slippage estimates or impermanent loss projections despite API marketing claims.

**Inputs:**

- `tokenA` (string) — First token of the pair — ERC-20 address (0x) or symbol.
- `tokenB` (string) — Second token of the pair — ERC-20 address (0x) or symbol.
- `poolId` (string) — Direct pool contract address if known; can be used instead of or alongside tokenA/tokenB.

**Returns:** Returns success=true with pool pair address, DEX name, token0/token1 reserves, TVL ($1.42M), liquidityRating (EXCELLENT), fee (0.3%), 24h volume, buy/sell trade counts, healthScore (95), chain, and timestamp.

**Example:** `{"tokenA": "0x4200000000000000000000000000000000000006", "tokenB": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "poolId": "0x9c4a8d3f3b1c2d4e5f6a7b8c9d0e1f2a3b4c5d6e"}`

---

### `fetch-technical-analysis`

**TA Insight – Technical Analysis** — Returns RSI, EMA, MACD, Bollinger Bands, support/resistance levels, chart patterns, and a directional trading recommendation for a given CoinGecko token over a specified timeframe.

*Use when:* Use when an agent needs a full technical readout for a crypto asset — including trend direction, momentum signals, volatility regime, and concrete support/resistance levels — before making or explaining a trading decision.

*Not for:* Do not use for real-time streaming price feeds or order execution; this is a single-shot analysis snapshot. Not suitable for non-CoinGecko-listed assets or traditional equities.

**Inputs:**

- `token` (string, required) — CoinGecko token ID for the asset to analyze.
- `timeframe` (string) — Analysis period in days. Accepted values: 1, 7, 14, or 30.

**Returns:** Returns a full technical analysis object for Bitcoin over 7 days including EMA9/21, RSI (34.81), Bollinger Bands, a bearish recommendation, chart pattern (lower_high at 95% confidence), and support/resistance levels around 77241/75976.

**Example:** `{"token": "bitcoin", "timeframe": "7"}`

---

### `scan-cross-dex-arbitrage`

**Cross-DEX Arbitrage Scanner** — Scans DEXes on Base for arbitrage opportunities between two tokens, returning quotes, spreads, and gas estimates for a given input amount.

*Use when:* Use when an agent needs to detect price discrepancies between DEXes on Base for a specific token pair and determine whether a profitable arbitrage trade exists.

*Not for:* Do not use for cross-chain arbitrage detection across Ethereum or Solana; despite the display name, this endpoint scans DEXes on Base only. Not suitable for streaming or continuous price monitoring — this is a single-shot scan.

**Inputs:**

- `tokenIn` (string, required) — Input token symbol or contract address on Base.
- `tokenOut` (string, required) — Output token symbol or contract address on Base.
- `amount` (string) — Amount of tokenIn to check for arbitrage. Defaults to "1" if omitted.

**Returns:** Returns success=true with a data object containing the token pair, per-DEX output quotes with gas estimates, a list of arbitrage opportunities (or a no-opportunity message), sources queried count, estimated gas cost in USD, and a scan timestamp.

**Example:** `{"tokenIn": "WETH", "tokenOut": "USDC", "amount": "1"}`

---
