Update analisis_es authored by santi's avatar santi
......@@ -11,12 +11,34 @@ A medio plazo el sistema debe ser capaz de ser extendido a otras webs/servicios/
Debe de tener una API para comunicarse con otras webs.
From bitfinex:
#### Withdrawals protection
* Security system monitors withdrawals by IP address and other user behavior patterns, triggering manual admin inspection on withdrawals that appear unusual.
* Withdrawal confirmation step that is immune to malicious browser malware.
* Define an address whitelist to ensure no withdrawals can go anywhere else.
#### Advanced API key permissions
* Create API keys with advanced read/write permissions on a per-feature basis. Unleash the full power of the platform through our REST and WebSockets APIs.
* Email Encryption with OpenPGP
Want more protection? Encrypted email communication (PGP) adds an extra layer of privacy and security.
#### Cryptocurrency Storage
Bitfinex: The overwhelming majority of system funds are stored in offline, cold wallets. Only approximately 0.5% of crypto assets are accessible in hot wallets for day-to-day platform operations. As an added protection, the cold wallets are not available from the platform or the platform servers. The funds in offline cold storage require manual intervention by several members of our management to access.
Bitrex: we leverage an elastic multi-stage wallet strategy ensuring that 80-90% of funds are offline and safe. Additionally, two-factor authentication is required for all withdrawals and API usage.
#### System Security
* Always up-to-date Linux systems to host the platform
Our servers network is protected using always up-to-date software and the best possible practices.
* Automatic backup of the database once a day
Once a day, the database of the platform is backed up, encrypted and compressed as an archive.
* Duplication of backup data automatically
As soon as a new backup is ready (database, log files,...), it is sent to others servers in several physical locations.
* Protection from DDoS attacks
We are protected by automatic Distributed Denial of Service protection to ensure that operations cannot be halted by outside attacks.
### Gestión de Carteras
#### Balances
......
......