Initial commit: add .gitignore and README
This commit is contained in:
92
docs/TERMS_OF_SERVICE.md
Normal file
92
docs/TERMS_OF_SERVICE.md
Normal file
@@ -0,0 +1,92 @@
|
||||
# Terms of Service
|
||||
|
||||
## 1. Acceptance of Terms
|
||||
|
||||
By using the Strategic executor system, you agree to be bound by these Terms of Service.
|
||||
|
||||
## 2. Description of Service
|
||||
|
||||
Strategic is a DeFi strategy execution system that enables atomic execution of multi-step DeFi operations. The system includes:
|
||||
- Strategy definition and compilation
|
||||
- Atomic execution via smart contracts
|
||||
- Safety guards and risk management
|
||||
- Cross-chain orchestration
|
||||
|
||||
## 3. User Responsibilities
|
||||
|
||||
### 3.1 Strategy Validation
|
||||
- Users are responsible for validating their strategies
|
||||
- Users must test strategies on fork/testnet before mainnet execution
|
||||
- Users must verify all addresses and parameters
|
||||
|
||||
### 3.2 Risk Management
|
||||
- Users must understand the risks of DeFi operations
|
||||
- Users are responsible for their own risk management
|
||||
- Users must use guards appropriately
|
||||
|
||||
### 3.3 Compliance
|
||||
- Users must comply with all applicable laws and regulations
|
||||
- Users are responsible for tax obligations
|
||||
- Users must not use the system for illegal purposes
|
||||
|
||||
## 4. Limitations of Liability
|
||||
|
||||
### 4.1 No Warranty
|
||||
- The system is provided "as is" without warranty
|
||||
- We do not guarantee execution success
|
||||
- We are not responsible for losses
|
||||
|
||||
### 4.2 Smart Contract Risk
|
||||
- Smart contracts are immutable once deployed
|
||||
- Users assume all smart contract risks
|
||||
- We are not liable for contract bugs or exploits
|
||||
|
||||
### 4.3 Protocol Risk
|
||||
- We are not responsible for third-party protocol failures
|
||||
- Users assume all protocol risks
|
||||
- We do not guarantee protocol availability
|
||||
|
||||
## 5. Prohibited Uses
|
||||
|
||||
Users may not:
|
||||
- Use the system for illegal activities
|
||||
- Attempt to exploit vulnerabilities
|
||||
- Interfere with system operation
|
||||
- Use unauthorized access methods
|
||||
|
||||
## 6. Intellectual Property
|
||||
|
||||
- The Strategic system is proprietary
|
||||
- Users retain rights to their strategies
|
||||
- We retain rights to the execution system
|
||||
|
||||
## 7. Modifications
|
||||
|
||||
We reserve the right to:
|
||||
- Modify the system
|
||||
- Update terms of service
|
||||
- Discontinue features
|
||||
- Change pricing (if applicable)
|
||||
|
||||
## 8. Termination
|
||||
|
||||
We may terminate access for:
|
||||
- Violation of terms
|
||||
- Illegal activity
|
||||
- System abuse
|
||||
- Security concerns
|
||||
|
||||
## 9. Dispute Resolution
|
||||
|
||||
- Disputes will be resolved through arbitration
|
||||
- Governing law: [Jurisdiction]
|
||||
- Class action waiver
|
||||
|
||||
## 10. Contact
|
||||
|
||||
For questions about these terms, contact: legal@example.com
|
||||
|
||||
## Last Updated
|
||||
|
||||
[Date]
|
||||
|
||||
Reference in New Issue
Block a user