-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
EIP-lockable-tokens #6299
EIP-lockable-tokens #6299
Conversation
Hi! I'm a bot, and I wanted to automerge your PR, but couldn't because of the following issue(s): (fail) EIPS/eip-lockable-tokens.md
|
The commit 2741ad1 (as a parent of 2ccb7ed) contains errors. |
@@ -0,0 +1,134 @@ | |||
--- | |||
eip: <to be assigned> |
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.
eip: <to be assigned> | |
eip: 6299 |
Don't forget to rename the file too :3
--- | ||
eip: <to be assigned> | ||
title: Lockable tokens | ||
description: The extension for the ERC-20 and ERC-777 tokens to be locked for the lending purposes |
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.
description: The extension for the ERC-20 and ERC-777 tokens to be locked for the lending purposes | |
description: Extension for ERC-20 and ERC-777 tokens to be locked for lending purposes |
discussions-to: https://ethereum-magicians.org/t/eip-draft-lockable-tokens/12488 | ||
status: Draft | ||
type: Standards Track | ||
category (*only required for Standards Track): ERC |
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.
category (*only required for Standards Track): ERC | |
category: ERC |
|
||
## Abstract | ||
|
||
This is standard to gave to the fungible tokens ability to be locked from the other users. It is needed in some cases, for example in a lending purposes. |
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.
This is standard to gave to the fungible tokens ability to be locked from the other users. It is needed in some cases, for example in a lending purposes. | |
This standard gives fungible tokens the ability to be locked from the other users. It is needed in some cases, for example when lending tokens. |
This EIP's goal, as mentioned in the abstract, is to have a simple interface for serving token lock. Here are a few design decisions and why they were made: | ||
|
||
- Simple lock/unlock mechanism | ||
- Unlike standard `transfer` / `transferTo` it allow to leave pledged tokens on the owner's account. | ||
- Possibility to change the locked amount in selected limit. | ||
- Forced collateral | ||
- Possibility to collect the pledged tokens and to clear the loan. |
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.
The Rationale section should explain individual technical choices made within this proposal itself. This content reads more like it belongs in the Motivation section.
|
||
## Backwards Compatibility | ||
|
||
This standard is an a extension for the any fungible token standards. |
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.
This standard is an a extension for the any fungible token standards. | |
This standard is an a extension for any of the fungible token standards. |
There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review. |
This pull request was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment. |
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: