Skip to content

Commit ebecc62

Browse files
formatting - remove separators
1 parent 004be87 commit ebecc62

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

XLS-0103-vault-metadata/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ This document proposes a minimal, optional convention for using the Vault arbitr
2222

2323
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.
2424

25-
---
26-
2725
## 1. Background and Motivation
2826

2927
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:
3836

3937
As Vaults become more widely used for institutional and ecosystem-facing use cases, the absence of standardized metadata limits transparency and usability.
4038

41-
---
42-
4339
## 2. Proposed Data Convention
4440

4541
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.
5349
| `name` | `n` | Human-readable name of the Vault or fund | LATAM Private Credit Fund II | string | ✔️ |
5450
| `website` | `w` | Website associated with the Vault operator or fund | examplefund.com | string | ✔️ |
5551

56-
---
57-
5852
## 3. Usage Guidelines
5953

6054
- The `Data` field should contain a valid JSON object when following this convention.
6155
- Short key names are recommended to minimize on-ledger storage usage.
6256
- The `website` field may point to a fund page, dashboard, or general operator website.
6357
- This convention is intended to complement, not replace, other attribution mechanisms such as account domain fields.
6458

65-
---
66-
6759
## 4. Example
6860

6961
The following example demonstrates a Vault `Data` payload that follows this recommendation:

0 commit comments

Comments
 (0)