Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - abit

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 26
61
任何人都可以作为资方,设置资金池,定义费率、质押资产类型及比例、时间等要求。
资金池里可以是任意资产(除非有白名单限制)。
同一资金池可以设置多种质押资产,各种资产的质押比例要求各自独立。
可以指定借款人。
可以设置借款金额上下限。
可以设置资金池有效期,开启后一段时间定期关闭,缓解时间长了价格变动太大带来的风险。

借款人借款后,如果到期不按时还款,则质押资产全部归出资方所有。
不设置喂价爆仓机制。

借出资金可灵活运用,比如提现到其他平台,最大化收益。

出资方收益有两种
- 借款人按时还款,支付相关费用
- 借款人未按时还款,质押资产归资方,质押品可能超出借款价值

这个功能主要应用场景是短期借贷。
比较好的出资方式是定期调整质押品比例要求(变相喂价)。
具体应用场景很明显,就不展开详细描述了。

顺便说下,这个功能给之前介绍的无抵押借贷功能增加了一个应用场景:借新还旧。
* 如果质押借贷A即将到期,但借款人手头没有足够资金用来还款时,可以通过无抵押借贷的方式借出资金B,进行还款,再用返还的质押品质押借出一笔新资金C归还从无抵押借贷借出的资金B,实现借新还旧的目的。

相关代码: https://github.com/bitshares/bitshares-core/pull/2479

62
任何人都可以作为资方,设置资金池,定义费率。
资金池里可以是任意资产(除非有白名单限制)。
只要有人从资金池借款,即可获得被动收益。

借方随时可以借款,无需任何抵押,唯一条件是及时还款和付清相关费用。
资金可灵活运用,最大化收益。

应用场景之一:三角套利。
* 借款,三角套利交易,获利,还款。

应用场景之二:调整债仓。可以绕开 ICR 等参数限制。
* 降杠杆:借款(抵押资产),卖出,调仓,还款。
* 加杠杆:借款(债务资产),买入,调仓,还款。

应用场景之三:应对无可用资产支付手续费的情况。
* 借款,其他交易获得资产用于支付手续费,还款。

应用场景4:p2p借贷借新还旧。
* 如果质押借贷A即将到期,但借款人手头没有足够资金用来还款时,可以通过无抵押借贷的方式借出资金B,进行还款,再用返还的质押品质押借出一笔新资金C归还从无抵押借贷借出的资金B,实现借新还旧的目的。

场景5:使用一半手续费创建资产(不存费池)
* 因为创建资产时,支付的手续费的一半会进入费池,而费池里这部分可以马上提出来,所以实际上,创建资产只需要支付一半手续费。实际操作为:借款,创建资产,提取费池,还款。

(其他场景欢迎补充)

相关代码已初步开发完成: https://github.com/bitshares/bitshares-core/pull/2469

63
2021年5月23日 bitCNY 最少喂价人从1人调整为3人

目前参数:
初始抵押率(抵押线) ICR 300%
维持抵押率(爆仓线) MCR 160%
最大轧空率(爆仓惩罚上限) MSSR 105%
爆仓费率 MCFR 3%
强清费率 FSFP 3%
强清价格偏移(强清补偿) FSO 2%
强清延时 24小时
每小时最大强清比例 0.5%
最少有效喂价人数 3
喂价人清单
1.2.183     hiquanta
1.2.35248   in.abit
1.2.420186  clone (yexiao)
1.2.987999  zapata42-witness
1.2.1031601 btspp-witness

借款功能目前开放,债务上限 3000 万 bitCNY
强清功能目前关闭

64
2021-05-23 bitCNY minimum_feeds adjusted from 1 to 3 for better redundancy.

Current parameters:

ICR (Initial collateral ratio) 300%
MCR (Maintenance collateral ratio) 160%
MSSR (Maximum short-squeeze ratio) 105%
MCFR (Margin call fee rate) 3%
FSFP (Force settlement fee percent) 3%
FSO (Force settlement price offset) 2%
Force settlement delay 24 hour
Maximum force settlement volume per hour 0.5%
Minimum feeds 3
Price feed producers list:
1.2.183     hiquanta
1.2.35248   in.abit
1.2.420186  clone (yexiao)
1.2.987999  zapata42-witness
1.2.1031601 btspp-witness

Borrowing is enabled. The maximum supply is limited to 30,000,000 bitCNY.
Force-settlement is disabled.

65
GS price  0.0481 USD/BTS
Revive price 0.0721 USD/BTS

Current minimum_feeds is 3, and the price feed producer list is adjusted to 2 producers:
1.2.987999  zapata42-witness
1.2.1035733 syalon

It will be revived when market recovered, specifically, when median feed price is higher than the revive price.
collateral bidding will be ignored.

Before it's revived, bitUSD holders can force settle their bitUSD to get BTS from the GS pool at the GS price.

66
全局清算价  0.0481 USD/BTS
复活价 0.0721 USD/BTS

目前最少喂价人数是 3 ,喂价人清单调整为2人:
1.2.987999  zapata42-witness
1.2.1035733 syalon

待价格回升,将调整喂价人清单触发复活。不接受竞价。

复活前, bitUSD 持有人可以发起强清,按全局清算价兑换清算池中的BTS 。

67
2021年5月21日 ,为了增加容错率, bitRUBLE 最少喂价人从5人调整为3人

68
2021-05-21 bitRUBLE minimum_feeds adjusted from 5 to 3 for better redundancy.

69
中文 (Chinese) / BitShares 主网新版本 5.2.1 发布
« on: May 05, 2021, 04:57:41 pm »
https://github.com/bitshares/bitshares-core/releases/tag/5.2.1

包含节点稳定性补丁,建议所有节点升级。

70
General Discussion / BitShares Core "Splash" ♥ 5.2.1 ♥ Release
« on: May 05, 2021, 04:55:47 pm »
https://github.com/bitshares/bitshares-core/releases/tag/5.2.1

It is recommended that all nodes be upgraded to benefit from the stability improvements.

71
中文 (Chinese) / 测试网新版本 test-5.2.1
« on: May 04, 2021, 03:54:24 pm »
测试网新版 test-5.2.1 已发布: https://github.com/bitshares/bitshares-core/releases/tag/test-5.2.1

主要是修复一个节点同步问题。

72
General Discussion / Testnet release test-5.2.1
« on: May 04, 2021, 03:53:06 pm »
New testnet release "test-5.2.1" https://github.com/bitshares/bitshares-core/releases/tag/test-5.2.1 with a node sync fix.

More info on the release page.

75
General Discussion / Testnet release test-5.2.0
« on: April 21, 2021, 12:46:03 pm »
New testnet release "test-5.2.0" https://github.com/bitshares/bitshares-core/releases/tag/test-5.2.0 with new API, Ubuntu 20.04 LTS support and more.

Testnet API nodes please upgrade and test. Other nodes are recommended to upgrade too, although not required.

More info on the release page (release notes, binaries, docker and etc).

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 26