ATLANT Network Launched in Testnet Ahead of the Upcoming Exchange Launch
Public nodes (testnet):
node-dev1.atlant.io:33780
node-dev2.atlant.io:33780
node-dev3.atlant.io:33780
node-dev4.atlant.io:33780
Sample API requests (JSON-RPC over HTTP):
http://node-dev1.atlant.io:33780/api/v1/stats
http://node-dev2.atlant.io:33780/api/v1/ping
http://node-dev3.atlant.io:33780/api/v1/ethBalance
http://node-dev4.atlant.io:33780/api/v1/kycStatus
Fetch sample property data:
http://node-dev4.atlant.io:33780/api/v1/content/docs/pto/atl123/property/purchase_sale_agreement.pdf
http://node-dev3.atlant.io:33780/api/v1/content/docs/pto/atl123/property/letter_of_intent.pdf
Running a node:
https://github.com/AtlantPlatform/atlant-go
https://github.com/AtlantPlatform/atlant-go/releases/tag/v1.0.0-rc1
ATLANT Node Overview
The ATLANT Node pertains to the functionality of property tokenization and peer-to-peer rentals and is a key part of the Platform’s operations. Being an integral element of the ATLANT distributed system, this component forms a network of nodes, allowing the platform to conduct and maintain information on Property Token Offerings (PTOs) and peer-to-peer (P2P) real estate lease transactions.
Current node implementation (ATLANT-Go) involves operating a distributed store of all information pertaining to PTOs called ADDS (ATLANT Distributed Data Store), which includes property purchase and sale documents necessary for tokenization on a jurisdictional basis such as:
-Title Documents
-Planning Documents
-Sales Contracts
-Commercial Property Standard Enquiries
-Energy Performance Certificates
-Asbestos Reports
-Contamination Reports
-Other Necessary Contracts
Additionally, ADDS implemented within the ATLANT Node stores and catalogs various management company reports on properties, such as:
Tenant Billing and Payments
Property Repairs and Engineering Reports
Property related information such as Insurance, Maintenance, Utilities, etc.
The ATLANT Node is designed from the ground up to interact closely with the Ethereum network, in particular, smart contracts relating to the Platform, PTOs and KYC/AML (Know Your Customer / Anti-Money Laundering identity regulations) for property token holders.
PTO contracts handle PTOs and property token behavior (including KYC/AML checks for token transactions), while the KYC contract is managed by a ServiceRegistry EVM contract, which allows for a fully compliant property token exchange from a regulatory standpoint.
The ATLANT node queries both contract sets in order to fetch secure data. The ATL contract is polled by the node for Platform token holder data, which is then processed by the node to handle proceeds from the Platform’s operations.
Running an ATLANT Node
As per the ATLANT White Paper, both ATL and PTO token holders can derive value from operations conducted on the Platform, provided that two main requirements are met:
1. Being a verified individual (having KYC/AML details completed and registered with the ATLANT Exchange).
2. Running an ATLANT node, which helps to secure the network by distributing property and transactional rental data globally, increasing redundancy.
For a detailed description of ATLANT-Go nodes, and related technology, please review the ATLANT white paper, beginning on page 33.
ATLANT-Go is tightly coupled with the ATLANT Exchange, for the sake of compliance (KYC/AML service), inexpensive data storage and redundancy (ADDS) and value distribution (based on work performed).
The ATLANT team is working hard on finalizing the integration of these major Platform components, and we look forward to releasing and integrating the remaining components quickly.
The ATLANT Node is open-source software and has its source code published on the official ATLANT GitHub: https://github.com/AtlantPlatform
The source code is available for review:
ATLANT Node
https://github.com/AtlantPlatform/atlant-go
ATLANT PTO contracts
https://github.com/AtlantPlatform/atlant-pto-contracts
Modified IPFS node (utilized by ATLANT-Go)
https://github.com/AtlantPlatform/go-ipfs
Current node release is available at
https://github.com/AtlantPlatform/atlant-go/releases/tag/v1.0.0-rc1