diff --git a/docs/v2/fraction/sdk.mdx b/docs/v2/fraction/sdk.mdx
index bde0f8ca3..588de0744 100644
--- a/docs/v2/fraction/sdk.mdx
+++ b/docs/v2/fraction/sdk.mdx
@@ -599,7 +599,7 @@ The complete Interface Description Language (IDL) for the Fraction protocol:
```
-**Program Address**: The Fraction protocol is deployed at `Ck2PtB73t36kjk4mLUztwsBV9jvq7q3mGfSNmQevwFgg`. This IDL can be used with Anchor clients or other Solana development tools for direct program interaction.
+**Program Address**: The Fraction protocol is deployed at `FracVQuBhSeBvbw1qNrJKkDmcdPcFYWdneoKbJa3HMrj`. This IDL can be used with Anchor clients or other Solana development tools for direct program interaction.
## Best Practices
@@ -608,10 +608,6 @@ The complete Interface Description Language (IDL) for the Fraction protocol:
**Share Distribution**: Always ensure participant shares sum to exactly 10,000 BPS (100%) to avoid validation errors.
-
-**Agent Selection**: Choose reliable agents for distribution triggers. Consider using services like Clockwork for automated scheduling.
-
-
**Authority Security**: The authority can update configurations and should use secure key management practices.