-
Notifications
You must be signed in to change notification settings - Fork 57
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
Ai consumers #137
Closed
Closed
Ai consumers #137
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,35 +13,22 @@ micro_nav: true | |
--- | ||
|
||
## Introduction to AGI Tokens | ||
The AGI Token is an ERC-20 token, which is hosted on the Ethereum Blockchain. | ||
|
||
* The AGI Token is an ERC-20 token, which is hosted on the Ethereum Blockchain. | ||
* AGI is the proprietary crypto currency token used by the SingularityNET platform | ||
* AGI can be stored in any ERC20-compatible wallet (for example [MyEtherWallet](https://www.myetherwallet.com/)) | ||
|
||
SingularityNET uses the AGI Token for any paid calls to a service. | ||
To learn more about how to obtain Kovan or Ropsten Testnet AGI, click on the link [here](#agi-faucet). | ||
|
||
## Testnet AGI vs Mainnet AGI | ||
If you are unfamiliar with Ethereum, it might be hard to understand between Testnet and Mainnet tokens. | ||
However, to understand the different network tokens, you can follow principles listed below: | ||
* Testnet tokens are used to test software applications with, try out demos, or in our case the Beta. | ||
* Mainnet tokens are used for officially deployed software. | ||
* Testnet tokens never have a monetary value. | ||
* Mainnet tokens could have a monetary value. | ||
* Both tokens can be used to add extra utility to the software. | ||
## How can one get AGI Tokens to call a service ? | ||
You could pay in dollars and get AGI tokens. | ||
[Click here](/docs/ai-consumers/paypal) | ||
|
||
We only use Kovan and Ropsten Testnet AGI and the current beta stage. | ||
|
||
To learn more about Mainnet AGI Token (to be used in a later stage) refer to this link [here](https://etherscan.io/address/0x8eb24319393716668d768dcec29356ae9cffe285) with the address `0x8eb24319393716668d768dcec29356ae9cffe285`. | ||
To see transactions on AGI Token refer to this link [here](https://etherscan.io/address/0x8eb24319393716668d768dcec29356ae9cffe285) with the address `0x8eb24319393716668d768dcec29356ae9cffe285`. | ||
|
||
<div class="callout callout--warning"> | ||
<p><strong>NOTE</strong> Currently, AGI token is traded on some exchanges, and also the speculative secondary trading is considered against the ethics of AGI token and SingularityNET project. Therefore, it is not recommended to exchange trading in any manner.</p> | ||
<p><strong>NOTE: </strong> Currently, AGI token is traded on some exchanges, and also the speculative secondary trading is considered against the ethics of AGI token and SingularityNET project. Therefore, it is not recommended to exchange trading in any manner.</p> | ||
</div> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it worth to mention the Faucet for getting the test tokens to play with ropsten network. |
||
|
||
## AGI Faucet | ||
To understand how automated faucet is used in distribution of Kovan and Ropsten Testnet AGI Tokens, click on the link [here](http://faucet.singularitynet.io). Use GitHub account to login and type in the Ethereum address to receive the AGI token. Ensure this address belongs Kovan Ethereum Address. | ||
|
||
**Note**: You can request for 10 AGI token every 24 hours. | ||
|
||
In order to add the Kovan Testnet AGI, you may need the following details: | ||
* Symbol: AGI | ||
* Decimals: 8 | ||
* Kovan Token Address: [0x3b226ff6aad7851d3263e53cb7688d13a07f6e81](https://kovan.etherscan.io/address/0x3b226ff6aad7851d3263e53cb7688d13a07f6e81) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure we can say it as Proprietary crypto currency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we point it out to GitHub repo where we have AGI Token code.