Initial commit: add .gitignore and README
This commit is contained in:
115
docs/PRIVACY_POLICY.md
Normal file
115
docs/PRIVACY_POLICY.md
Normal file
@@ -0,0 +1,115 @@
|
||||
# Privacy Policy
|
||||
|
||||
## 1. Information We Collect
|
||||
|
||||
### 1.1 Strategy Data
|
||||
- Strategy definitions (JSON files)
|
||||
- Execution parameters
|
||||
- Blind values (encrypted at rest)
|
||||
|
||||
### 1.2 Execution Data
|
||||
- Transaction hashes
|
||||
- Gas usage
|
||||
- Guard evaluation results
|
||||
- Execution outcomes
|
||||
|
||||
### 1.3 Usage Data
|
||||
- Command usage patterns
|
||||
- Feature usage statistics
|
||||
- Error logs
|
||||
|
||||
## 2. How We Use Information
|
||||
|
||||
### 2.1 Service Operation
|
||||
- Execute strategies
|
||||
- Monitor system health
|
||||
- Improve system reliability
|
||||
|
||||
### 2.2 Analytics
|
||||
- Usage patterns (anonymized)
|
||||
- Performance metrics
|
||||
- Error analysis
|
||||
|
||||
### 2.3 Security
|
||||
- Detect abuse
|
||||
- Prevent attacks
|
||||
- Maintain system security
|
||||
|
||||
## 3. Information Sharing
|
||||
|
||||
### 3.1 No Sale of Data
|
||||
- We do not sell user data
|
||||
- We do not share data with third parties for marketing
|
||||
|
||||
### 3.2 Service Providers
|
||||
- We may share data with infrastructure providers (RPC, monitoring)
|
||||
- All providers are bound by confidentiality
|
||||
|
||||
### 3.3 Legal Requirements
|
||||
- We may disclose data if required by law
|
||||
- We may disclose data to prevent harm
|
||||
|
||||
## 4. Data Security
|
||||
|
||||
### 4.1 Encryption
|
||||
- Sensitive data encrypted at rest
|
||||
- Communications encrypted in transit
|
||||
- Private keys never stored
|
||||
|
||||
### 4.2 Access Control
|
||||
- Limited access to user data
|
||||
- Regular security audits
|
||||
- Incident response procedures
|
||||
|
||||
## 5. Data Retention
|
||||
|
||||
### 5.1 Transaction Data
|
||||
- Transaction hashes: Permanent (on-chain)
|
||||
- Execution logs: 90 days
|
||||
- Telemetry: 30 days
|
||||
|
||||
### 5.2 Strategy Data
|
||||
- User strategies: Not stored (local only)
|
||||
- Template strategies: Public
|
||||
|
||||
## 6. User Rights
|
||||
|
||||
### 6.1 Access
|
||||
- Users can access their execution history
|
||||
- Users can export their data
|
||||
|
||||
### 6.2 Deletion
|
||||
- Users can request data deletion
|
||||
- Some data may be retained for legal compliance
|
||||
|
||||
## 7. Cookies and Tracking
|
||||
|
||||
- We use minimal tracking
|
||||
- No third-party advertising cookies
|
||||
- Analytics are anonymized
|
||||
|
||||
## 8. Children's Privacy
|
||||
|
||||
- Service is not intended for children under 18
|
||||
- We do not knowingly collect children's data
|
||||
|
||||
## 9. International Users
|
||||
|
||||
- Data may be processed in various jurisdictions
|
||||
- We comply with applicable privacy laws
|
||||
- GDPR compliance for EU users
|
||||
|
||||
## 10. Changes to Policy
|
||||
|
||||
- We may update this policy
|
||||
- Users will be notified of material changes
|
||||
- Continued use constitutes acceptance
|
||||
|
||||
## 11. Contact
|
||||
|
||||
For privacy concerns: privacy@example.com
|
||||
|
||||
## Last Updated
|
||||
|
||||
[Date]
|
||||
|
||||
Reference in New Issue
Block a user