Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Commit aa105bb

Browse files
committed
Add small stellar research doc
1 parent 64754e9 commit aa105bb

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

research/stellar.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Stellar
2+
## concept
3+
All assets in stellar are credit, issued by anchors.
4+
5+
When you hold assets in Stellar, you’re actually holding credit from a particular issuer that promises to return the real world value ( for example USD) when you return it.
6+
7+
License wise, this might pose a problem
8+
9+
## Distributed Exchange
10+
Assets are linked to the issuing Anchor. An order can only be executed if both buyer and seller have a trustline to the issuing party.
11+
12+
Supports asset conversion up to 6 hops, but the whole payment is atomic.
13+
14+
**Assets must be present as credit on the stellar network.**
15+
This works perfectly if your assets only exist on the stellar network as credit or if users interact through centralized parties holding their assets( like bitcoin bank or traditional exchange).
16+
17+
_Question is how a credit issuer that acts as an exchange for it's users can control/recuperate free floating real world assets like BTCor TFT that stay in control of the user._
18+
19+
Fees are in XLM.
20+
## random thoughts
21+
22+
Not completely decentralized,for example sending with kyc, requires knowledge and trust of the counterparty, also
23+
Very good solution for traditional centralized banks that want to collaborate:
24+
https://www.stellar.org/wp-content/uploads/2016/08/Sending-Payment-Flow-Detailed.jpg
25+
26+
However, the protocol includes who can hold assets: https://www.stellar.org/developers/guides/concepts/assets.html#controlling-asset-holders
27+
28+
### Wallets
29+
A variety of wallets is available, each with their own features or focus, it makes it a bit hard though as a beginner.
30+
31+
32+
## Stellar Smart Contracts (SSC)
33+
Not as flexible as for example Ethereum but this might be a good thing.
34+
35+
compositions of transactions that are connected and executed using various constraints:
36+
- Multisignature
37+
- Batching/Atomicity
38+
- Sequence
39+
- Time Bounds
40+
41+
**Seems sufficient for crowdfunding** or other basic financial operations or agreements.
42+
43+
## Ico's, crowdfunding, ...
44+
As mentioned above, the stellar platform is suited for for crowdfunding or other basic financial operations or agreements
45+
46+
Possible options to issue credit:One needs to have trusted credit:
47+
- Already be on the stellar platform with trusted credit.
48+
- Accept fiat or cryptocurrencies directly and issue credit on the stellar platform
49+
50+
We would have provide a small wallet if people do not already have one.
51+
52+
53+

0 commit comments

Comments
 (0)