> For the complete documentation index, see [llms.txt](https://solari-finance.gitbook.io/solari.finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solari-finance.gitbook.io/solari.finance-docs/legal-and-contact/website-terms-of-use.md).

# Website Terms of Use

Terms governing use of the Solari Finance public website during its pre-launch phase.

**Last updated: July 25, 2026**

These Website Terms of Use govern your use of [solari.finance](https://solari.finance/), the public website of Solari Finance (“Solari,” “we,” “us,” or “our”).

Solari Finance is currently a pre-launch project. The applicable operating legal entity and complete platform agreements will be identified before transactional services become publicly available.

### Pre-Launch Website

This website is provided for informational, demonstration, and inquiry purposes. Public descriptions, platform previews, fees, features, eligibility requirements, timelines, and availability may change before launch.

The website does not presently accept purchases, deposits, investments, loan applications, or instructions involving real client assets. Nothing on this website constitutes an offer to sell or issue an asset, extend credit, provide an investment opportunity, or enter into a custodial relationship.

### No Professional Advice

Website content does not constitute financial, investment, legal, accounting, or tax advice. You should consult qualified professionals before making financial or legal decisions.

References to gold values, pricing, yields, discounts, collateral, delivery, or other financial capabilities are explanatory and may include illustrative information. Past or illustrative results do not guarantee future results.

### Accuracy and Availability

Solari seeks to provide clear and accurate information but does not guarantee that all website content will always be complete, current, or error-free. We may update, suspend, or remove website content or proposed capabilities without notice.

Third-party names, links, networks, and services are provided for context where applicable. Their inclusion does not necessarily indicate an endorsement, partnership, or guarantee of availability.

### Acceptable Use

You may not misuse the website, interfere with its operation, attempt unauthorized access, introduce malicious code, scrape the website in a manner that disrupts service, or use its content for unlawful or misleading purposes.

### Intellectual Property

The Solari name, logo, product names, designs, text, graphics, and other website materials are owned by or licensed for use by Solari Finance. They may not be copied, reproduced, modified, or used commercially without written permission, except as permitted by law.

### Disclaimer and Limitation

The website is provided on an “as available” basis. To the fullest extent permitted by law, Solari disclaims implied warranties concerning the website and will not be liable for indirect, incidental, special, or consequential losses arising solely from its use or unavailability.

Nothing in these Terms excludes rights or liabilities that cannot lawfully be excluded.

### Changes

We may revise these Website Terms of Use from time to time. The updated version will be posted with a revised date.

Complete platform agreements will be provided before any eligible client enters into a transaction or uses a custodial, credit, Yield, token, or other financial service.

Questions about these Terms may be sent to <contact@solari.finance>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://solari-finance.gitbook.io/solari.finance-docs/legal-and-contact/website-terms-of-use.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
