// INVENTORY INTELLIGENCE

WHERE IS YOUR STUFF.
WHAT IS IT WORTH.

Every item, every character, every location — valued against live Jita prices. Net worth combines your wallet balance from EWL with your full asset valuation. Hourly syncs, 90-day wealth history, location drill-down, and CSV export. Know exactly what you own and what it's worth right now.

Launch App Learn More
Hourly
Asset Syncs
6h
Price Refresh Cycle
90d
Wealth History
1
ESI Scope Required

Asset Overview

The dashboard shows your total asset value, net worth (asset value + wallet balance from EWL), character count, and total item count across all connected characters. Below the stat tiles, a per-character location breakdown lists every station and structure where you have assets, with item count and Jita sell value for each. Items in Asset Safety are flagged separately.

meltuc.tech/evas/app
8.2B
Asset Value
13.1B
Net Worth
3
Characters
2,841
Total Items
Top Locations — MelTuc
Location Items Value Share
Jita IV - Moon 4 - Caldari Navy Assembly Plant 1,204 5.8B
Amarr VIII (Oris) - Emperor Family Academy 441 0.3B
Asset Safety 197 — unpriced
Prices from ED · 2h ago · Assets synced: 14 min ago

Search & Filter

The asset list is a fully searchable, filterable table of every item across all your characters. Search by item name, filter by location or slot flag (Hangar, Cargo, Fitted). A minimum-value filter hides sub-threshold dust so you can focus on what matters. Results show item name, quantity, location, slot flag, and Jita sell value. Export any filtered result set to CSV.

meltuc.tech/evas/app/assets
Search items...
All Locations
All Flags
Min Value: 1M
Item Qty Location Flag Value
Rifter500Jita IVHangar24.5M
Tritanium10,000,000Jita IVHangar55.0M
Nanofiber Internal Structure II8Jita IVHangar12.0M
Rupture1Amarr VIIIHangar18.0M
Warp Disruptor II4Jita IVFitted8.4M
Showing 1–20 of 2,841 items Export CSV

Net Worth Over Time

Hourly net worth snapshots build a 90-day wealth history chart. Switch between 30-day and 90-day windows. See the effect of big trades, industry runs, or market crashes on your total accumulated wealth. The chart shows asset value and wallet balance as stacked components so you can see how each contributes to your total net worth.

meltuc.tech/evas/app/history
MelTuc
Last 30 Days
Net Worth — 30 Day Trend
13.1B
Current Net Worth
+2.4B
30D Change
10.7B
30D Ago
// HOW IT WORKS

Hourly, Automatic, Zero Effort

Connect once via EVE SSO. EVAS handles syncing, pricing, and history — no manual refreshes needed.

01
Connect Character
Add EVE characters via EVE SSO with the esi-assets.read_assets.v1 scope. Tokens stored in eve_characters and refreshed automatically before each sync.
02
Hourly ESI Fetch
The collector paginates through GET /characters/{id}/assets/, following all pages and resolving every location_id to a station name via evas_locations cache.
03
Price & Upsert
Each type_id is matched against ed_region_snapshots (region 10000002 — Jita) for the latest Jita sell price. Results upserted to evas_assets keyed by (character_id, item_id).
04
Net Worth Snapshot
After each sync, a total valuation row is written to evas_valuations combining SUM(total_value) across all assets with the latest EWL wallet balance, building the 90-day history chart.
05
Browse & Export
Filter assets by type_name ILIKE, location_id, location_flag (Hangar/Cargo/Fitted), or min_value. Export any filtered result via /api/assets/{char_id}?format=csv.
ED snapshots Jita sell prices every 6 hours. EVAS applies those prices to every item in your asset list to compute asset value. EWL provides your current ISK balance. Net worth = asset value + wallet balance. All three figures update within one hour of each ESI poll cycle. The dashboard shows the age of the last price snapshot so you always know how fresh the data is.
// FEATURES

Complete Inventory Intelligence

Hourly syncs. Jita pricing. Location drill-down. Zero manual work.

💰
Net Worth Dashboard
Asset value + EWL wallet balance = true net worth per character. The /api/overview endpoint returns asset_value, wallet_balance, net_worth, and asset_delta vs the previous evas_valuations snapshot.
📍
Location Breakdown
Assets grouped by location_id resolved to station name via evas_locations. Top 3 locations shown with item count and ISK value. Items in Asset Safety flagged with location_flag = 'AssetSafety'.
🔍
Search & Filter
Search by type_name ILIKE, filter by location_id, location_flag (Hangar, Cargo, Fitted, AssetSafety), or a minimum total_value threshold. Cuts sub-ISK dust from your results instantly.
📈
90-Day Wealth History
Hourly valuation snapshots stored in evas_valuations build a 30/90-day wealth chart. The /api/valuation-history/{char_id}?range=90d endpoint returns timestamped total_value and item_count points.
👥
Multi-Character Support
All connected characters in one view, each with independent asset value, item count, and top locations. Default character set in evas_prefs.default_char_id; switch from the Browse page without re-auth.
📤
CSV Export
Export any filtered result via /api/assets/{char_id}?format=csv. Output includes item_id, type_id, type_name, location_name, location_flag, quantity, unit_price, and total_value.
🌐
Portfolio Net Worth
One ecosystem-wide rollup across every character via /api/portfolio/net-worth: combined asset_total, wallet_total, and net_worth, plus live active_jobs from EVE Industry and watchlist_items from EVE Wallet — your whole EVE financial footprint at a glance.
📊
Scan Run Log
Every collector run writes to evas_scan_runs with started_at, finished_at, chars_collected, items_upserted, and success. The /api/health endpoint surfaces last run status without touching asset data.

Net Worth Formula

net_worth = Σ (quantity × unit_price) + wallet_balance for each asset
where unit_price = jita sell price from ED (ed_region_snapshots, region 10000002)
and assets = ESI character assets (full page-crawl, recursive containers resolved)
and wallet_balance = latest EWL balance snapshot for the character
and items with no price data are valued at 0 ISK (shown as "No Price")
Platform Integration

EVAS reads your wallet balance from EVE Wallet (EWL) and combines it with asset values to show total wealth. Prices are sourced from EVE Dealer (ED). The aggregated portfolio view also pulls live active-job counts from EVE Industry and watchlist counts from EVE Wallet. All tools update independently — EVAS aggregates them on each hourly sync cycle.

// GET STARTED

Know What You Own.

Connect once via EVE SSO. Every item valued, every location mapped, net worth updated hourly.

Launch EVE Assets

Requires a MelTuc account. Create one free.