8.1The one thing to understand first
The Portfolio Manager is a privacy-first, members-only tracker. Your holdings live entirely on your own device — nothing is ever uploaded — but it is a paid members tool: it unlocks with an active membership, and if your membership lapses it freezes (your data kept safe) until you renew.
Here is exactly where your information lives:
- Your holdings stay in your browser. When you add a coin, it is saved to your browser's own localStorage — a small storage box that belongs to that one browser on that one device. Think of it like a notebook kept in a drawer at home.
- Prices come from a public price feed. To show live values, the app quietly asks a public price service what each coin is worth. It sends a symbol (like BTC), never you.
- Nothing leaves your device. Your coin list, your amounts, your buy prices — none of it is ever uploaded to CryptoLwa or anyone else. There is no cloud copy.
8.2A tour of the screen
The Portfolio Manager is one page split into a few clear areas. Learn the map once and everything below makes sense.
- ⚡ Import Wallet & 📖 Guide — bulk-load holdings, or open a built-in 9-step how-to.
- Command bar — a symbol box (type & press Enter to add), a connection dot, and a UTC clock.
- Metric ribbon — total, unrealized P&L, cost basis, 24h change, best & worst performer.
- Add asset panel — search/paste a token, set quantity, buy price & target, then add.
- Holdings table — every coin you own, sortable, with per-row action buttons.
- Allocation donut — a pie of your holdings with the total value in the center.
- Lower panes — Brigitte Risk, DCA calculator, Chart, and Install / Data tools.
The top command bar, in plain words
| Control | What it does |
|---|---|
| ⚡ Import Wallet | Bulk-loads holdings at once so you don't have to add coins one by one. |
| 📖 Guide | Opens a built-in 9-step how-to modal (a pop-up box). Close it with the ✕ in its corner. |
| Symbol input | Type a symbol (like ETH) or paste a token contract address, then press Enter to add it fast. |
| Connection dot | Green LIVE = prices are updating. Red OFFLINE = the price feed is unreachable (check your internet). |
| UTC clock | The current time in UTC — the neutral timezone markets quote in, so everyone reads the same clock. |
8.3The metric ribbon — your six-number read
The strip under the command bar answers "how am I doing?" at a glance. Two terms are worth defining once.
Cost basis is the total amount you actually paid for what you hold. Unrealized P&L (profit & loss) is how much your holdings are up or down on paper right now — it becomes "realized" only when you actually sell.
| Metric | What it tells you |
|---|---|
| Portfolio total | The current dollar value of everything you own, plus a count of how many assets. |
| Unrealized P&L | Profit or loss on paper, in dollars and as a percentage. Green = up, red = down. |
| Cost basis | The total you paid in. Total minus cost basis is your unrealized P&L. |
| 24h change | How the whole portfolio moved in the last 24 hours. |
| Best performer | The single holding that's up the most. |
| Worst performer | The single holding that's down the most — the one to check on. |
8.4Adding a holding
The Add asset panel searches DexScreener — over 17,000 tokens across every EVM chain and Solana — so you can find almost anything, not just the big names.
- Find the token. In the search box, type a name or symbol, or paste the token's contract address (the long
0x…string that uniquely identifies it). A results dropdown appears — click the right match. - Enter your quantity. In Quantity, type how many coins/tokens you hold (for example
0.15BTC). - Add your buy price (optional but worth it). In Avg buy $, type the average price you paid per coin. This is your cost basis — it's what unlocks your P&L. Leave it blank if you don't know it.
- Set a sell target (optional). In Sell target $, type a price you'd like to be reminded about. You can also add this later with the ⚑ button.
- Add it. Click Add to portfolio. The coin joins your holdings table, and every metric above updates instantly.
8.5The holdings table & its row buttons
Every coin you own gets a row. Columns are sortable — click a header to reorder. Each row also carries four small action buttons on the right.
- Sortable headers — click Asset, Price, Value, P&L or 24h % to sort the table by it.
- + Buy more — records another purchase and re-averages your cost basis.
- − Sell some — reduces the quantity you hold by an amount you enter.
- ⚑ Set alert — sets a target price the app will watch and notify you about.
- 🗑 Delete — removes the row from your portfolio entirely.
- Empty state — with no coins yet, a prompt points you to the command bar.
What each button asks you
| Button | It asks you… | And then… |
|---|---|---|
| + Buy more | Amount bought and price paid. | Adds to your quantity and re-averages your cost basis, so P&L stays honest. |
| − Sell some | Amount to sell. | Lowers your quantity. Sell all of it and the row clears out. |
| ⚑ Set alert | A target price. | The app polls prices every minute and fires a browser notification the moment your target is hit. |
| 🗑 Delete | Nothing — it just removes the row. | Deletes only from this browser. It never touches any real wallet. |
8.6Setting a target price alert
The ⚑ button lets the app watch a coin for you and tap you on the shoulder when it reaches a price. This uses a browser notification — a small pop-up from your browser — which you allow just once.
- Click the ⚑ on the coin's row. A small box asks for a target price. Type it and confirm.
- Grant notification permission (first time only). Your browser asks "Allow notifications?" Click Allow. This is a one-time yes; the app can't message you without it.
- Leave it running. The app quietly checks prices every minute. When your target is reached, a browser notification pops up — even if you're on another tab.
8.7Allocation, risk, DCA & chart
Four supporting panes turn your raw numbers into decisions.
Allocation donut
Allocation means how your money is split across coins. The donut pie shows each holding as a slice, with a legend listing a color swatch, the symbol, its percentage, and its dollar value. The center shows your TOTAL value. It answers "am I too concentrated in one coin?" at a glance.
Brigitte Risk
This pane gives you a risk-profile read. Click SET to run a short risk quiz — a handful of questions about how you'd react to a drop. Brigitte then tailors her advice to how much risk suits you.
DCA calculator
DCA — Dollar-Cost Averaging — means buying a fixed amount on a regular schedule instead of all at once, which smooths out your entry price. The calculator lets you test a plan:
- Enter your plan. Fill in entry $ (a starting lump, if any), weekly $ (what you'd add each week), and weeks (how long you'd keep going). Optionally add a current price.
- Run it. Click Run DCA.
- Read the result. It shows total invested, worth today, your profit, and your average cost — so you can compare plans before committing real money.
Chart
Click any holding row to load its live TradingView chart in the Chart pane. Two buttons help you go further: one opens it on TradingView in full, and one lets you paste and save your own Pine script — a small strategy snippet — locally, so your custom indicators travel with your browser, not a server.
8.8Installing it as an app (PWA)
The Portfolio Manager is a PWA — a Progressive Web App. That means you can install it like a real app: it gets its own icon on your home screen or dock and opens full-screen, without a browser bar. It still runs entirely on your device.
The Install pane has a big Install button. If your browser hides it, use the per-platform steps below.
- Open it in Chrome, Edge, or Brave. Go to /portfolio.
- Open the browser menu. Tap the ⋮ (three dots) at the top-right.
- Choose "Install app". Tap Install app (sometimes "Add to Home screen"), then confirm. A CryptoLwa icon lands on your home screen.
- Use Safari (only Safari can install on iOS). Open /portfolio in Safari — not Chrome.
- Tap Share. Tap the Share icon (the square with an up-arrow) at the bottom.
- Add to Home Screen. Scroll and tap Add to Home Screen, then Add.
- Open it in Chrome, Edge, or Brave. Go to /portfolio.
- Find the install icon. Look at the right end of the address bar for a small install icon (a monitor with a down-arrow).
- Click Install. Click it, then Install. The app opens in its own window and pins to your taskbar / app list.
- On Safari (Sonoma or newer). Open /portfolio, then go to File → Add to Dock.
- Or on Chrome / Brave. Click the install icon at the right of the address bar, then Install.
- Launch it. The Portfolio Manager now lives in your Dock / Launchpad and opens on its own.
8.9Backing up & moving your data
Because there is no cloud copy, you hold the only backup. The Data pane makes that a two-click habit. A JSON file is just a small text file that stores your whole portfolio in a structured way any device can read back.
| Button | What it does | When to use it |
|---|---|---|
| Export JSON | Downloads a backup file of your entire portfolio. | Do this monthly. There is no cloud copy — this file is your backup. |
| Import JSON | Restores a portfolio from a backup file. | On a new phone, new browser, or after a wipe. Also how you move devices. |
| Wipe local | Erases every holding from this browser. | Only when you truly want a clean slate. Export first! |
8.10Everyday tasks, step by step
The common jobs, boiled down to the fewest clicks.
Add a holding
- Type the symbol. In the top command bar, type e.g.
BTCand press Enter — or use the Add asset panel to search. - Set quantity & buy price. Enter how many you hold and your average buy price, then confirm.
Check your P&L
- Glance at the ribbon. Read Unrealized P&L for the whole portfolio — green is up, red is down.
- Drill into a coin. Read the per-row P&L column to see which holding is carrying you.
Set a target alert
- Click ⚑ on the row. Enter your target price.
- Allow notifications once. Then leave the app running; it checks every minute.
Buy more / sell some
- Bought more? Click +, enter amount and price — your cost basis re-averages.
- Sold some? Click −, enter the amount you sold — your quantity drops.
View allocation & run a DCA plan
- Read the donut. Check the pie and legend to see if you're over-concentrated.
- Test a plan. In the DCA pane, enter entry $, weekly $ and weeks, then Run DCA.
Export & restore
- Back up. In the Data pane, click Export JSON and keep the file somewhere safe.
- Restore. On the other device, click Import JSON and pick that file — you're synced by hand.
Install as an app
- Open the Install pane. Click the big Install button, or follow your platform's tab in §8.8.
- Launch from the icon. Open it from your home screen or dock — full-screen, still on-device.