> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/platform-release-notes/release-updates-and-announcements/xyb-platform-1.8-release-notes.md).

# XYB Platform 1.8 Release Notes

### Improvements to Credit Contracts and Credit Operations

This release strengthens credit lifecycle management, improves collateral modelling and LTV accuracy, and enhances console performance and operational stability across contracting workflows.

* **Credit Lifecycle & Term Change Refinements**\
  Changes to payment structure on active schedules are now supported, including principal frequency, interest frequency, payment day, schedule type, and penalty/interest conventions. Schedule and repayment edge cases (bullet loans, extra payouts, full repayment, termination dates) have been resolved to ensure consistent recalculation of balances, APR, invoices, and repayments. [Learn more about managing credit contracts and terms.](/credit/create-and-manage-contracts/manage-credit-contracts-and-terms.md)
* **Collateral Engine & LTV Refactor**\
  The collateral data model has been improved (subtypes, status changes, relationships) alongside console UX enhancements such as continuous-scroll search. LTV values are now reliably calculated and recalculated when contract principal changes, delivering a more accurate and maintainable collateral view with improved linking and discoverability. [Learn more about collaterals.](/credit/configure-and-create-credit-products/configure-global-settings-for-credit-products/configure-and-create-collaterals.md)

[Learn more about XYB Credit.](https://docs.xyb.co/credit/)


---

# 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://docs.xyb.co/platform-release-notes/release-updates-and-announcements/xyb-platform-1.8-release-notes.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.
