Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No-collateral Funding #2351

Closed
1 of 17 tasks
abitmore opened this issue Feb 5, 2021 · 10 comments · Fixed by #2469
Closed
1 of 17 tasks

No-collateral Funding #2351

abitmore opened this issue Feb 5, 2021 · 10 comments · Fixed by #2469

Comments

@abitmore
Copy link
Member

abitmore commented Feb 5, 2021

User Story

As a user I'd like that a quick funding feature exists on BitShares. See Aave's "Flash Loans" feature on Ethereum.

Feature brief:

  • user borrows some funds from a pool or several pools and pay them back in the same transaction, no collateral is required;
  • the pool(s) may charge fees.

It is mainly for arbitrage bots with tech but lack of funds.

Casual users can participate via pooling to earn fees.

Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.

  • API (the application programming interface)
  • Build (the build process or something prior to compiled code)
  • CLI (the command line wallet)
  • Deployment (the deployment process after building such as Docker, Travis, etc.)
  • DEX (the Decentralized EXchange, market engine, etc.)
  • P2P (the peer-to-peer network for transaction/block propagation)
  • Performance (system or user efficiency, etc.)
  • Protocol (the blockchain logic, consensus, validation, etc.)
  • Security (the security of system or user data, etc.)
  • UX (the User Experience)
  • Other (please add below)

Additional Context (optional)
Add any other context about your request here.

CORE TEAM TASK LIST

  • Evaluate / Prioritize Feature Request
  • Refine User Stories / Requirements
  • Define Test Cases
  • Design / Develop Solution
  • Perform QA/Testing
  • Update Documentation
@abitmore abitmore added this to To Do in Protocol Upgrade Release (6.0.0) via automation Feb 5, 2021
@sschiessl-bcp
Copy link

Do you have anymore context or specifications other than "See Aave on Ethereum."? :)

@abitmore abitmore changed the title Flash Loans Flash Funding Feb 14, 2021
@abitmore abitmore changed the title Flash Funding Quick Funding Feb 14, 2021
@abitmore
Copy link
Member Author

@sschiessl-bcp title and OP updated.

@sschiessl-bcp
Copy link

Thanks, that gives a good picture.

@sschiessl-bcp
Copy link

You could call it "Atomic loan", since it happens within one transaction.

@abitmore
Copy link
Member Author

I think calling it "loan" may introduce legal issues. "Atomic" is good anyway.

@abitmore
Copy link
Member Author

BTW the name "Atomic Loans" is taken by https://atomic.loans/.

@bitfanatic
Copy link

Now that we are talking about loans

collateralized loans

wouldnt it be good too have a feature where if
person A has 1 MPA.BTC
person A does not want to sell his MPA.BTC because we are in a bullmarket
but person A also needs some stable coins to buy groceries and does not want to pay with bitcoin and lose his MPA.BTC

person B has a lot MPA.USD and woud like to earn some interest
person B is not a trader and does not trust volatile assests

a feature where person A and person B would be able to design a loan
with interest fees and monthly, weekly or daily pay back schemes
or slow buy back schemes
and penalty for not paying back loan by losing the collateral

@sschiessl-bcp
Copy link

Now that we are talking about loans

collateralized loans

wouldnt it be good too have a feature where if
person A has 1 MPA.BTC
person A does not want to sell his MPA.BTC because we are in a bullmarket
but person A also needs some stable coins to buy groceries and does not want to pay with bitcoin and lose his MPA.BTC

person B has a lot MPA.USD and woud like to earn some interest
person B is not a trader and does not trust volatile assests

a feature where person A and person B would be able to design a loan
with interest fees and monthly, weekly or daily pay back schemes
or slow buy back schemes
and penalty for not paying back loan by losing the collateral

Have a look here https://github.com/bitshares/bsips/blob/master/bsip-0070.md

@bitfanatic
Copy link

bitfanatic commented Feb 19, 2021

okay nice looks like a very thorough bsip

i am not sure if a loan should be vulnerable to price volatility
which i think is important it isnt

thanks for sharing Stefan

hope its coming one day

@abitmore abitmore changed the title Quick Funding No-collateral Funding Feb 26, 2021
@abitmore abitmore moved this from To Do to In Development in Protocol Upgrade Release (6.0.0) Jun 5, 2021
@abitmore abitmore self-assigned this Jun 5, 2021
@abitmore abitmore linked a pull request Jun 5, 2021 that will close this issue
@abitmore abitmore moved this from In Development to In Testing in Protocol Upgrade Release (6.0.0) Jun 12, 2021
@abitmore
Copy link
Member Author

Done via #2469.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants