Whitepaper
- The company
-
THE COMPANY
(Name and Duration)
The company is commercial, adopts the name of “REALCHAIN, S.A.” and will last indefinitely.(HEADQUARTERS)
1. The company has its registered office at Avenida da Liberdade, no. 110, parish of Santo António, Municipality of Lisbon, 1269-046 Lisbon.(Object)
The corporate purpose is the promotion, investment and management of real estate, civil engineering, provision of technological services, exploration of blockchain for real estate and other related sectors, development of tokens, including NFTs, intermediation of tied or ancillary credit, real estate intermediation, local accommodation, provision of hotel services, consultancy, as well as all complementary activities and those that the Society decides to develop. - CAPITAL AND SHARES
-
CAPITAL AND SHARES
1. The share capital, entirely in cash, is € 1,000,000.00 (one million euros), divided and represented by 1,000,000 (one million) ordinary shares, which the founding shareholders subscribe under the following terms:
a) LÁZARO DE PINA RAMOS, holder of NIF 287401383, subscribes 800,000 (eight hundred thousand) shares, corresponding to 80% (eighty percent) of the share capital;
b) I02, LDA., holder of NIPC 503324264, subscribes 150,000 (one hundred and fifty thousand) shares, corresponding to 15% (fifteen percent) of the share capital;
c) PLUS VANTAGI, LDA., holder of NIPC 515451118, subscribes 20,000 (twenty thousand) shares, corresponding to 2% (two percent) of the share capital;
d) PARTY KING EVENTS, UNIPESSOAL, LDA, holder of NIPC 514998032, subscribes 20,000 (twenty thousand) shares, corresponding to 2% (two percent) of the capital stock;
e) JOÃO PAULO MOREIRA CARDOSO SEQUEIRA, holder of NIF 107540185, subscribes 10,000 (ten thousand) shares, corresponding to 1% (one percent) of the share capital.
2. The shares are registered.
3. Shares may be represented by bonds of one, five, ten, fifty, one hundred, five hundred, one thousand and five thousand shares, reciprocally convertible. - Token RHP
-
Token RHP
(TOKEN AND EXCHANGE CURRENCY)
The founding partners agree to create a token that will be called Rhamos Properties and is represented by the acronym “RHP”. It will serve as a digital exchange between real estate and NFTs.
The RHP token does not represent a share, although it can be used as a form of payment and also trading in the company’s shares, in which case a share should never be exchanged for a value of less than 1000 RHP.• Rhamos Properties (RHP) aims to build a metaverse of decentralized system NFTs (Non-fungible Tokens) real estate on the Blockchain.
• The RHP token is created to allow total or partial acquisition of physical properties, tokenized or not, and in NFTs that are owned by Realchain, S.A. and or marketed by it.
• RHP is a Utility Token from Realchain, S.A. and is used in the following functions:o Medium of exchange: Holders can use RHP tokens to make payments and purchase physical or NFT real estate from the company.
o RHP Booster: Users can use RHP tokens to purchase any company property at 3% below the advertised market value.
o Valuation factor: We will do our best to keep up with the value of the RHP Market Cap, with physical real estate offerings, increasing demand for the acquisition of tokens to acquire the same real estate and NFTs through the RHP.
CONTRACT: 0x777Aa06916D07bff17349a649aa6C70C870c62Aa - limitations
-
Limitations
(TOKEN AND LIMITATIONS)
1 – The company will be able to provide a total of up to 490,000,000 tokens.
2 – The circulating supply will be up to 49,000,000 (10% of the possible total supply of tokens) per year, taking a minimum of 10 years to fully mine RHP tokens.
- Products
-
The Products
(Physical Property)
In the first year of operation, Realchain, S.A. will make available for sale, ready-to-live-in and off-plan physical properties with a minimum total valuation of €120,000,000.00 (One hundred and twenty million euros). These properties must be purchased with the RHP cryptocurrency.
(Localization)
These properties will be located in Portugal, most of them in the Lisbon region (center and surroundings).
Portugal is one of the European countries where the real estate market shows the greatest growth and stability and which has been offering several benefits for those who buy or invest in this market.In the second year of operation, we should have products in other European markets such as the United Kingdom and Spain.
(Digital Real Estate in the Metaverse)
Still in the second quarter of the year, we will have real estate products to sell on various platforms in the metaverse and gaming, where there has been a lot of growth and appreciation of real estate.
Value for sale will depend on demand at the time the project is launched. - Timeline
-
First semester schedule
- CODE
-
OPEN CODE RHP - ERC20 Token
/**
*Submitted for verification at Etherscan.io on 2022-01-28
*/// SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;contract Token {
mapping(address => uint) public balances;
mapping(address => mapping(address => uint)) public allowance;
uint public totalSupply = 490000000 * 10 ** 18;
uint public maxSupply = 490000000 * 10 ** 18;
string public name = “Rhamos Properties”;
string public symbol = “RHP”;
uint public decimals = 18;
event Transfer(address indexed from, address indexed to, uint value);
event Approval(address indexed owner, address indexed spender, uint value);
constructor() {
balances[msg.sender] = totalSupply;
}
function balanceOf(address owner) public view returns(uint) {
return balances[owner];
}
function transfer(address to, uint value) public returns(bool) {
require(balanceOf(msg.sender) >= value, ‘Saldo insuficiente (balance too low)’);
balances[to] += value;
balances[msg.sender] -= value;
emit Transfer(msg.sender, to, value);
return true;
}
function transferFrom(address from, address to, uint value) public returns(bool) {
require(balanceOf(from) >= value, ‘Saldo insuficiente (balance too low)’);
require(allowance[from][msg.sender] >= value, ‘Sem permissao (allowance too low)’);
balances[to] += value;
balances[from] -= value;
emit Transfer(from, to, value);
return true;
}
function approve(address spender, uint value) public returns(bool) {
allowance[msg.sender][spender] = value;
emit Approval(msg.sender, spender, value);
return true;
}
}
THE COMPANY
(Name and Duration)
The company is commercial, adopts the name of “REALCHAIN, S.A.” and will last indefinitely.
(HEADQUARTERS)
1. The company has its registered office at Avenida da Liberdade, no. 110, parish of Santo António, Municipality of Lisbon, 1269-046 Lisbon.
(Object)
The corporate purpose is the promotion, investment and management of real estate, civil engineering, provision of technological services, exploration of blockchain for real estate and other related sectors, development of tokens, including NFTs, intermediation of tied or ancillary credit, real estate intermediation, local accommodation, provision of hotel services, consultancy, as well as all complementary activities and those that the Society decides to develop.
CAPITAL AND SHARES
1. The share capital, entirely in cash, is € 1,000,000.00 (one million euros), divided and represented by 1,000,000 (one million) ordinary shares, which the founding shareholders subscribe under the following terms:
a) LÁZARO DE PINA RAMOS, holder of NIF 287401383, subscribes 800,000 (eight hundred thousand) shares, corresponding to 80% (eighty percent) of the share capital;
b) I02, LDA., holder of NIPC 503324264, subscribes 150,000 (one hundred and fifty thousand) shares, corresponding to 15% (fifteen percent) of the share capital;
c) PLUS VANTAGI, LDA., holder of NIPC 515451118, subscribes 20,000 (twenty thousand) shares, corresponding to 2% (two percent) of the share capital;
d) PARTY KING EVENTS, UNIPESSOAL, LDA, holder of NIPC 514998032, subscribes 20,000 (twenty thousand) shares, corresponding to 2% (two percent) of the capital stock;
e) JOÃO PAULO MOREIRA CARDOSO SEQUEIRA, holder of NIF 107540185, subscribes 10,000 (ten thousand) shares, corresponding to 1% (one percent) of the share capital.
2. The shares are registered.
3. Shares may be represented by bonds of one, five, ten, fifty, one hundred, five hundred, one thousand and five thousand shares, reciprocally convertible.
Token RHP
(TOKEN AND EXCHANGE CURRENCY)
The founding partners agree to create a token that will be called Rhamos Properties and is represented by the acronym “RHP”. It will serve as a digital exchange between real estate and NFTs.
The RHP token does not represent a share, although it can be used as a form of payment and also trading in the company’s shares, in which case a share should never be exchanged for a value of less than 1000 RHP.
• Rhamos Properties (RHP) aims to build a metaverse of decentralized system NFTs (Non-fungible Tokens) real estate on the Blockchain.
• The RHP token is created to allow total or partial acquisition of physical properties, tokenized or not, and in NFTs that are owned by Realchain, S.A. and or marketed by it.
• RHP is a Utility Token from Realchain, S.A. and is used in the following functions:
o Medium of exchange: Holders can use RHP tokens to make payments and purchase physical or NFT real estate from the company.
o RHP Booster: Users can use RHP tokens to purchase any company property at 3% below the advertised market value.
o Valuation factor: We will do our best to keep up with the value of the RHP Market Cap, with physical real estate offerings, increasing demand for the acquisition of tokens to acquire the same real estate and NFTs through the RHP.
CONTRACT: 0x777Aa06916D07bff17349a649aa6C70C870c62Aa
Limitations
(TOKEN AND LIMITATIONS)
1 – The company will be able to provide a total of up to 490,000,000 tokens.
2 – The circulating supply will be up to 49,000,000 (10% of the possible total supply of tokens) per year, taking a minimum of 10 years to fully mine RHP tokens.
The Products
(Physical Property)
In the first year of operation, Realchain, S.A. will make available for sale, ready-to-live-in and off-plan physical properties with a minimum total valuation of €120,000,000.00 (One hundred and twenty million euros). These properties must be purchased with the RHP cryptocurrency.
(Localization)
These properties will be located in Portugal, most of them in the Lisbon region (center and surroundings).
Portugal is one of the European countries where the real estate market shows the greatest growth and stability and which has been offering several benefits for those who buy or invest in this market.
In the second year of operation, we should have products in other European markets such as the United Kingdom and Spain.
(Digital Real Estate in the Metaverse)
Still in the second quarter of the year, we will have real estate products to sell on various platforms in the metaverse and gaming, where there has been a lot of growth and appreciation of real estate.
Value for sale will depend on demand at the time the project is launched.
First semester schedule
OPEN CODE RHP - ERC20 Token
/**
*Submitted for verification at Etherscan.io on 2022-01-28
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
contract Token {
mapping(address => uint) public balances;
mapping(address => mapping(address => uint)) public allowance;
uint public totalSupply = 490000000 * 10 ** 18;
uint public maxSupply = 490000000 * 10 ** 18;
string public name = “Rhamos Properties”;
string public symbol = “RHP”;
uint public decimals = 18;
event Transfer(address indexed from, address indexed to, uint value);
event Approval(address indexed owner, address indexed spender, uint value);
constructor() {
balances[msg.sender] = totalSupply;
}
function balanceOf(address owner) public view returns(uint) {
return balances[owner];
}
function transfer(address to, uint value) public returns(bool) {
require(balanceOf(msg.sender) >= value, ‘Saldo insuficiente (balance too low)’);
balances[to] += value;
balances[msg.sender] -= value;
emit Transfer(msg.sender, to, value);
return true;
}
function transferFrom(address from, address to, uint value) public returns(bool) {
require(balanceOf(from) >= value, ‘Saldo insuficiente (balance too low)’);
require(allowance[from][msg.sender] >= value, ‘Sem permissao (allowance too low)’);
balances[to] += value;
balances[from] -= value;
emit Transfer(from, to, value);
return true;
}
function approve(address spender, uint value) public returns(bool) {
allowance[msg.sender][spender] = value;
emit Approval(msg.sender, spender, value);
return true;
}
}