Skip to content

Commit

Permalink
Update inscribe protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lurenpluto authored Jan 28, 2024
1 parent 7fa0516 commit d0dbeef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/inscribe protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,20 @@ d. 铭刻时的amt设置要大于等于上述支付金额要求。小于要求
```
price_limit = n*2
```
如果设置时候price超过了上述的price_limit,那么会设置为最大值也即price_limit

下面是协议的示例
```
{"p":"pdi","op":"set","ph":"xxx","price":"1000"}
```


## 与一个公共数据铭文 共鸣(Resonance)
- 向数据铭文的拥有者转账,并设置想要共鸣的公共数据Hash。系统会收取20%的手续费进入基金会账户。
- 转账金额小于该当前设置的铭文共鸣价时,共鸣失败。会退款。
- 向数据铭文的拥有者转账(amt=数据铭文的price),并设置想要共鸣的公共数据Hash。系统会收取20%的手续费进入基金会账户。
- 用户账户DMC-SP余额小于该当前设置的铭文共鸣价price时,共鸣失败,本次操作不会实际扣款
- 共鸣成功后,用户可以在后续吟唱该数据铭文。
- 如果目标用户不拥有该数据的铭文,共鸣失败,会退款。
```
{p:"pdi","op":"res","tick":"DMC ","amt":"1000",ph:"$datahash"}
{p:"pdi","op":"res","tick":"DMC ",ph:"$datahash"}
```
自己共鸣自己的铭文可能会带来简单的放大问题,因此继续增加下面三条限制
1. 设置共鸣的最大数量 : 15
Expand Down

0 comments on commit d0dbeef

Please sign in to comment.