I started lending out my
BTC in a different topic on bitcointalk, and made a little collateral calculator:
http://altcoinhosting.com/loantools/collateral.phpWith this calculator, anybody requesting a loan, or something else that requires collateral, can check for themself if their collateral is more or less valid... The collateral estimation should approximate the amount of bitcoin a lender can get for the collateral if he tries to resell it ASAP. This is why the value seems pretty low at first sight. I have clearly indicated that this estimation is non-binding, leaving the possibility to deny collateral or negotiate a better price between the two involved users.
I'm pretty new to bitcointalk, and bitcoin in general, so i don't know if my numbers are reasonable... This is why i started this topic (to get some input from veteran users)
IF i get good input, and can make my collateral estimator better, everybody on this forum is free to use it... So by giving me good input, you can use a decent estimator ;-)
The kind of input i'm looking for: better estimate collateral values, new forms of collateral, spellcheck,...
The kind of input i'm not looking for: gui, layout, banners, headers, technical questions (i know how to write a script, this is just a first version)
There is no bounty i'm afraid (i just don't have the funds ATM), but like i said: good input will result in a good, free tool for everybody (i might add a coinurl or a-ads banner to pay for the BW costs if my tool is heavily used)!!!
These are the estimates i currently give for accounts (format: keyword_RANK(abbreviated)_(pos/neg trust) = price in BTC)
$prijs_jun_pos = 0.006;
$prijs_jun_neg = 0.00000001;
$prijs_mem_pos = 0.012;
$prijs_mem_neg = 0.00000008;
$prijs_full_pos = 0.03;
$prijs_full_neg = 0.00001;
$prijs_sen_pos = 0.08;
$prijs_sen_neg = 0.01;
$prijs_her_pos = 0.3;
$prijs_her_neg = 0.025;
The altcoins are fetched from poloniex. Only altcoins with a volume > 1
BTC/24hr are included, and i value them at 75% of their minimal ticker value over the last 24 hours
"custom" collateral is valued at 70% of it's indicated price.
I also scripted an intrest calculator:
http://altcoinhosting.com/loantools/intrest.php . I can pretty easily adapt it to another lender's repayment policy for a couple satoshi's (PM if interested
)