Bitcoin Forum
May 10, 2024, 12:26:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 [All]
  Print  
Author Topic: FIO Release 3.0 Explained  (Read 194 times)
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 11:58:22 AM
Merited by Symmetrick (1)
 #1

Version 3.0 provides a number of enhancements requested in FIO Improvement Proposals and includes some blockchain-level performance improvements to make it easier for wallets to access FIO transaction data.
A few statistics on the FIO v3.0 release:
Includes features for 11 FIPs (https://github.com/fioprotocol/fips) including: FIP-1.b (xfer address), FIP-6 (xfer locked tokens), FIP-7 (Burn FIO Address), FIP-9 (Vote and proxy without FIO Address), FIP-10 (Redesign fee computations), FIP-11.a (Add bundled transactions), FIP-13 (Retrieve all pub addresses), FIP-16 (clio enhancements), FIP-18 (Chain level public addresses), FIP-19 (Retrieve all received FIO Requests), and FIP-25 (Return bundle transaction count in get_fio_names), 8 new API endpoints and modifications to 14 API endpoints
For more technical information refer to the Version 3.0 Release Notes.
Release Overview
FIP-1(b) — Enable users to transfer FIO Addresses
Both FIO Domains and FIO Addresses are non-fungible tokens (NFTs) that are owned by a FIO Public Key. FIP-1(b) enables users to transfer their FIO Address (e.g., myname@mydomain) to a new owner.
FIP-6 — Enable the locking of FIO tokens
Previously, there was no way for individuals to lock tokens for themselves as savings or for security reasons. In addition, there are certain cases where groups or individuals may want to grant or sell locked tokens. FIP-6 enables users to lock tokens for a specified period of time. When a transfer of locked tokens is initiated, the target account is created, the specified amount of FIO Tokens are transferred to the account, and the tokens are locked for a specified amount of time. The account can function normally–funds may be transferred in and out of the account–except that the original amount of locked tokens remain locked until the unlock periods are reached.
FIP-7 — Provide the ability to burn a FIO Address
An owner should be able to burn their FIO Address ahead of expiration if they no longer wish to use it and want to purge all associated data. There are many reasons why someone would want to burn their FIO Address including business/personal requirements, cost effectiveness, or spam prevention. FIP-7 gives users the ability to burn their FIO Address.
FIP-9 — Vote for block producers and proxy votes without a FIO Address
Currently voting for a block producer or assigning your votes to a proxy requires that you have a FIO Address. FIP-9 makes voting and proxying votes easier for FIO users by allowing voting and proxying even when the token holder does not have a FIO Address.
FIP-10 — Make it easier for Block Producers to update FIO transaction fees
It is critical that fees associated with transactions on the FIO blockchain are set appropriately. Fee setting can be difficult for FIO Block Producers, who are in charge of fee setting for the protocol, due to fluctuations in the price of the FIO Token. FIP-10 updates the FIO fee voting functionality and enables Block Producers to set fee ratios (the relative cost of different transactions on the FIO blockchain) and fee multipliers (a single number that can be adjusted to track the price of the FIO Token). Subsequently, the multiplier can be adjusted in response to FIO Token price fluctuations.
FIP-11(a) — Enable users to purchase FIO transaction bundles
Bundled transactions make it easier for everyday users to interact with the FIO Protocol. Users pay a single annual fee for the FIO Address and get with it enough bundled transactions to cover an average amount of annual interactions with the FIO chain. Currently, users who want to process more transactions can either pay a per transaction fee for all additional transactions or renew their FIO Address early, which adds a new bundle of transactions and extends the FIO Address expiration date. However, this requires that heavy users of FIO Protocol have to run multiple Address renewals in sequence to increase their bundle count. FIP-11 enables users to purchase multiple sets of bundles with a single transaction.
FIP-13 — Retrieve all public addresses for a FIO Address
Wallets that have integrated FIO must be able to quickly retrieve the crypto public addresses that users have mapped to their FIO Addresses. This address lookup is necessary when a user wants to send crypto using a FIO Address and is also useful when users want to know which crypto public addresses they have mapped to their FIO Address. Currently it is only possible to retrieve a single public address for specific chain and token code. This works great for a look-up of a specific token code, but it’s not practical for a wallet wanting to fetch and display all public address mappings to the owner of a FIO Address. FIP-13 enables wallets to get, in a single call, all mapped public addresses for a specified FIO Address.
FIP-16 — CLIO enhancements for Block Producers and developers
CLIO is a command-line interface designed to make a developer’s life easier by providing the basic tools for interaction with the FIO blockchain, both for reading data from the blockchain history and for sending new transactions to the blockchain. FIP-16 adds several enhancements to CLIO including the creation of additional subcommands to support FIO actions, the cleanup and repair of existing subcommands, and an expansion of FIO error codes to improve debugging.
FIP-18 — More easily map ERC-20 tokens to your FIO Address
Previously, mapping other crypto public addresses to a FIO Address required a unique chain code and token code for every key. This created unnecessary overhead in cases where multiple tokens on a particular chain share a single crypto public address (e.g., ERC-20 tokens). FIP-18 enables users to map to a “generic” token code that indicates all tokens for that chain are mapped to the same blockchain public address.
FIP-19 — Enable wallets to efficiently retrieve FIO Request data
Currently it is possible for wallets to retrieve all received FIO Requests in the pending status and all sent FIO Requests, but there is no way to fetch all received FIO Requests irrespective of status. This limits a wallet’s ability to properly display all of a user’s FIO Requests and their respective status. FIP-19 improves the performance and usability of wallets by enabling them to retrieve all received FIO Requests, irrespective of status, with a single call.
FIP-25 — Access bundled transaction count
It is currently difficult to obtain the remaining bundled transaction count for a FIO Address. Users want to see their bundled transaction count to see how many FIO transactions they have left, and to know when they will need to renew their FIO Address or purchase more bundles. FIP-25 makes it easier for wallets to display to users their remaining bundled transaction count.
FIO performance improvements
One of the underlying performance issues for blockchains is the need to reduce the size of individual transactions in order to support the processing of a greater number of user interactions. As a result, most chains limit the number of records that can be returned for a single query. This impacts wallets when they attempt to retrieve large amounts of data from a blockchain and can affect the amount and quality of data wallets are able to show to their users. The v3.0 release updates how FIO Requests and FIO Data are stored with the goal of improving query response time. This optimization will enable wallets to retrieve more data with a single query and will also enable wallets to more efficiently filter the data returned from FIO.
1715343997
Hero Member
*
Offline Offline

Posts: 1715343997

View Profile Personal Message (Offline)

Ignore
1715343997
Reply with quote  #2

1715343997
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715343997
Hero Member
*
Offline Offline

Posts: 1715343997

View Profile Personal Message (Offline)

Ignore
1715343997
Reply with quote  #2

1715343997
Report to moderator
johny023bonestone
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 14, 2021, 12:34:26 PM
 #2

How do I use their address?
typerex987
Newbie
*
Offline Offline

Activity: 266
Merit: 0


View Profile
May 14, 2021, 12:44:48 PM
 #3

How do I use their address?
same question and why do I need it? or is it a “newbie” thing
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 12:50:26 PM
 #4

How do I use their address?
same question and why do I need it? or is it a “newbie” thing
FIO uses bundled transactions for FIO Requests, mapping addresses, and many other interactions with the chain. These are all pre-paid for when you register a FIO address (which, currently, you most likely got for free instead of paying the normal $2 a year). Sending to a FIO address costs nothing at all as it's just a lookup for the token and chain code mapped for that address.
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 12:51:34 PM
 #5

Version 3.0 provides a number of enhancements requested in FIO Improvement Proposals and includes some blockchain-level performance improvements to make it easier for wallets to access FIO transaction data.
A few statistics on the FIO v3.0 release:
Includes features for 11 FIPs (https://github.com/fioprotocol/fips) including: FIP-1.b (xfer address), FIP-6 (xfer locked tokens), FIP-7 (Burn FIO Address), FIP-9 (Vote and proxy without FIO Address), FIP-10 (Redesign fee computations), FIP-11.a (Add bundled transactions), FIP-13 (Retrieve all pub addresses), FIP-16 (clio enhancements), FIP-18 (Chain level public addresses), FIP-19 (Retrieve all received FIO Requests), and FIP-25 (Return bundle transaction count in get_fio_names), 8 new API endpoints and modifications to 14 API endpoints
For more technical information refer to the Version 3.0 Release Notes.
Release Overview
FIP-1(b) — Enable users to transfer FIO Addresses
Both FIO Domains and FIO Addresses are non-fungible tokens (NFTs) that are owned by a FIO Public Key. FIP-1(b) enables users to transfer their FIO Address (e.g., myname@mydomain) to a new owner.
FIP-6 — Enable the locking of FIO tokens
Previously, there was no way for individuals to lock tokens for themselves as savings or for security reasons. In addition, there are certain cases where groups or individuals may want to grant or sell locked tokens. FIP-6 enables users to lock tokens for a specified period of time. When a transfer of locked tokens is initiated, the target account is created, the specified amount of FIO Tokens are transferred to the account, and the tokens are locked for a specified amount of time. The account can function normally–funds may be transferred in and out of the account–except that the original amount of locked tokens remain locked until the unlock periods are reached.
FIP-7 — Provide the ability to burn a FIO Address
An owner should be able to burn their FIO Address ahead of expiration if they no longer wish to use it and want to purge all associated data. There are many reasons why someone would want to burn their FIO Address including business/personal requirements, cost effectiveness, or spam prevention. FIP-7 gives users the ability to burn their FIO Address.
FIP-9 — Vote for block producers and proxy votes without a FIO Address
Currently voting for a block producer or assigning your votes to a proxy requires that you have a FIO Address. FIP-9 makes voting and proxying votes easier for FIO users by allowing voting and proxying even when the token holder does not have a FIO Address.
FIP-10 — Make it easier for Block Producers to update FIO transaction fees
It is critical that fees associated with transactions on the FIO blockchain are set appropriately. Fee setting can be difficult for FIO Block Producers, who are in charge of fee setting for the protocol, due to fluctuations in the price of the FIO Token. FIP-10 updates the FIO fee voting functionality and enables Block Producers to set fee ratios (the relative cost of different transactions on the FIO blockchain) and fee multipliers (a single number that can be adjusted to track the price of the FIO Token). Subsequently, the multiplier can be adjusted in response to FIO Token price fluctuations.
FIP-11(a) — Enable users to purchase FIO transaction bundles
Bundled transactions make it easier for everyday users to interact with the FIO Protocol. Users pay a single annual fee for the FIO Address and get with it enough bundled transactions to cover an average amount of annual interactions with the FIO chain. Currently, users who want to process more transactions can either pay a per transaction fee for all additional transactions or renew their FIO Address early, which adds a new bundle of transactions and extends the FIO Address expiration date. However, this requires that heavy users of FIO Protocol have to run multiple Address renewals in sequence to increase their bundle count. FIP-11 enables users to purchase multiple sets of bundles with a single transaction.
FIP-13 — Retrieve all public addresses for a FIO Address
Wallets that have integrated FIO must be able to quickly retrieve the crypto public addresses that users have mapped to their FIO Addresses. This address lookup is necessary when a user wants to send crypto using a FIO Address and is also useful when users want to know which crypto public addresses they have mapped to their FIO Address. Currently it is only possible to retrieve a single public address for specific chain and token code. This works great for a look-up of a specific token code, but it’s not practical for a wallet wanting to fetch and display all public address mappings to the owner of a FIO Address. FIP-13 enables wallets to get, in a single call, all mapped public addresses for a specified FIO Address.
FIP-16 — CLIO enhancements for Block Producers and developers
CLIO is a command-line interface designed to make a developer’s life easier by providing the basic tools for interaction with the FIO blockchain, both for reading data from the blockchain history and for sending new transactions to the blockchain. FIP-16 adds several enhancements to CLIO including the creation of additional subcommands to support FIO actions, the cleanup and repair of existing subcommands, and an expansion of FIO error codes to improve debugging.
FIP-18 — More easily map ERC-20 tokens to your FIO Address
Previously, mapping other crypto public addresses to a FIO Address required a unique chain code and token code for every key. This created unnecessary overhead in cases where multiple tokens on a particular chain share a single crypto public address (e.g., ERC-20 tokens). FIP-18 enables users to map to a “generic” token code that indicates all tokens for that chain are mapped to the same blockchain public address.
FIP-19 — Enable wallets to efficiently retrieve FIO Request data
Currently it is possible for wallets to retrieve all received FIO Requests in the pending status and all sent FIO Requests, but there is no way to fetch all received FIO Requests irrespective of status. This limits a wallet’s ability to properly display all of a user’s FIO Requests and their respective status. FIP-19 improves the performance and usability of wallets by enabling them to retrieve all received FIO Requests, irrespective of status, with a single call.
FIP-25 — Access bundled transaction count
It is currently difficult to obtain the remaining bundled transaction count for a FIO Address. Users want to see their bundled transaction count to see how many FIO transactions they have left, and to know when they will need to renew their FIO Address or purchase more bundles. FIP-25 makes it easier for wallets to display to users their remaining bundled transaction count.
FIO performance improvements
One of the underlying performance issues for blockchains is the need to reduce the size of individual transactions in order to support the processing of a greater number of user interactions. As a result, most chains limit the number of records that can be returned for a single query. This impacts wallets when they attempt to retrieve large amounts of data from a blockchain and can affect the amount and quality of data wallets are able to show to their users. The v3.0 release updates how FIO Requests and FIO Data are stored with the goal of improving query response time. This optimization will enable wallets to retrieve more data with a single query and will also enable wallets to more efficiently filter the data returned from FIO.


Thanks for sharing, I think they did a great job with 3.0 improvements
Yes FIO protocol is a dark horse
the more wallets will support them the more powerful they will be
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 12:53:45 PM
 #6

How do I use their address?
Here's the tutorial might be very useful for you
https://www.youtube.com/watch?v=qWQ8so_vtuY
johny023bonestone
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 14, 2021, 12:55:06 PM
 #7

How do I use their address?
Here's the tutorial might be very useful for you
https://www.youtube.com/watch?v=qWQ8so_vtuY
Thanks but how do I get the address???
typerex987
Newbie
*
Offline Offline

Activity: 266
Merit: 0


View Profile
May 14, 2021, 12:56:28 PM
 #8

How do I use their address?
same question and why do I need it? or is it a “newbie” thing
FIO uses bundled transactions for FIO Requests, mapping addresses, and many other interactions with the chain. These are all pre-paid for when you register a FIO address (which, currently, you most likely got for free instead of paying the normal $2 a year). Sending to a FIO address costs nothing at all as it's just a lookup for the token and chain code mapped for that address.
oh am I mistaken or it’s not for free?
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 12:57:51 PM
 #9

How do I use their address?
same question and why do I need it? or is it a “newbie” thing
FIO uses bundled transactions for FIO Requests, mapping addresses, and many other interactions with the chain. These are all pre-paid for when you register a FIO address (which, currently, you most likely got for free instead of paying the normal $2 a year). Sending to a FIO address costs nothing at all as it's just a lookup for the token and chain code mapped for that address.
oh am I mistaken or it’s not for free?
FIO Addresses are free for the first year on many wallets

Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 01:00:10 PM
 #10

How do I use their address?
Here's the tutorial might be very useful for you
https://www.youtube.com/watch?v=qWQ8so_vtuY
Thanks but how do I get the address???
You can click the link and get your address for free or the first year https://fioprotocol.io/free-fio-addresses/
CaptainDeFi
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 14, 2021, 01:01:56 PM
 #11

Version 3.0 provides a number of enhancements requested in FIO Improvement Proposals and includes some blockchain-level performance improvements to make it easier for wallets to access FIO transaction data.
A few statistics on the FIO v3.0 release:
Includes features for 11 FIPs (https://github.com/fioprotocol/fips) including: FIP-1.b (xfer address), FIP-6 (xfer locked tokens), FIP-7 (Burn FIO Address), FIP-9 (Vote and proxy without FIO Address), FIP-10 (Redesign fee computations), FIP-11.a (Add bundled transactions), FIP-13 (Retrieve all pub addresses), FIP-16 (clio enhancements), FIP-18 (Chain level public addresses), FIP-19 (Retrieve all received FIO Requests), and FIP-25 (Return bundle transaction count in get_fio_names), 8 new API endpoints and modifications to 14 API endpoints
For more technical information refer to the Version 3.0 Release Notes.
Release Overview
FIP-1(b) — Enable users to transfer FIO Addresses
Both FIO Domains and FIO Addresses are non-fungible tokens (NFTs) that are owned by a FIO Public Key. FIP-1(b) enables users to transfer their FIO Address (e.g., myname@mydomain) to a new owner.
FIP-6 — Enable the locking of FIO tokens
Previously, there was no way for individuals to lock tokens for themselves as savings or for security reasons. In addition, there are certain cases where groups or individuals may want to grant or sell locked tokens. FIP-6 enables users to lock tokens for a specified period of time. When a transfer of locked tokens is initiated, the target account is created, the specified amount of FIO Tokens are transferred to the account, and the tokens are locked for a specified amount of time. The account can function normally–funds may be transferred in and out of the account–except that the original amount of locked tokens remain locked until the unlock periods are reached.
FIP-7 — Provide the ability to burn a FIO Address
An owner should be able to burn their FIO Address ahead of expiration if they no longer wish to use it and want to purge all associated data. There are many reasons why someone would want to burn their FIO Address including business/personal requirements, cost effectiveness, or spam prevention. FIP-7 gives users the ability to burn their FIO Address.
FIP-9 — Vote for block producers and proxy votes without a FIO Address
Currently voting for a block producer or assigning your votes to a proxy requires that you have a FIO Address. FIP-9 makes voting and proxying votes easier for FIO users by allowing voting and proxying even when the token holder does not have a FIO Address.
FIP-10 — Make it easier for Block Producers to update FIO transaction fees
It is critical that fees associated with transactions on the FIO blockchain are set appropriately. Fee setting can be difficult for FIO Block Producers, who are in charge of fee setting for the protocol, due to fluctuations in the price of the FIO Token. FIP-10 updates the FIO fee voting functionality and enables Block Producers to set fee ratios (the relative cost of different transactions on the FIO blockchain) and fee multipliers (a single number that can be adjusted to track the price of the FIO Token). Subsequently, the multiplier can be adjusted in response to FIO Token price fluctuations.
FIP-11(a) — Enable users to purchase FIO transaction bundles
Bundled transactions make it easier for everyday users to interact with the FIO Protocol. Users pay a single annual fee for the FIO Address and get with it enough bundled transactions to cover an average amount of annual interactions with the FIO chain. Currently, users who want to process more transactions can either pay a per transaction fee for all additional transactions or renew their FIO Address early, which adds a new bundle of transactions and extends the FIO Address expiration date. However, this requires that heavy users of FIO Protocol have to run multiple Address renewals in sequence to increase their bundle count. FIP-11 enables users to purchase multiple sets of bundles with a single transaction.
FIP-13 — Retrieve all public addresses for a FIO Address
Wallets that have integrated FIO must be able to quickly retrieve the crypto public addresses that users have mapped to their FIO Addresses. This address lookup is necessary when a user wants to send crypto using a FIO Address and is also useful when users want to know which crypto public addresses they have mapped to their FIO Address. Currently it is only possible to retrieve a single public address for specific chain and token code. This works great for a look-up of a specific token code, but it’s not practical for a wallet wanting to fetch and display all public address mappings to the owner of a FIO Address. FIP-13 enables wallets to get, in a single call, all mapped public addresses for a specified FIO Address.
FIP-16 — CLIO enhancements for Block Producers and developers
CLIO is a command-line interface designed to make a developer’s life easier by providing the basic tools for interaction with the FIO blockchain, both for reading data from the blockchain history and for sending new transactions to the blockchain. FIP-16 adds several enhancements to CLIO including the creation of additional subcommands to support FIO actions, the cleanup and repair of existing subcommands, and an expansion of FIO error codes to improve debugging.
FIP-18 — More easily map ERC-20 tokens to your FIO Address
Previously, mapping other crypto public addresses to a FIO Address required a unique chain code and token code for every key. This created unnecessary overhead in cases where multiple tokens on a particular chain share a single crypto public address (e.g., ERC-20 tokens). FIP-18 enables users to map to a “generic” token code that indicates all tokens for that chain are mapped to the same blockchain public address.
FIP-19 — Enable wallets to efficiently retrieve FIO Request data
Currently it is possible for wallets to retrieve all received FIO Requests in the pending status and all sent FIO Requests, but there is no way to fetch all received FIO Requests irrespective of status. This limits a wallet’s ability to properly display all of a user’s FIO Requests and their respective status. FIP-19 improves the performance and usability of wallets by enabling them to retrieve all received FIO Requests, irrespective of status, with a single call.
FIP-25 — Access bundled transaction count
It is currently difficult to obtain the remaining bundled transaction count for a FIO Address. Users want to see their bundled transaction count to see how many FIO transactions they have left, and to know when they will need to renew their FIO Address or purchase more bundles. FIP-25 makes it easier for wallets to display to users their remaining bundled transaction count.
FIO performance improvements
One of the underlying performance issues for blockchains is the need to reduce the size of individual transactions in order to support the processing of a greater number of user interactions. As a result, most chains limit the number of records that can be returned for a single query. This impacts wallets when they attempt to retrieve large amounts of data from a blockchain and can affect the amount and quality of data wallets are able to show to their users. The v3.0 release updates how FIO Requests and FIO Data are stored with the goal of improving query response time. This optimization will enable wallets to retrieve more data with a single query and will also enable wallets to more efficiently filter the data returned from FIO.


Thanks for sharing, I think they did a great job with 3.0 improvements
Yes FIO protocol is a dark horse
the more wallets will support them the more powerful they will be

How many wallets are supporting FIO?
This is the latest update right?
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 01:13:48 PM
 #12

Version 3.0 provides a number of enhancements requested in FIO Improvement Proposals and includes some blockchain-level performance improvements to make it easier for wallets to access FIO transaction data.
A few statistics on the FIO v3.0 release:
Includes features for 11 FIPs (https://github.com/fioprotocol/fips) including: FIP-1.b (xfer address), FIP-6 (xfer locked tokens), FIP-7 (Burn FIO Address), FIP-9 (Vote and proxy without FIO Address), FIP-10 (Redesign fee computations), FIP-11.a (Add bundled transactions), FIP-13 (Retrieve all pub addresses), FIP-16 (clio enhancements), FIP-18 (Chain level public addresses), FIP-19 (Retrieve all received FIO Requests), and FIP-25 (Return bundle transaction count in get_fio_names), 8 new API endpoints and modifications to 14 API endpoints
For more technical information refer to the Version 3.0 Release Notes.
Release Overview
FIP-1(b) — Enable users to transfer FIO Addresses
Both FIO Domains and FIO Addresses are non-fungible tokens (NFTs) that are owned by a FIO Public Key. FIP-1(b) enables users to transfer their FIO Address (e.g., myname@mydomain) to a new owner.
FIP-6 — Enable the locking of FIO tokens
Previously, there was no way for individuals to lock tokens for themselves as savings or for security reasons. In addition, there are certain cases where groups or individuals may want to grant or sell locked tokens. FIP-6 enables users to lock tokens for a specified period of time. When a transfer of locked tokens is initiated, the target account is created, the specified amount of FIO Tokens are transferred to the account, and the tokens are locked for a specified amount of time. The account can function normally–funds may be transferred in and out of the account–except that the original amount of locked tokens remain locked until the unlock periods are reached.
FIP-7 — Provide the ability to burn a FIO Address
An owner should be able to burn their FIO Address ahead of expiration if they no longer wish to use it and want to purge all associated data. There are many reasons why someone would want to burn their FIO Address including business/personal requirements, cost effectiveness, or spam prevention. FIP-7 gives users the ability to burn their FIO Address.
FIP-9 — Vote for block producers and proxy votes without a FIO Address
Currently voting for a block producer or assigning your votes to a proxy requires that you have a FIO Address. FIP-9 makes voting and proxying votes easier for FIO users by allowing voting and proxying even when the token holder does not have a FIO Address.
FIP-10 — Make it easier for Block Producers to update FIO transaction fees
It is critical that fees associated with transactions on the FIO blockchain are set appropriately. Fee setting can be difficult for FIO Block Producers, who are in charge of fee setting for the protocol, due to fluctuations in the price of the FIO Token. FIP-10 updates the FIO fee voting functionality and enables Block Producers to set fee ratios (the relative cost of different transactions on the FIO blockchain) and fee multipliers (a single number that can be adjusted to track the price of the FIO Token). Subsequently, the multiplier can be adjusted in response to FIO Token price fluctuations.
FIP-11(a) — Enable users to purchase FIO transaction bundles
Bundled transactions make it easier for everyday users to interact with the FIO Protocol. Users pay a single annual fee for the FIO Address and get with it enough bundled transactions to cover an average amount of annual interactions with the FIO chain. Currently, users who want to process more transactions can either pay a per transaction fee for all additional transactions or renew their FIO Address early, which adds a new bundle of transactions and extends the FIO Address expiration date. However, this requires that heavy users of FIO Protocol have to run multiple Address renewals in sequence to increase their bundle count. FIP-11 enables users to purchase multiple sets of bundles with a single transaction.
FIP-13 — Retrieve all public addresses for a FIO Address
Wallets that have integrated FIO must be able to quickly retrieve the crypto public addresses that users have mapped to their FIO Addresses. This address lookup is necessary when a user wants to send crypto using a FIO Address and is also useful when users want to know which crypto public addresses they have mapped to their FIO Address. Currently it is only possible to retrieve a single public address for specific chain and token code. This works great for a look-up of a specific token code, but it’s not practical for a wallet wanting to fetch and display all public address mappings to the owner of a FIO Address. FIP-13 enables wallets to get, in a single call, all mapped public addresses for a specified FIO Address.
FIP-16 — CLIO enhancements for Block Producers and developers
CLIO is a command-line interface designed to make a developer’s life easier by providing the basic tools for interaction with the FIO blockchain, both for reading data from the blockchain history and for sending new transactions to the blockchain. FIP-16 adds several enhancements to CLIO including the creation of additional subcommands to support FIO actions, the cleanup and repair of existing subcommands, and an expansion of FIO error codes to improve debugging.
FIP-18 — More easily map ERC-20 tokens to your FIO Address
Previously, mapping other crypto public addresses to a FIO Address required a unique chain code and token code for every key. This created unnecessary overhead in cases where multiple tokens on a particular chain share a single crypto public address (e.g., ERC-20 tokens). FIP-18 enables users to map to a “generic” token code that indicates all tokens for that chain are mapped to the same blockchain public address.
FIP-19 — Enable wallets to efficiently retrieve FIO Request data
Currently it is possible for wallets to retrieve all received FIO Requests in the pending status and all sent FIO Requests, but there is no way to fetch all received FIO Requests irrespective of status. This limits a wallet’s ability to properly display all of a user’s FIO Requests and their respective status. FIP-19 improves the performance and usability of wallets by enabling them to retrieve all received FIO Requests, irrespective of status, with a single call.
FIP-25 — Access bundled transaction count
It is currently difficult to obtain the remaining bundled transaction count for a FIO Address. Users want to see their bundled transaction count to see how many FIO transactions they have left, and to know when they will need to renew their FIO Address or purchase more bundles. FIP-25 makes it easier for wallets to display to users their remaining bundled transaction count.
FIO performance improvements
One of the underlying performance issues for blockchains is the need to reduce the size of individual transactions in order to support the processing of a greater number of user interactions. As a result, most chains limit the number of records that can be returned for a single query. This impacts wallets when they attempt to retrieve large amounts of data from a blockchain and can affect the amount and quality of data wallets are able to show to their users. The v3.0 release updates how FIO Requests and FIO Data are stored with the goal of improving query response time. This optimization will enable wallets to retrieve more data with a single query and will also enable wallets to more efficiently filter the data returned from FIO.


Thanks for sharing, I think they did a great job with 3.0 improvements
Yes FIO protocol is a dark horse
the more wallets will support them the more powerful they will be

How many wallets are supporting FIO?
This is the latest update right?
You can check their Medium, but yeah FIO v3.0 is the latest update 
CaptainDeFi
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 14, 2021, 01:17:36 PM
 #13

I'm asking again what wallets support FIO Protocol?
johny023bonestone
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 14, 2021, 01:18:46 PM
 #14

How do I use their address?
Here's the tutorial might be very useful for you
https://www.youtube.com/watch?v=qWQ8so_vtuY
Thanks but how do I get the address???
You can click the link and get your address for free or the first year https://fioprotocol.io/free-fio-addresses/
done! thanks I'll try them out and let you know if I like it
typerex987
Newbie
*
Offline Offline

Activity: 266
Merit: 0


View Profile
May 14, 2021, 01:26:06 PM
 #15

How do I use their address?
same question and why do I need it? or is it a “newbie” thing
FIO uses bundled transactions for FIO Requests, mapping addresses, and many other interactions with the chain. These are all pre-paid for when you register a FIO address (which, currently, you most likely got for free instead of paying the normal $2 a year). Sending to a FIO address costs nothing at all as it's just a lookup for the token and chain code mapped for that address.
oh am I mistaken or it’s not for free?
FIO Addresses are free for the first year on many wallets


good you mentioned it... 2$ a year is pretty cheap
johny023bonestone
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 14, 2021, 01:26:44 PM
 #16

I'm asking again what wallets support FIO Protocol?
https://fioprotocol.io/free-fio-addresses/
I found this information here EDGE is a nice option
CaptainDeFi
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 14, 2021, 01:28:44 PM
 #17

I'm asking again what wallets support FIO Protocol?
https://fioprotocol.io/free-fio-addresses/
I found this information here EDGE is a nice option
What about their partnerships? Did you make a research at this point? Roll Eyes
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 01:32:15 PM
 #18

I'm asking again what wallets support FIO Protocol?
https://fioprotocol.io/free-fio-addresses/
I found this information here EDGE is a nice option
What about their partnerships? Did you make a research at this point? Roll Eyes
They have a website where you can actually find out about it
https://fioprotocol.io/ecosystem/
You better check it
CaptainDeFi
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 14, 2021, 01:55:44 PM
 #19

I'm asking again what wallets support FIO Protocol?
https://fioprotocol.io/free-fio-addresses/
I found this information here EDGE is a nice option
What about their partnerships? Did you make a research at this point? Roll Eyes
They have a website where you can actually find out about it
https://fioprotocol.io/ecosystem/
You better check it
Thank you man for helping out diving deeper in this project.

I'd like to mention that obviously they need way more  support from other wallets just we know FIO will have a huge impact at this point.
The idea is cool, the project is very well built but I'm feeling like they have so much stuff t do in the future,
Also the idea to make payments easier for all of the people here is great, I kinda feel sorry that some wallets are not supporting them yet.
SsURemamba
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 14, 2021, 04:03:25 PM
 #20

whats the use of fio token?
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 04:07:11 PM
 #21

whats the use of fio token?
The FIO Protocol runs on its own dPoS blockchain – the FIO Chain. As the internal economic driver, the FIO Token is utilized to pay for all fees necessary to write data to the chain.

While the FIO Token is necessary to utilize the FIO Protocol – users do not need to directly obtain the token, as the FIO Protocol is designed for the ability to accept indirect payments. Users can potentially pay for their FIO Protocol usage through intermediaries, including through the Foundation itself, and through using various other popular cryptocurrencies.

FIO-enabled products may also choose to pay in part, or in whole, the cost of a FIO Address registration/renewal. Please check with your provider for specifics on their implementation.
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 04:10:50 PM
 #22

whats the use of fio token?
Sorry I forgot to share this link https://fioprotocol.io/fio-token/
SsURemamba
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 14, 2021, 04:13:09 PM
 #23

whats the use of fio token?
Sorry I forgot to share this link https://fioprotocol.io/fio-token/
I am developer do they have anything for me? Where can I found out about contacting them or integrating FIO Protocol?
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 04:14:00 PM
 #24

whats the use of fio token?
Sorry I forgot to share this link https://fioprotocol.io/fio-token/
I am developer do they have anything for me? Where can I found out about contacting them or integrating FIO Protocol?
https://developers.fioprotocol.io/ FIO dev hub
bogdalanadelrey
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
May 14, 2021, 04:25:33 PM
 #25

What are the cool features of this protocol? Except addresses it's dope I know
What else?
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 04:29:50 PM
 #26

What are the cool features of this protocol? Except addresses it's dope I know
What else?
FIO Requests - the ability to request funds from any other wallet, utilizing in-wallet/app notifications and simple approvals. FIO Requests are fully encrypted between counter-parties, and do not interfere with the actual underlying blockchain transactions.
FIO Data - encrypted metadata that can be attached to any transaction, such as a simple memo, structured data (like an order cart) or hashes and references to off-chain data. FIO Data can accompany a send of funds directly to a wallet, or be attached to a FIO Request.
All features are now available on the FIO Chain Mainnet for developers to integrate into their respective products, though not all features must be included at the same time depending on the product's needs and/or resources available.
There is a growing list of future potential capabilities including potential functionality like secure decentralized mutli-signature request routing, recurring payment capability, fee splitting and more. 
CaptainDeFi
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 14, 2021, 04:40:40 PM
 #27

Hello! Thank you for sharing this information here. I appreciate it! What’s the difference from EOS. IO and FIO protocol is sharing fees with integrator? It’s not an open dapp platform right?
Seems like it's not... and yes they do share fees with integrator
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 04:41:58 PM
 #28

Hello! Thank you for sharing this information here. I appreciate it! What’s the difference from EOS. IO and FIO protocol is sharing fees with integrator? It’s not an open dapp platform right?
Seems like it's not... and yes they do share fees with integrator
You're right
https://kb.fioprotocol.io/fio-chain/overview
just in case guys here you can clearly see what's the difference  Grin Wink Smiley
CaptainDeFi
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile
May 14, 2021, 04:44:06 PM
 #29

whats the use of fio token?
The FIO Protocol runs on its own dPoS blockchain – the FIO Chain. As the internal economic driver, the FIO Token is utilized to pay for all fees necessary to write data to the chain.

While the FIO Token is necessary to utilize the FIO Protocol – users do not need to directly obtain the token, as the FIO Protocol is designed for the ability to accept indirect payments. Users can potentially pay for their FIO Protocol usage through intermediaries, including through the Foundation itself, and through using various other popular cryptocurrencies.

FIO-enabled products may also choose to pay in part, or in whole, the cost of a FIO Address registration/renewal. Please check with your provider for specifics on their implementation.
Staking FIO??
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 04:51:33 PM
 #30

whats the use of fio token?
The FIO Protocol runs on its own dPoS blockchain – the FIO Chain. As the internal economic driver, the FIO Token is utilized to pay for all fees necessary to write data to the chain.

While the FIO Token is necessary to utilize the FIO Protocol – users do not need to directly obtain the token, as the FIO Protocol is designed for the ability to accept indirect payments. Users can potentially pay for their FIO Protocol usage through intermediaries, including through the Foundation itself, and through using various other popular cryptocurrencies.

FIO-enabled products may also choose to pay in part, or in whole, the cost of a FIO Address registration/renewal. Please check with your provider for specifics on their implementation.
Staking FIO??
Not yet https://fioprotocol.atlassian.net/wiki/spaces/FC/pages/34078744/FIO+Staking check it
BUT
Trading available on BitMax , Binance and Bithumb
bogdalanadelrey
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
May 14, 2021, 04:55:17 PM
 #31

whats the use of fio token?
The FIO Protocol runs on its own dPoS blockchain – the FIO Chain. As the internal economic driver, the FIO Token is utilized to pay for all fees necessary to write data to the chain.

While the FIO Token is necessary to utilize the FIO Protocol – users do not need to directly obtain the token, as the FIO Protocol is designed for the ability to accept indirect payments. Users can potentially pay for their FIO Protocol usage through intermediaries, including through the Foundation itself, and through using various other popular cryptocurrencies.

FIO-enabled products may also choose to pay in part, or in whole, the cost of a FIO Address registration/renewal. Please check with your provider for specifics on their implementation.
Staking FIO??
Not yet https://fioprotocol.atlassian.net/wiki/spaces/FC/pages/34078744/FIO+Staking check it
BUT
Trading available on BitMax , Binance and Bithumb

that's sad i really hope their team is working on it I've heard of Changelly integrating FIO Protocol
gotta say
nice job here
Impala8_ (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
May 14, 2021, 05:04:10 PM
 #32

whats the use of fio token?
The FIO Protocol runs on its own dPoS blockchain – the FIO Chain. As the internal economic driver, the FIO Token is utilized to pay for all fees necessary to write data to the chain.

While the FIO Token is necessary to utilize the FIO Protocol – users do not need to directly obtain the token, as the FIO Protocol is designed for the ability to accept indirect payments. Users can potentially pay for their FIO Protocol usage through intermediaries, including through the Foundation itself, and through using various other popular cryptocurrencies.

FIO-enabled products may also choose to pay in part, or in whole, the cost of a FIO Address registration/renewal. Please check with your provider for specifics on their implementation.
Staking FIO??
Not yet https://fioprotocol.atlassian.net/wiki/spaces/FC/pages/34078744/FIO+Staking check it
BUT
Trading available on BitMax , Binance and Bithumb

that's sad i really hope their team is working on it I've heard of Changelly integrating FIO Protocol
gotta say
nice job here
Yes 100% agree
https://changelly.com/blog/changelly-enables-support-for-fio-addresses-and-fio-request/
this is the guide
Pages: 1 2 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!