diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 00000000..e8ec9be2 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,17 @@ +# FAQ + +## Where is the Kalshi client initialized? +The client is typically created by importing the `KalshiClient` class and +instantiating it with API credentials inside your script. + +## Do I need real API keys to start? +No. You can read and understand the code structure without API keys. +Keys are only required for authenticated requests. + +## Where should I add my own scripts? +Create new Python files in the root directory or inside an `examples/` +folder to keep custom logic separate from the library code. + +## Is this repository production-ready? +This repository is intended as starter code and reference implementation, +not a production SDK.