Skip to content

Commit 47295c9

Browse files
committedDec 18, 2017
procedure details
1 parent e86b701 commit 47295c9

File tree

3 files changed

+47
-24
lines changed

3 files changed

+47
-24
lines changed
 

‎procedure.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,8 @@ Macro.Exchange is a marketplace for digital currencies and assets (also referred
66
A listing can have technological and legal implications which we have to carefully consider. Having the process
77
as open as possible is an advantage for us and the industry as a whole.
88

9-
## Listing inquiry
9+
## Listing inquiries
1010

11-
Listings are handled through the public issue tracker. For a new listing create an issue with the headline:
12-
listing inquiry X. Include:
11+
[Listing blockchain](procedure_chain.md)
1312

14-
* description of the asset class (custom blockchain or token)
15-
* a link to the blockchain repository, typically on github
16-
* a link to the main website
17-
18-
## Listing requirements
19-
20-
We general have an open framework. We facilitate transactions between users worldwide. We define positive and negative
21-
criteria for listings.
22-
23-
Positive criteria:
24-
25-
C1: Rank on coinmarketcap <1000. This is due to our backlog.
26-
C2: Opensource and validated code
27-
28-
We define a negative criterium for listings, i.e. we will opt to not list any currencies or assets which
29-
violate the following principles:
30-
31-
N1: the currency is are based on the promise of investment returns, in particular rewards for sales in hierarchical fashion
32-
N2: inflammatory or hateful content
33-
34-
A disapproved listing does not imply a violation of criteria.
13+
[Listing erc20](procedure_erc20.md)

‎procedure_chain.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Macro registry
2+
3+
## General principles
4+
5+
Macro.Exchange is a marketplace for digital currencies and assets (also referred to Cryptocurrencies).
6+
A listing can have technological and legal implications which we have to carefully consider. Having the process
7+
as open as possible is an advantage for us and the industry as a whole.
8+
9+
## Listing inquiry blockchain
10+
11+
Listings are handled through the public issue tracker. For a new listing create an issue with the headline:
12+
listing inquiry X. Include:
13+
14+
* description of the asset class (custom blockchain or token)
15+
* a link to the blockchain repository, e.g. github
16+
* a link to the main website
17+
18+
## Listing requirements blockchain
19+
20+
We general have an open framework. We facilitate transactions between users worldwide. We define positive and negative
21+
criteria for listings.
22+
23+
Positive criteria:
24+
25+
C1: Rank on coinmarketcap <100. This is due to our backlog.
26+
C2: Opensource and validated code
27+
28+
We define a negative criterium for listings, i.e. we will opt to not list any currencies or assets which
29+
violate the following principles:
30+
31+
N1: the currency is are based on the promise of investment returns, in particular rewards for sales in hierarchical fashion
32+
N2: inflammatory or hateful content
33+
34+
A disapproved listing does not imply a violation of criteria.

‎procedure_erc20.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Macro registry
2+
3+
## Listing inquiry ERC20 token
4+
5+
Listings are handled through the public issue tracker. For a new listing create an issue with the headline:
6+
listing inquiry X. Include:
7+
8+
* contract address
9+
* a link to any source repository
10+
* a link to the main website

0 commit comments

Comments
 (0)
Please sign in to comment.