precolator-program 1.0.0

Core Rust library for the Precolator perpetual futures trading protocol on Solana — oracle management, position handling, risk engine, and liquidation system.
Documentation
Precolator Program
Copyright 2024-2026 Precolator Contributors

This product includes software developed at Precolator.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

================================================================================

This software uses the following dependencies:

1. Solana Program Library (solana-program, solana-sdk)
   - Licensed under the Apache License 2.0
   - Copyright Solana Foundation

2. SPL Token (spl-token, spl-associated-token-account)
   - Licensed under the Apache License 2.0
   - Copyright Solana Foundation

3. Anchor Framework (anchor-lang, anchor-spl)
   - Licensed under the Apache License 2.0
   - Copyright Anchor Contributors

4. Serde
   - Licensed under the Apache License 2.0 or MIT
   - Copyright Serde Contributors

5. Bytemuck
   - Licensed under the Zlib License
   - Copyright Bytemuck Contributors

6. Thiserror
   - Licensed under the Apache License 2.0 or MIT
   - Copyright Thiserror Contributors

All dependencies comply with the Apache License 2.0.

================================================================================

DISCLAIMER: This software is provided as-is for educational and research
purposes. The Precolator project and its contributors assume no liability
for the use of this software in production environments or real trading scenarios.

Always conduct thorough security audits and testing before deploying this
software in production environments.