Commit 0c64894
Edward (OpenClaw)
docs(asset-leasing): drop the contradictory 'non-custodial escrow' claim
The previous wording said 'The program acts as a non-custodial
escrow' and then immediately described the program taking custody
of A tokens in a program-owned vault. Both can't be true.
What's actually true: the program holds funds in vaults during the
lease, the program-derived address signs all transfers, no admin
key exists, and the rules are the deployed bytecode. Reworded to
state this directly without the 'non-custodial' label, which in
common DeFi usage means 'no admin can pull funds outside the rules'
- a much narrower claim than 'the program never touches your funds',
which is what the original phrasing sounded like.1 parent 61e25c5 commit 0c64894
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
0 commit comments