Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- [Cash back percentage](#cash-back-percentage)
- [Tier Management](#tier-management)
- [Print Card info](#print-card-info)
- [Transfer Card ownership](#transfer-card-ownership)
- [Cash back vault limitations](#cash-back-vault-limitations)

<hr />
Expand Down Expand Up @@ -593,6 +594,14 @@ You can get information about the status of your Card by running:

`glif plus info`

### Transfer Card ownership

If you need to transfer ownership of your GLIF+ Card to a new Agent owner (for example, when the Agent's owner address has changed), you can use the advanced transfer-owner command:

`glif plus advanced transfer-owner`

This command transfers the ownership of your GLIF Card to the new Agent owner address.

### Cash back vault limitations

To maintain economic security and prevent the treasury from being drained by unusually large or extremely delayed interest payments, the cash back program uses a capped vault that is refilled (at most) every two weeks. Each refill brings the vault balance up to the lesser of:
Expand Down
2 changes: 1 addition & 1 deletion cmd/plus_change_owner_for_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ This command is useful when transferring a GLIF Card to a new owner because the
}

func init() {
plusCmd.AddCommand(plusChangeOwnerForAgentCmd)
plusAdvancedCmd.AddCommand(plusChangeOwnerForAgentCmd)
}
Loading