eth-portfolio-temp 0.2.14__cp313-cp313-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. eth_portfolio/__init__.py +25 -0
  2. eth_portfolio/_argspec.cp313-win_amd64.pyd +0 -0
  3. eth_portfolio/_argspec.py +42 -0
  4. eth_portfolio/_cache.py +121 -0
  5. eth_portfolio/_config.cp313-win_amd64.pyd +0 -0
  6. eth_portfolio/_config.py +4 -0
  7. eth_portfolio/_db/__init__.py +0 -0
  8. eth_portfolio/_db/decorators.py +147 -0
  9. eth_portfolio/_db/entities.py +311 -0
  10. eth_portfolio/_db/utils.py +604 -0
  11. eth_portfolio/_decimal.py +156 -0
  12. eth_portfolio/_decorators.py +84 -0
  13. eth_portfolio/_exceptions.py +67 -0
  14. eth_portfolio/_ledgers/__init__.py +0 -0
  15. eth_portfolio/_ledgers/address.py +938 -0
  16. eth_portfolio/_ledgers/portfolio.py +327 -0
  17. eth_portfolio/_loaders/__init__.py +33 -0
  18. eth_portfolio/_loaders/_nonce.cp313-win_amd64.pyd +0 -0
  19. eth_portfolio/_loaders/_nonce.py +196 -0
  20. eth_portfolio/_loaders/balances.cp313-win_amd64.pyd +0 -0
  21. eth_portfolio/_loaders/balances.py +94 -0
  22. eth_portfolio/_loaders/token_transfer.py +217 -0
  23. eth_portfolio/_loaders/transaction.py +240 -0
  24. eth_portfolio/_loaders/utils.cp313-win_amd64.pyd +0 -0
  25. eth_portfolio/_loaders/utils.py +68 -0
  26. eth_portfolio/_shitcoins.cp313-win_amd64.pyd +0 -0
  27. eth_portfolio/_shitcoins.py +329 -0
  28. eth_portfolio/_stableish.cp313-win_amd64.pyd +0 -0
  29. eth_portfolio/_stableish.py +42 -0
  30. eth_portfolio/_submodules.py +73 -0
  31. eth_portfolio/_utils.py +225 -0
  32. eth_portfolio/_ydb/__init__.py +0 -0
  33. eth_portfolio/_ydb/token_transfers.py +145 -0
  34. eth_portfolio/address.py +397 -0
  35. eth_portfolio/buckets.py +194 -0
  36. eth_portfolio/constants.cp313-win_amd64.pyd +0 -0
  37. eth_portfolio/constants.py +82 -0
  38. eth_portfolio/portfolio.py +661 -0
  39. eth_portfolio/protocols/__init__.py +67 -0
  40. eth_portfolio/protocols/_base.py +108 -0
  41. eth_portfolio/protocols/convex.py +17 -0
  42. eth_portfolio/protocols/dsr.py +51 -0
  43. eth_portfolio/protocols/lending/README.md +6 -0
  44. eth_portfolio/protocols/lending/__init__.py +50 -0
  45. eth_portfolio/protocols/lending/_base.py +57 -0
  46. eth_portfolio/protocols/lending/compound.py +187 -0
  47. eth_portfolio/protocols/lending/liquity.py +110 -0
  48. eth_portfolio/protocols/lending/maker.py +104 -0
  49. eth_portfolio/protocols/lending/unit.py +46 -0
  50. eth_portfolio/protocols/liquity.py +16 -0
  51. eth_portfolio/py.typed +0 -0
  52. eth_portfolio/structs/__init__.py +43 -0
  53. eth_portfolio/structs/modified.py +69 -0
  54. eth_portfolio/structs/structs.py +637 -0
  55. eth_portfolio/typing/__init__.py +1447 -0
  56. eth_portfolio/typing/balance/single.py +176 -0
  57. eth_portfolio__mypyc.cp313-win_amd64.pyd +0 -0
  58. eth_portfolio_scripts/__init__.py +20 -0
  59. eth_portfolio_scripts/_args.py +26 -0
  60. eth_portfolio_scripts/_logging.py +15 -0
  61. eth_portfolio_scripts/_portfolio.py +194 -0
  62. eth_portfolio_scripts/_utils.py +106 -0
  63. eth_portfolio_scripts/balances.cp313-win_amd64.pyd +0 -0
  64. eth_portfolio_scripts/balances.py +52 -0
  65. eth_portfolio_scripts/docker/.grafana/dashboards/Portfolio/Balances.json +1962 -0
  66. eth_portfolio_scripts/docker/.grafana/dashboards/dashboards.yaml +10 -0
  67. eth_portfolio_scripts/docker/.grafana/datasources/datasources.yml +11 -0
  68. eth_portfolio_scripts/docker/__init__.cp313-win_amd64.pyd +0 -0
  69. eth_portfolio_scripts/docker/__init__.py +16 -0
  70. eth_portfolio_scripts/docker/check.cp313-win_amd64.pyd +0 -0
  71. eth_portfolio_scripts/docker/check.py +67 -0
  72. eth_portfolio_scripts/docker/docker-compose.yaml +61 -0
  73. eth_portfolio_scripts/docker/docker_compose.cp313-win_amd64.pyd +0 -0
  74. eth_portfolio_scripts/docker/docker_compose.py +81 -0
  75. eth_portfolio_scripts/main.py +119 -0
  76. eth_portfolio_scripts/py.typed +1 -0
  77. eth_portfolio_scripts/victoria/__init__.py +73 -0
  78. eth_portfolio_scripts/victoria/types.py +38 -0
  79. eth_portfolio_temp-0.2.14.dist-info/METADATA +26 -0
  80. eth_portfolio_temp-0.2.14.dist-info/RECORD +83 -0
  81. eth_portfolio_temp-0.2.14.dist-info/WHEEL +5 -0
  82. eth_portfolio_temp-0.2.14.dist-info/entry_points.txt +2 -0
  83. eth_portfolio_temp-0.2.14.dist-info/top_level.txt +3 -0
