You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: XLS-0103-vault-metadata/README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ This document proposes a minimal, optional convention for using the Vault arbitr
22
22
23
23
This proposal does not restrict how the arbitrary data field may otherwise be used. Vaults that follow this recommendation will simply be easier to identify and integrate into downstream applications.
24
24
25
-
---
26
-
27
25
## 1. Background and Motivation
28
26
29
27
The Vault object includes a `Data` field defined as:
@@ -38,8 +36,6 @@ Because this field is unstructured, there is currently no consistent way to:
38
36
39
37
As Vaults become more widely used for institutional and ecosystem-facing use cases, the absence of standardized metadata limits transparency and usability.
40
38
41
-
---
42
-
43
39
## 2. Proposed Data Convention
44
40
45
41
This proposal defines a minimal JSON-based convention for the Vault `Data` field. The convention focuses on compact key names to accommodate the 256-byte size limit, while still providing sufficient context for discovery and attribution.
@@ -53,17 +49,13 @@ All fields defined below are optional but recommended.
53
49
|`name`|`n`| Human-readable name of the Vault or fund | LATAM Private Credit Fund II | string | ✔️ |
54
50
|`website`|`w`| Website associated with the Vault operator or fund | examplefund.com | string | ✔️ |
55
51
56
-
---
57
-
58
52
## 3. Usage Guidelines
59
53
60
54
- The `Data` field should contain a valid JSON object when following this convention.
61
55
- Short key names are recommended to minimize on-ledger storage usage.
62
56
- The `website` field may point to a fund page, dashboard, or general operator website.
63
57
- This convention is intended to complement, not replace, other attribution mechanisms such as account domain fields.
64
58
65
-
---
66
-
67
59
## 4. Example
68
60
69
61
The following example demonstrates a Vault `Data` payload that follows this recommendation:
0 commit comments