Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Couple of additional doc cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Nov 15, 2019
1 parent c2ab001 commit 7cccb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deposits/mistakes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ which is given as a system parameter. **Depositors should send the exact lot
amount of BTC in the funding transaction, or expect loss of funds.**
Since it is not possible for the system to force users into sending any specific
amount, the system must gracefully handle overpayment and underpayment. The
primary impact of overpayment and underpayment is on the ``Deposit```'s collateralization
primary impact of overpayment and underpayment is on the ``Deposit``'s collateralization
ratio. We treat overpayment and underpayment as faulty depositor behavior,
and pass on the associated costs to the depositor.
Expand Down
2 changes: 1 addition & 1 deletion docs/signer-fees/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ need to make a similar return at a minimum on the total capital it's protecting.
assigned. It coordinates the creation and redemption of `LotSize * 1 TBTC`.
- `LotSize`: The exact value of a `Deposit` denominated in `BTC`.
- `OvercollateralizationFactor`: The additional amount which must be deposited
as collateral by the Signer
as collateral by the Signer.
- `BondValue`: The amount a `Signer` must lock in a smart contract as
collateral to mint `TBTC`. Initially this will be denominated in `ETH`.
`Deposit = OverCollateralizationFactor * LotSize * (ETHBTC conversion rate)`.
Expand Down

0 comments on commit 7cccb4b

Please sign in to comment.