@@ -0,0 +1,1962 @@
1
+ {
2
+ "annotations": {
3
+ "list": [
4
+ {
5
+ "builtIn": 1,
6
+ "datasource": "-- Grafana --",
7
+ "enable": true,
8
+ "hide": true,
9
+ "iconColor": "rgba(0, 211, 255, 1)",
10
+ "name": "Annotations & Alerts",
11
+ "target": {
12
+ "limit": 100,
13
+ "matchAny": false,
14
+ "tags": [],
15
+ "type": "dashboard"
16
+ },
17
+ "type": "dashboard"
18
+ }
19
+ ]
20
+ },
21
+ "editable": true,
22
+ "fiscalYearStartMonth": 0,
23
+ "gnetId": null,
24
+ "graphTooltip": 1,
25
+ "id": 26,
26
+ "links": [],
27
+ "liveNow": false,
28
+ "panels": [
29
+ {
30
+ "datasource": "PROMETHEUS",
31
+ "fieldConfig": {
32
+ "defaults": {
33
+ "color": {
34
+ "mode": "thresholds"
35
+ },
36
+ "mappings": [],
37
+ "thresholds": {
38
+ "mode": "absolute",
39
+ "steps": [
40
+ {
41
+ "color": "green",
42
+ "value": null
43
+ },
44
+ {
45
+ "color": "red",
46
+ "value": 80
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ "overrides": []
52
+ },
53
+ "gridPos": {
54
+ "h": 4,
55
+ "w": 3,
56
+ "x": 0,
57
+ "y": 0
58
+ },
59
+ "id": 12,
60
+ "options": {
61
+ "colorMode": "value",
62
+ "graphMode": "area",
63
+ "justifyMode": "auto",
64
+ "orientation": "auto",
65
+ "reduceOptions": {
66
+ "calcs": [
67
+ "lastNotNull"
68
+ ],
69
+ "fields": "",
70
+ "values": false
71
+ },
72
+ "text": {},
73
+ "textMode": "auto"
74
+ },
75
+ "pluginVersion": "8.2.1",
76
+ "targets": [
77
+ {
78
+ "exemplar": true,
79
+ "expr": "sum(my_portfolio_assets{param=\"balance\",token=\"YFI\"})",
80
+ "interval": "",
81
+ "legendFormat": "YFI Balance",
82
+ "refId": "A"
83
+ },
84
+ {
85
+ "exemplar": true,
86
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",token=\"YFI\"})",
87
+ "hide": false,
88
+ "interval": "",
89
+ "legendFormat": "YFI Value",
90
+ "refId": "B"
91
+ },
92
+ {
93
+ "exemplar": true,
94
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",token=\"yvYFI\"})",
95
+ "hide": false,
96
+ "interval": "",
97
+ "legendFormat": "yvYFI Value",
98
+ "refId": "C"
99
+ }
100
+ ],
101
+ "title": "YFI in Portfolio",
102
+ "transformations": [
103
+ {
104
+ "id": "calculateField",
105
+ "options": {
106
+ "alias": "YFI Price",
107
+ "binary": {
108
+ "left": "YFI Value",
109
+ "operator": "/",
110
+ "reducer": "sum",
111
+ "right": "YFI Balance"
112
+ },
113
+ "mode": "binary",
114
+ "reduce": {
115
+ "reducer": "sum"
116
+ },
117
+ "replaceFields": false
118
+ }
119
+ },
120
+ {
121
+ "id": "calculateField",
122
+ "options": {
123
+ "alias": "yvYFI Balance in YFI",
124
+ "binary": {
125
+ "left": "yvYFI Value",
126
+ "operator": "/",
127
+ "reducer": "sum",
128
+ "right": "YFI Price"
129
+ },
130
+ "mode": "binary",
131
+ "reduce": {
132
+ "reducer": "sum"
133
+ },
134
+ "replaceFields": false
135
+ }
136
+ },
137
+ {
138
+ "id": "calculateField",
139
+ "options": {
140
+ "alias": "YFI Balance",
141
+ "binary": {
142
+ "left": "yvYFI Balance in YFI",
143
+ "operator": "+",
144
+ "reducer": "sum",
145
+ "right": "YFI Balance"
146
+ },
147
+ "mode": "binary",
148
+ "reduce": {
149
+ "reducer": "sum"
150
+ },
151
+ "replaceFields": true
152
+ }
153
+ }
154
+ ],
155
+ "type": "stat"
156
+ },
157
+ {
158
+ "datasource": "PROMETHEUS",
159
+ "fieldConfig": {
160
+ "defaults": {
161
+ "color": {
162
+ "mode": "thresholds"
163
+ },
164
+ "mappings": [],
165
+ "thresholds": {
166
+ "mode": "absolute",
167
+ "steps": [
168
+ {
169
+ "color": "green",
170
+ "value": null
171
+ },
172
+ {
173
+ "color": "red",
174
+ "value": 80
175
+ }
176
+ ]
177
+ },
178
+ "unit": "currencyUSD"
179
+ },
180
+ "overrides": []
181
+ },
182
+ "gridPos": {
183
+ "h": 4,
184
+ "w": 3,
185
+ "x": 3,
186
+ "y": 0
187
+ },
188
+ "id": 7,
189
+ "options": {
190
+ "colorMode": "value",
191
+ "graphMode": "area",
192
+ "justifyMode": "auto",
193
+ "orientation": "auto",
194
+ "reduceOptions": {
195
+ "calcs": [
196
+ "lastNotNull"
197
+ ],
198
+ "fields": "",
199
+ "values": false
200
+ },
201
+ "text": {},
202
+ "textMode": "auto"
203
+ },
204
+ "pluginVersion": "8.2.1",
205
+ "targets": [
206
+ {
207
+ "exemplar": true,
208
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",token=\"YFI\"}) + sum(my_portfolio_assets{param=\"usd value\",token=\"yvYFI\"})",
209
+ "format": "time_series",
210
+ "instant": false,
211
+ "interval": "",
212
+ "legendFormat": "",
213
+ "refId": "A"
214
+ }
215
+ ],
216
+ "title": "YFI in Portfolio ($)",
217
+ "type": "stat"
218
+ },
219
+ {
220
+ "datasource": "PROMETHEUS",
221
+ "fieldConfig": {
222
+ "defaults": {
223
+ "color": {
224
+ "mode": "thresholds"
225
+ },
226
+ "mappings": [],
227
+ "thresholds": {
228
+ "mode": "absolute",
229
+ "steps": [
230
+ {
231
+ "color": "green",
232
+ "value": null
233
+ },
234
+ {
235
+ "color": "red",
236
+ "value": 80
237
+ }
238
+ ]
239
+ },
240
+ "unit": "currencyUSD"
241
+ },
242
+ "overrides": []
243
+ },
244
+ "gridPos": {
245
+ "h": 4,
246
+ "w": 3,
247
+ "x": 6,
248
+ "y": 0
249
+ },
250
+ "id": 9,
251
+ "options": {
252
+ "colorMode": "value",
253
+ "graphMode": "area",
254
+ "justifyMode": "auto",
255
+ "orientation": "auto",
256
+ "reduceOptions": {
257
+ "calcs": [
258
+ "lastNotNull"
259
+ ],
260
+ "fields": "",
261
+ "values": false
262
+ },
263
+ "text": {},
264
+ "textMode": "auto"
265
+ },
266
+ "pluginVersion": "8.2.1",
267
+ "targets": [
268
+ {
269
+ "exemplar": true,
270
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket!=\"YFI\", bucket!=\"Other long term assets\", token=\"yvCurve-sdCRVv2-f\", token=\"OGV\", token=\"NEWO\", token=\"yvCurve-pUSD-FRAXBP-f\", token=\"yvCurve-yETH-f\", token=\"GUSD\"})",
271
+ "format": "time_series",
272
+ "instant": false,
273
+ "interval": "",
274
+ "legendFormat": "",
275
+ "refId": "A"
276
+ }
277
+ ],
278
+ "title": "Liquid Assets",
279
+ "type": "stat"
280
+ },
281
+ {
282
+ "datasource": "PROMETHEUS",
283
+ "fieldConfig": {
284
+ "defaults": {
285
+ "color": {
286
+ "mode": "thresholds"
287
+ },
288
+ "mappings": [],
289
+ "thresholds": {
290
+ "mode": "absolute",
291
+ "steps": [
292
+ {
293
+ "color": "green",
294
+ "value": null
295
+ },
296
+ {
297
+ "color": "red",
298
+ "value": 80
299
+ }
300
+ ]
301
+ },
302
+ "unit": "currencyUSD"
303
+ },
304
+ "overrides": []
305
+ },
306
+ "gridPos": {
307
+ "h": 4,
308
+ "w": 3,
309
+ "x": 9,
310
+ "y": 0
311
+ },
312
+ "id": 20,
313
+ "options": {
314
+ "colorMode": "value",
315
+ "graphMode": "area",
316
+ "justifyMode": "auto",
317
+ "orientation": "auto",
318
+ "reduceOptions": {
319
+ "calcs": [
320
+ "lastNotNull"
321
+ ],
322
+ "fields": "",
323
+ "values": false
324
+ },
325
+ "text": {},
326
+ "textMode": "auto"
327
+ },
328
+ "pluginVersion": "8.2.1",
329
+ "targets": [
330
+ {
331
+ "exemplar": true,
332
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"ETH\"})",
333
+ "interval": "",
334
+ "legendFormat": "",
335
+ "refId": "A"
336
+ }
337
+ ],
338
+ "title": "ETH",
339
+ "type": "stat"
340
+ },
341
+ {
342
+ "datasource": "PROMETHEUS",
343
+ "fieldConfig": {
344
+ "defaults": {
345
+ "color": {
346
+ "mode": "thresholds"
347
+ },
348
+ "mappings": [],
349
+ "thresholds": {
350
+ "mode": "absolute",
351
+ "steps": [
352
+ {
353
+ "color": "green",
354
+ "value": null
355
+ },
356
+ {
357
+ "color": "red",
358
+ "value": 80
359
+ }
360
+ ]
361
+ },
362
+ "unit": "currencyUSD"
363
+ },
364
+ "overrides": []
365
+ },
366
+ "gridPos": {
367
+ "h": 4,
368
+ "w": 3,
369
+ "x": 12,
370
+ "y": 0
371
+ },
372
+ "id": 19,
373
+ "options": {
374
+ "colorMode": "value",
375
+ "graphMode": "area",
376
+ "justifyMode": "auto",
377
+ "orientation": "auto",
378
+ "reduceOptions": {
379
+ "calcs": [
380
+ "lastNotNull"
381
+ ],
382
+ "fields": "",
383
+ "values": false
384
+ },
385
+ "text": {},
386
+ "textMode": "auto"
387
+ },
388
+ "pluginVersion": "8.2.1",
389
+ "targets": [
390
+ {
391
+ "exemplar": true,
392
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"BTC\"})",
393
+ "interval": "",
394
+ "legendFormat": "",
395
+ "refId": "A"
396
+ }
397
+ ],
398
+ "title": "BTC",
399
+ "type": "stat"
400
+ },
401
+ {
402
+ "datasource": "PROMETHEUS",
403
+ "fieldConfig": {
404
+ "defaults": {
405
+ "color": {
406
+ "mode": "thresholds"
407
+ },
408
+ "mappings": [],
409
+ "thresholds": {
410
+ "mode": "absolute",
411
+ "steps": [
412
+ {
413
+ "color": "green",
414
+ "value": null
415
+ },
416
+ {
417
+ "color": "red",
418
+ "value": 80
419
+ }
420
+ ]
421
+ },
422
+ "unit": "currencyUSD"
423
+ },
424
+ "overrides": []
425
+ },
426
+ "gridPos": {
427
+ "h": 4,
428
+ "w": 3,
429
+ "x": 15,
430
+ "y": 0
431
+ },
432
+ "id": 10,
433
+ "options": {
434
+ "colorMode": "value",
435
+ "graphMode": "area",
436
+ "justifyMode": "auto",
437
+ "orientation": "auto",
438
+ "reduceOptions": {
439
+ "calcs": [
440
+ "lastNotNull"
441
+ ],
442
+ "fields": "",
443
+ "values": false
444
+ },
445
+ "text": {},
446
+ "textMode": "auto"
447
+ },
448
+ "pluginVersion": "8.2.1",
449
+ "targets": [
450
+ {
451
+ "exemplar": true,
452
+ "expr": "sum(my_portfolio_assets{param=\"usd value\", bucket=\"Cash & cash equivalents\"})",
453
+ "format": "time_series",
454
+ "instant": false,
455
+ "interval": "",
456
+ "legendFormat": "",
457
+ "refId": "A"
458
+ }
459
+ ],
460
+ "title": "Cash",
461
+ "type": "stat"
462
+ },
463
+ {
464
+ "datasource": "PROMETHEUS",
465
+ "fieldConfig": {
466
+ "defaults": {
467
+ "color": {
468
+ "mode": "thresholds"
469
+ },
470
+ "mappings": [],
471
+ "thresholds": {
472
+ "mode": "absolute",
473
+ "steps": [
474
+ {
475
+ "color": "green",
476
+ "value": null
477
+ },
478
+ {
479
+ "color": "red",
480
+ "value": 80
481
+ }
482
+ ]
483
+ },
484
+ "unit": "currencyUSD"
485
+ },
486
+ "overrides": []
487
+ },
488
+ "gridPos": {
489
+ "h": 4,
490
+ "w": 3,
491
+ "x": 18,
492
+ "y": 0
493
+ },
494
+ "id": 8,
495
+ "options": {
496
+ "colorMode": "value",
497
+ "graphMode": "area",
498
+ "justifyMode": "auto",
499
+ "orientation": "auto",
500
+ "reduceOptions": {
501
+ "calcs": [
502
+ "lastNotNull"
503
+ ],
504
+ "fields": "",
505
+ "values": false
506
+ },
507
+ "text": {},
508
+ "textMode": "auto"
509
+ },
510
+ "pluginVersion": "8.2.1",
511
+ "targets": [
512
+ {
513
+ "exemplar": true,
514
+ "expr": "sum(my_portfolio_debt{param=\"usd value\"})",
515
+ "format": "time_series",
516
+ "instant": false,
517
+ "interval": "",
518
+ "legendFormat": "",
519
+ "refId": "A"
520
+ }
521
+ ],
522
+ "title": "Portfolio Debt",
523
+ "type": "stat"
524
+ },
525
+ {
526
+ "datasource": "PROMETHEUS",
527
+ "fieldConfig": {
528
+ "defaults": {
529
+ "color": {
530
+ "mode": "thresholds"
531
+ },
532
+ "mappings": [],
533
+ "thresholds": {
534
+ "mode": "absolute",
535
+ "steps": [
536
+ {
537
+ "color": "green",
538
+ "value": null
539
+ },
540
+ {
541
+ "color": "red",
542
+ "value": 80
543
+ }
544
+ ]
545
+ },
546
+ "unit": "currencyUSD"
547
+ },
548
+ "overrides": []
549
+ },
550
+ "gridPos": {
551
+ "h": 4,
552
+ "w": 3,
553
+ "x": 21,
554
+ "y": 0
555
+ },
556
+ "id": 18,
557
+ "options": {
558
+ "colorMode": "value",
559
+ "graphMode": "area",
560
+ "justifyMode": "auto",
561
+ "orientation": "auto",
562
+ "reduceOptions": {
563
+ "calcs": [
564
+ "lastNotNull"
565
+ ],
566
+ "fields": "",
567
+ "values": false
568
+ },
569
+ "text": {},
570
+ "textMode": "auto"
571
+ },
572
+ "pluginVersion": "8.2.1",
573
+ "targets": [
574
+ {
575
+ "exemplar": true,
576
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Cash & cash equivalents\"}) - sum(my_portfolio_debt{param=\"usd value\"})",
577
+ "interval": "",
578
+ "legendFormat": "",
579
+ "refId": "A"
580
+ }
581
+ ],
582
+ "title": "Cash - Debt",
583
+ "type": "stat"
584
+ },
585
+ {
586
+ "datasource": "PROMETHEUS",
587
+ "fieldConfig": {
588
+ "defaults": {
589
+ "color": {
590
+ "mode": "palette-classic"
591
+ },
592
+ "custom": {
593
+ "axisLabel": "",
594
+ "axisPlacement": "auto",
595
+ "barAlignment": 0,
596
+ "drawStyle": "line",
597
+ "fillOpacity": 0,
598
+ "gradientMode": "none",
599
+ "hideFrom": {
600
+ "legend": false,
601
+ "tooltip": false,
602
+ "viz": false
603
+ },
604
+ "lineInterpolation": "linear",
605
+ "lineWidth": 1,
606
+ "pointSize": 5,
607
+ "scaleDistribution": {
608
+ "type": "linear"
609
+ },
610
+ "showPoints": "auto",
611
+ "spanNulls": 3600000,
612
+ "stacking": {
613
+ "group": "A",
614
+ "mode": "none"
615
+ },
616
+ "thresholdsStyle": {
617
+ "mode": "off"
618
+ }
619
+ },
620
+ "mappings": [],
621
+ "thresholds": {
622
+ "mode": "absolute",
623
+ "steps": [
624
+ {
625
+ "color": "green",
626
+ "value": null
627
+ }
628
+ ]
629
+ },
630
+ "unit": "currencyUSD"
631
+ },
632
+ "overrides": []
633
+ },
634
+ "gridPos": {
635
+ "h": 10,
636
+ "w": 12,
637
+ "x": 0,
638
+ "y": 4
639
+ },
640
+ "id": 2,
641
+ "options": {
642
+ "legend": {
643
+ "calcs": [
644
+ "lastNotNull"
645
+ ],
646
+ "displayMode": "list",
647
+ "placement": "bottom"
648
+ },
649
+ "tooltip": {
650
+ "mode": "single"
651
+ }
652
+ },
653
+ "targets": [
654
+ {
655
+ "exemplar": true,
656
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket!=\"YFI\", bucket!=\"Other long term assets\"}) by (Bucket)",
657
+ "hide": false,
658
+ "interval": "",
659
+ "legendFormat": "{{Bucket}}",
660
+ "refId": "A"
661
+ },
662
+ {
663
+ "exemplar": true,
664
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",token=\"YFI\"}) by (Bucket)",
665
+ "hide": true,
666
+ "interval": "",
667
+ "legendFormat": "",
668
+ "refId": "B"
669
+ }
670
+ ],
671
+ "title": "Liquid Assets",
672
+ "type": "timeseries"
673
+ },
674
+ {
675
+ "datasource": "PROMETHEUS",
676
+ "fieldConfig": {
677
+ "defaults": {
678
+ "color": {
679
+ "mode": "palette-classic"
680
+ },
681
+ "custom": {
682
+ "axisLabel": "",
683
+ "axisPlacement": "auto",
684
+ "barAlignment": 0,
685
+ "drawStyle": "line",
686
+ "fillOpacity": 0,
687
+ "gradientMode": "none",
688
+ "hideFrom": {
689
+ "legend": false,
690
+ "tooltip": false,
691
+ "viz": false
692
+ },
693
+ "lineInterpolation": "linear",
694
+ "lineWidth": 1,
695
+ "pointSize": 5,
696
+ "scaleDistribution": {
697
+ "type": "linear"
698
+ },
699
+ "showPoints": "auto",
700
+ "spanNulls": 3600000,
701
+ "stacking": {
702
+ "group": "A",
703
+ "mode": "none"
704
+ },
705
+ "thresholdsStyle": {
706
+ "mode": "off"
707
+ }
708
+ },
709
+ "mappings": [],
710
+ "thresholds": {
711
+ "mode": "absolute",
712
+ "steps": [
713
+ {
714
+ "color": "green",
715
+ "value": null
716
+ },
717
+ {
718
+ "color": "red",
719
+ "value": 80
720
+ }
721
+ ]
722
+ },
723
+ "unit": "currencyUSD"
724
+ },
725
+ "overrides": []
726
+ },
727
+ "gridPos": {
728
+ "h": 10,
729
+ "w": 12,
730
+ "x": 12,
731
+ "y": 4
732
+ },
733
+ "id": 3,
734
+ "options": {
735
+ "legend": {
736
+ "calcs": [
737
+ "lastNotNull"
738
+ ],
739
+ "displayMode": "list",
740
+ "placement": "bottom"
741
+ },
742
+ "tooltip": {
743
+ "mode": "single"
744
+ }
745
+ },
746
+ "targets": [
747
+ {
748
+ "exemplar": true,
749
+ "expr": "sum(my_portfolio_debt{param=\"usd value\"}) by (Token)",
750
+ "interval": "",
751
+ "legendFormat": "{{Token}}",
752
+ "refId": "A"
753
+ }
754
+ ],
755
+ "title": "Protocol Debt",
756
+ "type": "timeseries"
757
+ },
758
+ {
759
+ "datasource": "PROMETHEUS",
760
+ "fieldConfig": {
761
+ "defaults": {
762
+ "color": {
763
+ "mode": "palette-classic"
764
+ },
765
+ "custom": {
766
+ "axisLabel": "",
767
+ "axisPlacement": "auto",
768
+ "barAlignment": 0,
769
+ "drawStyle": "line",
770
+ "fillOpacity": 0,
771
+ "gradientMode": "none",
772
+ "hideFrom": {
773
+ "legend": false,
774
+ "tooltip": false,
775
+ "viz": false
776
+ },
777
+ "lineInterpolation": "linear",
778
+ "lineWidth": 1,
779
+ "pointSize": 5,
780
+ "scaleDistribution": {
781
+ "type": "linear"
782
+ },
783
+ "showPoints": "auto",
784
+ "spanNulls": 3600000,
785
+ "stacking": {
786
+ "group": "A",
787
+ "mode": "none"
788
+ },
789
+ "thresholdsStyle": {
790
+ "mode": "off"
791
+ }
792
+ },
793
+ "mappings": [],
794
+ "thresholds": {
795
+ "mode": "absolute",
796
+ "steps": [
797
+ {
798
+ "color": "green",
799
+ "value": null
800
+ },
801
+ {
802
+ "color": "red",
803
+ "value": 80
804
+ }
805
+ ]
806
+ },
807
+ "unit": "currencyUSD"
808
+ },
809
+ "overrides": []
810
+ },
811
+ "gridPos": {
812
+ "h": 10,
813
+ "w": 12,
814
+ "x": 0,
815
+ "y": 14
816
+ },
817
+ "id": 5,
818
+ "options": {
819
+ "legend": {
820
+ "calcs": [
821
+ "lastNotNull"
822
+ ],
823
+ "displayMode": "list",
824
+ "placement": "bottom"
825
+ },
826
+ "tooltip": {
827
+ "mode": "single"
828
+ }
829
+ },
830
+ "targets": [
831
+ {
832
+ "exemplar": true,
833
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket!=\"YFI\",bucket!=\"Other long term assets\"})",
834
+ "hide": false,
835
+ "interval": "",
836
+ "legendFormat": "Liquid Assets",
837
+ "refId": "C"
838
+ },
839
+ {
840
+ "exemplar": true,
841
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Cash & cash equivalents\"})",
842
+ "hide": false,
843
+ "interval": "",
844
+ "legendFormat": "Cash",
845
+ "refId": "E"
846
+ },
847
+ {
848
+ "exemplar": true,
849
+ "expr": "sum(my_portfolio_debt{param=\"usd value\"})",
850
+ "hide": false,
851
+ "interval": "",
852
+ "legendFormat": "Debt",
853
+ "refId": "B"
854
+ },
855
+ {
856
+ "exemplar": true,
857
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Cash & cash equivalents\"}) - sum(my_portfolio_debt{param=\"usd value\"})",
858
+ "hide": false,
859
+ "interval": "",
860
+ "legendFormat": "Cash - Debt",
861
+ "refId": "D"
862
+ },
863
+ {
864
+ "exemplar": true,
865
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket!=\"YFI\"}) - sum(my_portfolio_debt{param=\"usd value\"})",
866
+ "hide": false,
867
+ "interval": "",
868
+ "legendFormat": "Liquid Assets - Debt",
869
+ "refId": "A"
870
+ }
871
+ ],
872
+ "title": "Assets - Debt",
873
+ "type": "timeseries"
874
+ },
875
+ {
876
+ "datasource": "PROMETHEUS",
877
+ "fieldConfig": {
878
+ "defaults": {
879
+ "color": {
880
+ "mode": "palette-classic"
881
+ },
882
+ "custom": {
883
+ "axisLabel": "",
884
+ "axisPlacement": "auto",
885
+ "barAlignment": 0,
886
+ "drawStyle": "line",
887
+ "fillOpacity": 0,
888
+ "gradientMode": "none",
889
+ "hideFrom": {
890
+ "legend": false,
891
+ "tooltip": false,
892
+ "viz": false
893
+ },
894
+ "lineInterpolation": "linear",
895
+ "lineWidth": 1,
896
+ "pointSize": 5,
897
+ "scaleDistribution": {
898
+ "type": "linear"
899
+ },
900
+ "showPoints": "auto",
901
+ "spanNulls": 3600000,
902
+ "stacking": {
903
+ "group": "A",
904
+ "mode": "none"
905
+ },
906
+ "thresholdsStyle": {
907
+ "mode": "off"
908
+ }
909
+ },
910
+ "mappings": [],
911
+ "thresholds": {
912
+ "mode": "absolute",
913
+ "steps": [
914
+ {
915
+ "color": "green",
916
+ "value": null
917
+ },
918
+ {
919
+ "color": "red",
920
+ "value": 80
921
+ }
922
+ ]
923
+ },
924
+ "unit": "percentunit"
925
+ },
926
+ "overrides": []
927
+ },
928
+ "gridPos": {
929
+ "h": 10,
930
+ "w": 12,
931
+ "x": 12,
932
+ "y": 14
933
+ },
934
+ "id": 35,
935
+ "options": {
936
+ "legend": {
937
+ "calcs": [],
938
+ "displayMode": "list",
939
+ "placement": "bottom"
940
+ },
941
+ "tooltip": {
942
+ "mode": "single"
943
+ }
944
+ },
945
+ "pluginVersion": "8.2.1",
946
+ "targets": [
947
+ {
948
+ "exemplar": true,
949
+ "expr": "sum(my_portfolio_debt{param=\"usd value\"})",
950
+ "interval": "",
951
+ "legendFormat": "",
952
+ "refId": "A"
953
+ },
954
+ {
955
+ "exemplar": true,
956
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket!=\"Other long term assets\"})",
957
+ "hide": false,
958
+ "interval": "",
959
+ "legendFormat": "",
960
+ "refId": "B"
961
+ }
962
+ ],
963
+ "title": "Debt to Asset Ratio",
964
+ "transformations": [
965
+ {
966
+ "id": "calculateField",
967
+ "options": {
968
+ "alias": "Debt to Asset Ratio",
969
+ "binary": {
970
+ "left": "sum(my_portfolio_debt{param=\"usd value\"})",
971
+ "operator": "/",
972
+ "reducer": "sum",
973
+ "right": "sum(my_portfolio_assets{param=\"usd value\",bucket!=\"Other long term assets\"})"
974
+ },
975
+ "mode": "binary",
976
+ "reduce": {
977
+ "reducer": "sum"
978
+ },
979
+ "replaceFields": true
980
+ }
981
+ }
982
+ ],
983
+ "type": "timeseries"
984
+ },
985
+ {
986
+ "collapsed": true,
987
+ "datasource": null,
988
+ "gridPos": {
989
+ "h": 1,
990
+ "w": 24,
991
+ "x": 0,
992
+ "y": 24
993
+ },
994
+ "id": 33,
995
+ "panels": [
996
+ {
997
+ "aliasColors": {},
998
+ "bars": false,
999
+ "dashLength": 10,
1000
+ "dashes": false,
1001
+ "datasource": "PROMETHEUS",
1002
+ "fieldConfig": {
1003
+ "defaults": {
1004
+ "unit": "currencyUSD"
1005
+ },
1006
+ "overrides": []
1007
+ },
1008
+ "fill": 0,
1009
+ "fillGradient": 0,
1010
+ "gridPos": {
1011
+ "h": 16,
1012
+ "w": 24,
1013
+ "x": 0,
1014
+ "y": 26
1015
+ },
1016
+ "hiddenSeries": false,
1017
+ "id": 15,
1018
+ "legend": {
1019
+ "alignAsTable": true,
1020
+ "avg": false,
1021
+ "current": true,
1022
+ "hideEmpty": true,
1023
+ "hideZero": true,
1024
+ "max": false,
1025
+ "min": false,
1026
+ "rightSide": true,
1027
+ "show": true,
1028
+ "sort": "current",
1029
+ "sortDesc": true,
1030
+ "total": false,
1031
+ "values": true
1032
+ },
1033
+ "lines": true,
1034
+ "linewidth": 1,
1035
+ "nullPointMode": "null as zero",
1036
+ "options": {
1037
+ "alertThreshold": true
1038
+ },
1039
+ "percentage": false,
1040
+ "pluginVersion": "8.2.1",
1041
+ "pointradius": 2,
1042
+ "points": false,
1043
+ "renderer": "flot",
1044
+ "seriesOverrides": [],
1045
+ "spaceLength": 10,
1046
+ "stack": false,
1047
+ "steppedLine": false,
1048
+ "targets": [
1049
+ {
1050
+ "exemplar": true,
1051
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Cash & cash equivalents\"}) by (Token)",
1052
+ "hide": false,
1053
+ "interval": "",
1054
+ "legendFormat": "{{Token}}",
1055
+ "refId": "A"
1056
+ }
1057
+ ],
1058
+ "thresholds": [],
1059
+ "timeFrom": null,
1060
+ "timeRegions": [],
1061
+ "timeShift": null,
1062
+ "title": "Liquid Cash",
1063
+ "tooltip": {
1064
+ "shared": true,
1065
+ "sort": 2,
1066
+ "value_type": "individual"
1067
+ },
1068
+ "type": "graph",
1069
+ "xaxis": {
1070
+ "buckets": null,
1071
+ "mode": "time",
1072
+ "name": null,
1073
+ "show": true,
1074
+ "values": []
1075
+ },
1076
+ "yaxes": [
1077
+ {
1078
+ "$$hashKey": "object:72",
1079
+ "format": "currencyUSD",
1080
+ "label": null,
1081
+ "logBase": 1,
1082
+ "max": null,
1083
+ "min": null,
1084
+ "show": true
1085
+ },
1086
+ {
1087
+ "$$hashKey": "object:73",
1088
+ "format": "short",
1089
+ "label": null,
1090
+ "logBase": 1,
1091
+ "max": null,
1092
+ "min": null,
1093
+ "show": false
1094
+ }
1095
+ ],
1096
+ "yaxis": {
1097
+ "align": false,
1098
+ "alignLevel": null
1099
+ }
1100
+ }
1101
+ ],
1102
+ "title": "Liquid Cash",
1103
+ "type": "row"
1104
+ },
1105
+ {
1106
+ "collapsed": true,
1107
+ "datasource": null,
1108
+ "gridPos": {
1109
+ "h": 1,
1110
+ "w": 24,
1111
+ "x": 0,
1112
+ "y": 25
1113
+ },
1114
+ "id": 31,
1115
+ "panels": [
1116
+ {
1117
+ "aliasColors": {},
1118
+ "bars": false,
1119
+ "dashLength": 10,
1120
+ "dashes": false,
1121
+ "datasource": "PROMETHEUS",
1122
+ "fieldConfig": {
1123
+ "defaults": {
1124
+ "unit": "currencyUSD"
1125
+ },
1126
+ "overrides": []
1127
+ },
1128
+ "fill": 0,
1129
+ "fillGradient": 0,
1130
+ "gridPos": {
1131
+ "h": 16,
1132
+ "w": 24,
1133
+ "x": 0,
1134
+ "y": 28
1135
+ },
1136
+ "hiddenSeries": false,
1137
+ "id": 21,
1138
+ "legend": {
1139
+ "alignAsTable": true,
1140
+ "avg": false,
1141
+ "current": true,
1142
+ "hideEmpty": true,
1143
+ "hideZero": true,
1144
+ "max": false,
1145
+ "min": false,
1146
+ "rightSide": true,
1147
+ "show": true,
1148
+ "sort": "current",
1149
+ "sortDesc": true,
1150
+ "total": false,
1151
+ "values": true
1152
+ },
1153
+ "lines": true,
1154
+ "linewidth": 1,
1155
+ "nullPointMode": "null as zero",
1156
+ "options": {
1157
+ "alertThreshold": true
1158
+ },
1159
+ "percentage": false,
1160
+ "pluginVersion": "8.2.1",
1161
+ "pointradius": 2,
1162
+ "points": false,
1163
+ "renderer": "flot",
1164
+ "seriesOverrides": [],
1165
+ "spaceLength": 10,
1166
+ "stack": false,
1167
+ "steppedLine": false,
1168
+ "targets": [
1169
+ {
1170
+ "exemplar": true,
1171
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"ETH\"}) by (Token)",
1172
+ "hide": false,
1173
+ "interval": "",
1174
+ "legendFormat": "{{Token}}",
1175
+ "refId": "A"
1176
+ }
1177
+ ],
1178
+ "thresholds": [],
1179
+ "timeFrom": null,
1180
+ "timeRegions": [],
1181
+ "timeShift": null,
1182
+ "title": "Liquid ETH",
1183
+ "tooltip": {
1184
+ "shared": true,
1185
+ "sort": 2,
1186
+ "value_type": "individual"
1187
+ },
1188
+ "type": "graph",
1189
+ "xaxis": {
1190
+ "buckets": null,
1191
+ "mode": "time",
1192
+ "name": null,
1193
+ "show": true,
1194
+ "values": []
1195
+ },
1196
+ "yaxes": [
1197
+ {
1198
+ "$$hashKey": "object:72",
1199
+ "format": "currencyUSD",
1200
+ "label": null,
1201
+ "logBase": 1,
1202
+ "max": null,
1203
+ "min": null,
1204
+ "show": true
1205
+ },
1206
+ {
1207
+ "$$hashKey": "object:73",
1208
+ "format": "short",
1209
+ "label": null,
1210
+ "logBase": 1,
1211
+ "max": null,
1212
+ "min": null,
1213
+ "show": false
1214
+ }
1215
+ ],
1216
+ "yaxis": {
1217
+ "align": false,
1218
+ "alignLevel": null
1219
+ }
1220
+ }
1221
+ ],
1222
+ "title": "Liquid ETH",
1223
+ "type": "row"
1224
+ },
1225
+ {
1226
+ "collapsed": true,
1227
+ "datasource": null,
1228
+ "gridPos": {
1229
+ "h": 1,
1230
+ "w": 24,
1231
+ "x": 0,
1232
+ "y": 26
1233
+ },
1234
+ "id": 29,
1235
+ "panels": [
1236
+ {
1237
+ "aliasColors": {},
1238
+ "bars": false,
1239
+ "dashLength": 10,
1240
+ "dashes": false,
1241
+ "datasource": "PROMETHEUS",
1242
+ "fieldConfig": {
1243
+ "defaults": {
1244
+ "unit": "currencyUSD"
1245
+ },
1246
+ "overrides": []
1247
+ },
1248
+ "fill": 0,
1249
+ "fillGradient": 0,
1250
+ "gridPos": {
1251
+ "h": 16,
1252
+ "w": 24,
1253
+ "x": 0,
1254
+ "y": 28
1255
+ },
1256
+ "hiddenSeries": false,
1257
+ "id": 22,
1258
+ "legend": {
1259
+ "alignAsTable": true,
1260
+ "avg": false,
1261
+ "current": true,
1262
+ "hideEmpty": true,
1263
+ "hideZero": true,
1264
+ "max": false,
1265
+ "min": false,
1266
+ "rightSide": true,
1267
+ "show": true,
1268
+ "sort": "current",
1269
+ "sortDesc": true,
1270
+ "total": false,
1271
+ "values": true
1272
+ },
1273
+ "lines": true,
1274
+ "linewidth": 1,
1275
+ "nullPointMode": "null as zero",
1276
+ "options": {
1277
+ "alertThreshold": true
1278
+ },
1279
+ "percentage": false,
1280
+ "pluginVersion": "8.2.1",
1281
+ "pointradius": 2,
1282
+ "points": false,
1283
+ "renderer": "flot",
1284
+ "seriesOverrides": [],
1285
+ "spaceLength": 10,
1286
+ "stack": false,
1287
+ "steppedLine": false,
1288
+ "targets": [
1289
+ {
1290
+ "exemplar": true,
1291
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"BTC\"}) by (Token)",
1292
+ "hide": false,
1293
+ "interval": "",
1294
+ "legendFormat": "{{Token}}",
1295
+ "refId": "A"
1296
+ }
1297
+ ],
1298
+ "thresholds": [],
1299
+ "timeFrom": null,
1300
+ "timeRegions": [],
1301
+ "timeShift": null,
1302
+ "title": "Liquid BTC",
1303
+ "tooltip": {
1304
+ "shared": true,
1305
+ "sort": 2,
1306
+ "value_type": "individual"
1307
+ },
1308
+ "type": "graph",
1309
+ "xaxis": {
1310
+ "buckets": null,
1311
+ "mode": "time",
1312
+ "name": null,
1313
+ "show": true,
1314
+ "values": []
1315
+ },
1316
+ "yaxes": [
1317
+ {
1318
+ "$$hashKey": "object:72",
1319
+ "format": "currencyUSD",
1320
+ "label": null,
1321
+ "logBase": 1,
1322
+ "max": null,
1323
+ "min": null,
1324
+ "show": true
1325
+ },
1326
+ {
1327
+ "$$hashKey": "object:73",
1328
+ "format": "short",
1329
+ "label": null,
1330
+ "logBase": 1,
1331
+ "max": null,
1332
+ "min": null,
1333
+ "show": false
1334
+ }
1335
+ ],
1336
+ "yaxis": {
1337
+ "align": false,
1338
+ "alignLevel": null
1339
+ }
1340
+ }
1341
+ ],
1342
+ "title": "Liquid BTC",
1343
+ "type": "row"
1344
+ },
1345
+ {
1346
+ "collapsed": true,
1347
+ "datasource": null,
1348
+ "gridPos": {
1349
+ "h": 1,
1350
+ "w": 24,
1351
+ "x": 0,
1352
+ "y": 27
1353
+ },
1354
+ "id": 27,
1355
+ "panels": [
1356
+ {
1357
+ "aliasColors": {},
1358
+ "bars": false,
1359
+ "dashLength": 10,
1360
+ "dashes": false,
1361
+ "datasource": "PROMETHEUS",
1362
+ "fieldConfig": {
1363
+ "defaults": {
1364
+ "unit": "currencyUSD"
1365
+ },
1366
+ "overrides": []
1367
+ },
1368
+ "fill": 0,
1369
+ "fillGradient": 0,
1370
+ "gridPos": {
1371
+ "h": 16,
1372
+ "w": 24,
1373
+ "x": 0,
1374
+ "y": 28
1375
+ },
1376
+ "hiddenSeries": false,
1377
+ "id": 23,
1378
+ "legend": {
1379
+ "alignAsTable": true,
1380
+ "avg": false,
1381
+ "current": true,
1382
+ "hideEmpty": true,
1383
+ "hideZero": true,
1384
+ "max": false,
1385
+ "min": false,
1386
+ "rightSide": true,
1387
+ "show": true,
1388
+ "sort": "current",
1389
+ "sortDesc": true,
1390
+ "total": false,
1391
+ "values": true
1392
+ },
1393
+ "lines": true,
1394
+ "linewidth": 1,
1395
+ "nullPointMode": "null as zero",
1396
+ "options": {
1397
+ "alertThreshold": true
1398
+ },
1399
+ "percentage": false,
1400
+ "pluginVersion": "8.2.1",
1401
+ "pointradius": 2,
1402
+ "points": false,
1403
+ "renderer": "flot",
1404
+ "seriesOverrides": [],
1405
+ "spaceLength": 10,
1406
+ "stack": false,
1407
+ "steppedLine": false,
1408
+ "targets": [
1409
+ {
1410
+ "exemplar": true,
1411
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Other short term assets\", token=\"yvCurve-sdCRVv2-f\", token=\"OGV\", token=\"NEWO\", token=\"yvCurve-pUSD-FRAXBP-f\", token=\"yvCurve-yETH-f\", token=\"GUSD\"}) by (Token)",
1412
+ "hide": false,
1413
+ "interval": "",
1414
+ "legendFormat": "{{Token}}",
1415
+ "refId": "A"
1416
+ }
1417
+ ],
1418
+ "thresholds": [],
1419
+ "timeFrom": null,
1420
+ "timeRegions": [],
1421
+ "timeShift": null,
1422
+ "title": "Liquid Everything Else",
1423
+ "tooltip": {
1424
+ "shared": true,
1425
+ "sort": 2,
1426
+ "value_type": "individual"
1427
+ },
1428
+ "type": "graph",
1429
+ "xaxis": {
1430
+ "buckets": null,
1431
+ "mode": "time",
1432
+ "name": null,
1433
+ "show": true,
1434
+ "values": []
1435
+ },
1436
+ "yaxes": [
1437
+ {
1438
+ "$$hashKey": "object:72",
1439
+ "format": "currencyUSD",
1440
+ "label": null,
1441
+ "logBase": 1,
1442
+ "max": null,
1443
+ "min": null,
1444
+ "show": true
1445
+ },
1446
+ {
1447
+ "$$hashKey": "object:73",
1448
+ "format": "short",
1449
+ "label": null,
1450
+ "logBase": 1,
1451
+ "max": null,
1452
+ "min": null,
1453
+ "show": false
1454
+ }
1455
+ ],
1456
+ "yaxis": {
1457
+ "align": false,
1458
+ "alignLevel": null
1459
+ }
1460
+ }
1461
+ ],
1462
+ "title": "Liquid Everything Else",
1463
+ "type": "row"
1464
+ },
1465
+ {
1466
+ "collapsed": true,
1467
+ "datasource": null,
1468
+ "gridPos": {
1469
+ "h": 1,
1470
+ "w": 24,
1471
+ "x": 0,
1472
+ "y": 28
1473
+ },
1474
+ "id": 40,
1475
+ "panels": [
1476
+ {
1477
+ "aliasColors": {},
1478
+ "bars": false,
1479
+ "dashLength": 10,
1480
+ "dashes": false,
1481
+ "datasource": "PROMETHEUS",
1482
+ "fieldConfig": {
1483
+ "defaults": {
1484
+ "unit": "currencyUSD"
1485
+ },
1486
+ "overrides": []
1487
+ },
1488
+ "fill": 0,
1489
+ "fillGradient": 0,
1490
+ "gridPos": {
1491
+ "h": 16,
1492
+ "w": 24,
1493
+ "x": 0,
1494
+ "y": 29
1495
+ },
1496
+ "hiddenSeries": false,
1497
+ "id": 45,
1498
+ "legend": {
1499
+ "alignAsTable": true,
1500
+ "avg": false,
1501
+ "current": true,
1502
+ "hideEmpty": true,
1503
+ "hideZero": true,
1504
+ "max": false,
1505
+ "min": false,
1506
+ "rightSide": true,
1507
+ "show": true,
1508
+ "sort": "current",
1509
+ "sortDesc": true,
1510
+ "total": false,
1511
+ "values": true
1512
+ },
1513
+ "lines": true,
1514
+ "linewidth": 1,
1515
+ "nullPointMode": "null as zero",
1516
+ "options": {
1517
+ "alertThreshold": true
1518
+ },
1519
+ "percentage": false,
1520
+ "pluginVersion": "8.2.1",
1521
+ "pointradius": 2,
1522
+ "points": false,
1523
+ "renderer": "flot",
1524
+ "seriesOverrides": [],
1525
+ "spaceLength": 10,
1526
+ "stack": false,
1527
+ "steppedLine": false,
1528
+ "targets": [
1529
+ {
1530
+ "exemplar": true,
1531
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Cash & cash equivalents\"}) by (Token,Wallet)",
1532
+ "hide": false,
1533
+ "interval": "",
1534
+ "legendFormat": "{{Token}} | {{Wallet}}",
1535
+ "refId": "A"
1536
+ }
1537
+ ],
1538
+ "thresholds": [],
1539
+ "timeFrom": null,
1540
+ "timeRegions": [],
1541
+ "timeShift": null,
1542
+ "title": "Liquid Cash by Wallet",
1543
+ "tooltip": {
1544
+ "shared": true,
1545
+ "sort": 2,
1546
+ "value_type": "individual"
1547
+ },
1548
+ "type": "graph",
1549
+ "xaxis": {
1550
+ "buckets": null,
1551
+ "mode": "time",
1552
+ "name": null,
1553
+ "show": true,
1554
+ "values": []
1555
+ },
1556
+ "yaxes": [
1557
+ {
1558
+ "$$hashKey": "object:72",
1559
+ "format": "currencyUSD",
1560
+ "label": null,
1561
+ "logBase": 1,
1562
+ "max": null,
1563
+ "min": null,
1564
+ "show": true
1565
+ },
1566
+ {
1567
+ "$$hashKey": "object:73",
1568
+ "format": "short",
1569
+ "label": null,
1570
+ "logBase": 1,
1571
+ "max": null,
1572
+ "min": null,
1573
+ "show": false
1574
+ }
1575
+ ],
1576
+ "yaxis": {
1577
+ "align": false,
1578
+ "alignLevel": null
1579
+ }
1580
+ }
1581
+ ],
1582
+ "title": "Liquid Cash by Wallet",
1583
+ "type": "row"
1584
+ },
1585
+ {
1586
+ "collapsed": true,
1587
+ "datasource": null,
1588
+ "gridPos": {
1589
+ "h": 1,
1590
+ "w": 24,
1591
+ "x": 0,
1592
+ "y": 29
1593
+ },
1594
+ "id": 42,
1595
+ "panels": [
1596
+ {
1597
+ "aliasColors": {},
1598
+ "bars": false,
1599
+ "dashLength": 10,
1600
+ "dashes": false,
1601
+ "datasource": "PROMETHEUS",
1602
+ "fieldConfig": {
1603
+ "defaults": {
1604
+ "unit": "currencyUSD"
1605
+ },
1606
+ "overrides": []
1607
+ },
1608
+ "fill": 0,
1609
+ "fillGradient": 0,
1610
+ "gridPos": {
1611
+ "h": 16,
1612
+ "w": 24,
1613
+ "x": 0,
1614
+ "y": 30
1615
+ },
1616
+ "hiddenSeries": false,
1617
+ "id": 36,
1618
+ "legend": {
1619
+ "alignAsTable": true,
1620
+ "avg": false,
1621
+ "current": true,
1622
+ "hideEmpty": true,
1623
+ "hideZero": true,
1624
+ "max": false,
1625
+ "min": false,
1626
+ "rightSide": true,
1627
+ "show": true,
1628
+ "sort": "current",
1629
+ "sortDesc": true,
1630
+ "total": false,
1631
+ "values": true
1632
+ },
1633
+ "lines": true,
1634
+ "linewidth": 1,
1635
+ "nullPointMode": "null as zero",
1636
+ "options": {
1637
+ "alertThreshold": true
1638
+ },
1639
+ "percentage": false,
1640
+ "pluginVersion": "8.2.1",
1641
+ "pointradius": 2,
1642
+ "points": false,
1643
+ "renderer": "flot",
1644
+ "seriesOverrides": [],
1645
+ "spaceLength": 10,
1646
+ "stack": false,
1647
+ "steppedLine": false,
1648
+ "targets": [
1649
+ {
1650
+ "exemplar": true,
1651
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"ETH\"}) by (Token,Wallet)",
1652
+ "hide": false,
1653
+ "interval": "",
1654
+ "legendFormat": "{{Token}} | {{Wallet}}",
1655
+ "refId": "A"
1656
+ }
1657
+ ],
1658
+ "thresholds": [],
1659
+ "timeFrom": null,
1660
+ "timeRegions": [],
1661
+ "timeShift": null,
1662
+ "title": "Liquid ETH by Wallet",
1663
+ "tooltip": {
1664
+ "shared": true,
1665
+ "sort": 2,
1666
+ "value_type": "individual"
1667
+ },
1668
+ "type": "graph",
1669
+ "xaxis": {
1670
+ "buckets": null,
1671
+ "mode": "time",
1672
+ "name": null,
1673
+ "show": true,
1674
+ "values": []
1675
+ },
1676
+ "yaxes": [
1677
+ {
1678
+ "$$hashKey": "object:72",
1679
+ "format": "currencyUSD",
1680
+ "label": null,
1681
+ "logBase": 1,
1682
+ "max": null,
1683
+ "min": null,
1684
+ "show": true
1685
+ },
1686
+ {
1687
+ "$$hashKey": "object:73",
1688
+ "format": "short",
1689
+ "label": null,
1690
+ "logBase": 1,
1691
+ "max": null,
1692
+ "min": null,
1693
+ "show": false
1694
+ }
1695
+ ],
1696
+ "yaxis": {
1697
+ "align": false,
1698
+ "alignLevel": null
1699
+ }
1700
+ }
1701
+ ],
1702
+ "title": "Liquid ETH by Wallet",
1703
+ "type": "row"
1704
+ },
1705
+ {
1706
+ "collapsed": true,
1707
+ "datasource": null,
1708
+ "gridPos": {
1709
+ "h": 1,
1710
+ "w": 24,
1711
+ "x": 0,
1712
+ "y": 30
1713
+ },
1714
+ "id": 44,
1715
+ "panels": [
1716
+ {
1717
+ "aliasColors": {},
1718
+ "bars": false,
1719
+ "dashLength": 10,
1720
+ "dashes": false,
1721
+ "datasource": "PROMETHEUS",
1722
+ "fieldConfig": {
1723
+ "defaults": {
1724
+ "unit": "currencyUSD"
1725
+ },
1726
+ "overrides": []
1727
+ },
1728
+ "fill": 0,
1729
+ "fillGradient": 0,
1730
+ "gridPos": {
1731
+ "h": 16,
1732
+ "w": 24,
1733
+ "x": 0,
1734
+ "y": 31
1735
+ },
1736
+ "hiddenSeries": false,
1737
+ "id": 48,
1738
+ "legend": {
1739
+ "alignAsTable": true,
1740
+ "avg": false,
1741
+ "current": true,
1742
+ "hideEmpty": true,
1743
+ "hideZero": true,
1744
+ "max": false,
1745
+ "min": false,
1746
+ "rightSide": true,
1747
+ "show": true,
1748
+ "sort": "current",
1749
+ "sortDesc": true,
1750
+ "total": false,
1751
+ "values": true
1752
+ },
1753
+ "lines": true,
1754
+ "linewidth": 1,
1755
+ "nullPointMode": "null as zero",
1756
+ "options": {
1757
+ "alertThreshold": true
1758
+ },
1759
+ "percentage": false,
1760
+ "pluginVersion": "8.2.1",
1761
+ "pointradius": 2,
1762
+ "points": false,
1763
+ "renderer": "flot",
1764
+ "seriesOverrides": [],
1765
+ "spaceLength": 10,
1766
+ "stack": false,
1767
+ "steppedLine": false,
1768
+ "targets": [
1769
+ {
1770
+ "exemplar": true,
1771
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"BTC\"}) by (Token,Wallet)",
1772
+ "hide": false,
1773
+ "interval": "",
1774
+ "legendFormat": "{{Token}} | {{Wallet}}",
1775
+ "refId": "A"
1776
+ }
1777
+ ],
1778
+ "thresholds": [],
1779
+ "timeFrom": null,
1780
+ "timeRegions": [],
1781
+ "timeShift": null,
1782
+ "title": "Liquid BTC by Wallet",
1783
+ "tooltip": {
1784
+ "shared": true,
1785
+ "sort": 2,
1786
+ "value_type": "individual"
1787
+ },
1788
+ "type": "graph",
1789
+ "xaxis": {
1790
+ "buckets": null,
1791
+ "mode": "time",
1792
+ "name": null,
1793
+ "show": true,
1794
+ "values": []
1795
+ },
1796
+ "yaxes": [
1797
+ {
1798
+ "$$hashKey": "object:72",
1799
+ "format": "currencyUSD",
1800
+ "label": null,
1801
+ "logBase": 1,
1802
+ "max": null,
1803
+ "min": null,
1804
+ "show": true
1805
+ },
1806
+ {
1807
+ "$$hashKey": "object:73",
1808
+ "format": "short",
1809
+ "label": null,
1810
+ "logBase": 1,
1811
+ "max": null,
1812
+ "min": null,
1813
+ "show": false
1814
+ }
1815
+ ],
1816
+ "yaxis": {
1817
+ "align": false,
1818
+ "alignLevel": null
1819
+ }
1820
+ }
1821
+ ],
1822
+ "title": "Liquid BTC by Wallet",
1823
+ "type": "row"
1824
+ },
1825
+ {
1826
+ "collapsed": true,
1827
+ "datasource": null,
1828
+ "gridPos": {
1829
+ "h": 1,
1830
+ "w": 24,
1831
+ "x": 0,
1832
+ "y": 31
1833
+ },
1834
+ "id": 47,
1835
+ "panels": [
1836
+ {
1837
+ "aliasColors": {},
1838
+ "bars": false,
1839
+ "dashLength": 10,
1840
+ "dashes": false,
1841
+ "datasource": "PROMETHEUS",
1842
+ "fieldConfig": {
1843
+ "defaults": {
1844
+ "unit": "currencyUSD"
1845
+ },
1846
+ "overrides": []
1847
+ },
1848
+ "fill": 0,
1849
+ "fillGradient": 0,
1850
+ "gridPos": {
1851
+ "h": 16,
1852
+ "w": 24,
1853
+ "x": 0,
1854
+ "y": 32
1855
+ },
1856
+ "hiddenSeries": false,
1857
+ "id": 49,
1858
+ "legend": {
1859
+ "alignAsTable": true,
1860
+ "avg": false,
1861
+ "current": true,
1862
+ "hideEmpty": true,
1863
+ "hideZero": true,
1864
+ "max": false,
1865
+ "min": false,
1866
+ "rightSide": true,
1867
+ "show": true,
1868
+ "sort": "current",
1869
+ "sortDesc": true,
1870
+ "total": false,
1871
+ "values": true
1872
+ },
1873
+ "lines": true,
1874
+ "linewidth": 1,
1875
+ "nullPointMode": "null as zero",
1876
+ "options": {
1877
+ "alertThreshold": true
1878
+ },
1879
+ "percentage": false,
1880
+ "pluginVersion": "8.2.1",
1881
+ "pointradius": 2,
1882
+ "points": false,
1883
+ "renderer": "flot",
1884
+ "seriesOverrides": [],
1885
+ "spaceLength": 10,
1886
+ "stack": false,
1887
+ "steppedLine": false,
1888
+ "targets": [
1889
+ {
1890
+ "exemplar": true,
1891
+ "expr": "sum(my_portfolio_assets{param=\"usd value\",bucket=\"Other short term assets\", token=\"yvCurve-sdCRVv2-f\", token=\"OGV\", token=\"NEWO\", token=\"yvCurve-pUSD-FRAXBP-f\", token=\"yvCurve-yETH-f\", token=\"GUSD\"}) by (Token,Wallet)",
1892
+ "hide": false,
1893
+ "interval": "",
1894
+ "legendFormat": "{{Token}} | {{Wallet}}",
1895
+ "refId": "A"
1896
+ }
1897
+ ],
1898
+ "thresholds": [],
1899
+ "timeFrom": null,
1900
+ "timeRegions": [],
1901
+ "timeShift": null,
1902
+ "title": "Liquid Everything Else by Wallet",
1903
+ "tooltip": {
1904
+ "shared": true,
1905
+ "sort": 2,
1906
+ "value_type": "individual"
1907
+ },
1908
+ "type": "graph",
1909
+ "xaxis": {
1910
+ "buckets": null,
1911
+ "mode": "time",
1912
+ "name": null,
1913
+ "show": true,
1914
+ "values": []
1915
+ },
1916
+ "yaxes": [
1917
+ {
1918
+ "$$hashKey": "object:72",
1919
+ "format": "currencyUSD",
1920
+ "label": null,
1921
+ "logBase": 1,
1922
+ "max": null,
1923
+ "min": null,
1924
+ "show": true
1925
+ },
1926
+ {
1927
+ "$$hashKey": "object:73",
1928
+ "format": "short",
1929
+ "label": null,
1930
+ "logBase": 1,
1931
+ "max": null,
1932
+ "min": null,
1933
+ "show": false
1934
+ }
1935
+ ],
1936
+ "yaxis": {
1937
+ "align": false,
1938
+ "alignLevel": null
1939
+ }
1940
+ }
1941
+ ],
1942
+ "title": "Liquid Everything Else by Wallet",
1943
+ "type": "row"
1944
+ }
1945
+ ],
1946
+ "refresh": "30s",
1947
+ "schemaVersion": 31,
1948
+ "style": "dark",
1949
+ "tags": [],
1950
+ "templating": {
1951
+ "list": []
1952
+ },
1953
+ "time": {
1954
+ "from": "now-30d",
1955
+ "to": "now"
1956
+ },
1957
+ "timepicker": {},
1958
+ "timezone": "",
1959
+ "title": "Portfolio Balances",
1960
+ "uid": "9_ppKhd7z",
1961
+ "version": 45
1962
+ }